mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 02:27:31 -07:00
indent
This commit is contained in:
parent
f423875d90
commit
cedbd0ddb2
7 changed files with 28 additions and 52 deletions
2
hydra.c
2
hydra.c
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue