mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 21:33:51 -07:00
openssl v1.1 interface changes - this is beta!
This commit is contained in:
parent
f50e14a904
commit
8671dbd31a
9 changed files with 123 additions and 56 deletions
9
hydra.c
9
hydra.c
|
@ -3685,6 +3685,15 @@ int main(int argc, char *argv[]) {
|
|||
fflush(stderr);
|
||||
fflush(hydra_brains.ofp);
|
||||
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
||||
if (hydra_options.ssl) {
|
||||
fprintf(stderr, "[WARNING] *****************************************************\n");
|
||||
fprintf(stderr, "[WARNING] OPENSSL v1.1 development changes are active - modules SMB, SNMP, RDP, ORACLE LISTENER and SSL in general might not work properly! Please test and report to vh@thc.org.\n");
|
||||
fprintf(stderr, "[WARNING] *****************************************************\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
hydra_debug(0, "attack");
|
||||
process_restore = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue