This commit is contained in:
vanhauser-thc 2021-03-11 14:00:40 +01:00
commit cedbd0ddb2
7 changed files with 28 additions and 52 deletions

View file

@ -618,7 +618,7 @@ void module_usage() {
"%s:\n================================================================"
"============\n",
hydra_options.service);
if (strncmp(hydra_options.service, "https-", 6) == 0 )
if (strncmp(hydra_options.service, "https-", 6) == 0)
memmove(hydra_options.service + 4, hydra_options.service + 5, strlen(hydra_options.service) - 4);
for (i = 0; i < sizeof(services) / sizeof(services[0]); i++) {
if (strcmp(hydra_options.service, services[i].name) == 0) {