mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 02:27:31 -07:00
radmin2 enhancements
This commit is contained in:
parent
04818f2b07
commit
07acbda422
3 changed files with 7 additions and 2 deletions
6
hydra.c
6
hydra.c
|
@ -2136,6 +2136,10 @@ int32_t main(int32_t argc, char *argv[]) {
|
|||
SERVICES = hydra_string_replace(SERVICES, "firebird ", "");
|
||||
strcat(unsupported, "firebird ");
|
||||
#endif
|
||||
#ifndef HAVE_GCRYPT
|
||||
SERVICES = hydra_string_replace(SERVICES, "radmin2 ", "");
|
||||
strcat(unsupported, "radmin2 ");
|
||||
#endif
|
||||
#ifndef LIBAFP
|
||||
SERVICES = hydra_string_replace(SERVICES, "afp ", "");
|
||||
strcat(unsupported, "afp ");
|
||||
|
@ -3089,7 +3093,7 @@ int32_t main(int32_t argc, char *argv[]) {
|
|||
#ifdef HAVE_GCRYPT
|
||||
i = 1;
|
||||
#else
|
||||
bail("hydra was not compiled with gcrypt support, radmin2 module can not be used");
|
||||
bail("hydra was not compiled with gcrypt support, radmin2 module not available");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue