mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 10:37:27 -07:00
large README update
This commit is contained in:
parent
a7040b7724
commit
aff114ee8e
3 changed files with 229 additions and 18 deletions
5
hydra.c
5
hydra.c
|
@ -2377,7 +2377,10 @@ int main(int argc, char *argv[]) {
|
|||
bail("Illegal port definition");
|
||||
}
|
||||
}
|
||||
hydra_options.server = target_pos;
|
||||
if (*target_pos == 0)
|
||||
hydra_options.server = NULL;
|
||||
else
|
||||
hydra_options.server = target_pos;
|
||||
if (port_pos != NULL)
|
||||
hydra_options.port = port = atoi(port_pos);
|
||||
if (param_pos != NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue