mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 21:33:51 -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));
|
||||
hydra_get_next_pair();
|
||||
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.
|
||||
err = gcry_md_open(&md, GCRY_MD_MD5, 0);
|
||||
if(err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue