mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
Removing diagnostics
This commit is contained in:
parent
5d88976bc6
commit
c5d98dc352
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ void service_radmin2(char *ip, int sp, unsigned char options, char *miscptr, FIL
|
||||||
memset(encrypted, 0x00, sizeof(encrypted));
|
memset(encrypted, 0x00, sizeof(encrypted));
|
||||||
hydra_get_next_pair();
|
hydra_get_next_pair();
|
||||||
strncpy(password, hydra_get_next_password(), sizeof(password)-1);
|
strncpy(password, hydra_get_next_password(), sizeof(password)-1);
|
||||||
hydra_report(stderr, "Trying: %s\n", password);
|
|
||||||
//MD5 the password to generate the password key, this is used with twofish below.
|
//MD5 the password to generate the password key, this is used with twofish below.
|
||||||
err = gcry_md_open(&md, GCRY_MD_MD5, 0);
|
err = gcry_md_open(&md, GCRY_MD_MD5, 0);
|
||||||
if(err) {
|
if(err) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue