mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
feat: integration with http[s]-*
This commit is contained in:
parent
79f7d52ba2
commit
ad286790ca
1 changed files with 67 additions and 65 deletions
2
hydra.c
2
hydra.c
|
@ -3201,6 +3201,7 @@ int main(int argc, char *argv[]) {
|
|||
bail("Compiled without SSL support, module not available");
|
||||
#endif
|
||||
}
|
||||
if (hydra_options.infile_ptr == NULL) {
|
||||
if (hydra_options.miscptr == NULL) {
|
||||
fprintf(stderr, "[WARNING] You must supply the web page as an "
|
||||
"additional option or via -m, default path set to /\n");
|
||||
|
@ -3276,6 +3277,7 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (strcmp(hydra_options.service, "xmpp") == 0)
|
||||
i = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue