feat: integration with http[s]-*

This commit is contained in:
xh4vm 2025-03-13 12:26:57 +05:00
parent 79f7d52ba2
commit ad286790ca

View file

@ -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;