From c5d98dc35298e1f8cf4c06606e36337fa738100a Mon Sep 17 00:00:00 2001 From: Catatonic Prime Date: Tue, 27 Dec 2016 22:06:41 +0000 Subject: [PATCH] Removing diagnostics --- hydra-radmin2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra-radmin2.c b/hydra-radmin2.c index dce8f05..9985b52 100644 --- a/hydra-radmin2.c +++ b/hydra-radmin2.c @@ -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) {