mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -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");
|
bail("Compiled without SSL support, module not available");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
if (hydra_options.infile_ptr == NULL) {
|
||||||
if (hydra_options.miscptr == NULL) {
|
if (hydra_options.miscptr == NULL) {
|
||||||
fprintf(stderr, "[WARNING] You must supply the web page as an "
|
fprintf(stderr, "[WARNING] You must supply the web page as an "
|
||||||
"additional option or via -m, default path set to /\n");
|
"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)
|
if (strcmp(hydra_options.service, "xmpp") == 0)
|
||||||
i = 1;
|
i = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue