mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 13:53:59 -07:00
teamspeak fix
This commit is contained in:
parent
09ae88b124
commit
60e3fb52c4
4 changed files with 10 additions and 0 deletions
|
@ -77,6 +77,13 @@ int start_teamspeak(int s, char *ip, int port, unsigned char options, char *misc
|
|||
hydra_report_found_host(port, ip, "teamspeak", fp);
|
||||
hydra_completed_pair_found();
|
||||
}
|
||||
if (buf[0x4B] != 0) {
|
||||
hydra_report(stderr, "[ERROR] Child with pid %d terminating, can not connect\n", (int) getpid());
|
||||
hydra_child_exit(1);
|
||||
}
|
||||
} else {
|
||||
hydra_report(stderr, "[ERROR] Child with pid %d terminating, can not connect\n", (int) getpid());
|
||||
hydra_child_exit(1);
|
||||
}
|
||||
|
||||
hydra_completed_pair();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue