mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -07:00
teamspeak fix
This commit is contained in:
parent
09ae88b124
commit
60e3fb52c4
4 changed files with 10 additions and 0 deletions
1
CHANGES
1
CHANGES
|
@ -7,6 +7,7 @@ Release 8.1-pre
|
||||||
* Fixed for cisco-enable if an intial Login/Password is used (thanks to joswr1te for reporting)
|
* Fixed for cisco-enable if an intial Login/Password is used (thanks to joswr1te for reporting)
|
||||||
* Added patch by tux-mind for better MySQL compilation and an Android patches and Makefile. Thanks!
|
* Added patch by tux-mind for better MySQL compilation and an Android patches and Makefile. Thanks!
|
||||||
* Added xhydra gtk patch by Petar Kaleychev to support -e r reverse login attempt, thanks!
|
* Added xhydra gtk patch by Petar Kaleychev to support -e r reverse login attempt, thanks!
|
||||||
|
* Added patch for teamspeak to better identify server errors and auth failures (thanks to Petar Kaleychev)
|
||||||
* Fixed a crash in the cisco module (thanks to Anatoly Mamaev for reporting)
|
* Fixed a crash in the cisco module (thanks to Anatoly Mamaev for reporting)
|
||||||
* Small fix for HTTP form module for redirect pages where a S= string match would not work (thanks to mkosmach for reporting)
|
* Small fix for HTTP form module for redirect pages where a S= string match would not work (thanks to mkosmach for reporting)
|
||||||
* Updated configure to detect subversion packages on current Cygwin
|
* Updated configure to detect subversion packages on current Cygwin
|
||||||
|
|
|
@ -787,6 +787,7 @@ axis,StorPoint CDE100,,,root,pass,,,
|
||||||
axis,StorPoint NAS 100,,,root,pass,,,
|
axis,StorPoint NAS 100,,,root,pass,,,
|
||||||
axis,Webcams,,HTTP,root,pass,Admin,,
|
axis,Webcams,,HTTP,root,pass,Admin,,
|
||||||
axus,AXUS YOTTA,,Multi,,0,Admin,Storage DAS SATA to SCSI/FC,
|
axus,AXUS YOTTA,,Multi,,0,Admin,Storage DAS SATA to SCSI/FC,
|
||||||
|
axway,synchronization gateway,,,admin,Secret1,Admin,,
|
||||||
aztech,DSL-600E,,HTTP,admin,admin,Admin,,
|
aztech,DSL-600E,,HTTP,admin,admin,Admin,,
|
||||||
aztech,windows xp, all models,38.4.2,192.168.1.1,admin,admin,,
|
aztech,windows xp, all models,38.4.2,192.168.1.1,admin,admin,,
|
||||||
backtrack,backtrack 4,,CLI,root,toor,,,
|
backtrack,backtrack 4,,CLI,root,toor,,,
|
||||||
|
|
|
|
@ -787,6 +787,7 @@ axis,StorPoint CDE100,,,root,pass,,,
|
||||||
axis,StorPoint NAS 100,,,root,pass,,,
|
axis,StorPoint NAS 100,,,root,pass,,,
|
||||||
axis,Webcams,,HTTP,root,pass,Admin,,
|
axis,Webcams,,HTTP,root,pass,Admin,,
|
||||||
axus,AXUS YOTTA,,Multi,,0,Admin,Storage DAS SATA to SCSI/FC,
|
axus,AXUS YOTTA,,Multi,,0,Admin,Storage DAS SATA to SCSI/FC,
|
||||||
|
axway,synchronization gateway,,,admin,Secret1,Admin,,
|
||||||
aztech,DSL-600E,,HTTP,admin,admin,Admin,,
|
aztech,DSL-600E,,HTTP,admin,admin,Admin,,
|
||||||
aztech,windows xp, all models,38.4.2,192.168.1.1,admin,admin,,
|
aztech,windows xp, all models,38.4.2,192.168.1.1,admin,admin,,
|
||||||
backtrack,backtrack 4,,CLI,root,toor,,,
|
backtrack,backtrack 4,,CLI,root,toor,,,
|
||||||
|
|
|
|
@ -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_report_found_host(port, ip, "teamspeak", fp);
|
||||||
hydra_completed_pair_found();
|
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();
|
hydra_completed_pair();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue