teamspeak fix

This commit is contained in:
van Hauser 2014-10-02 16:02:55 +02:00
commit 60e3fb52c4
4 changed files with 10 additions and 0 deletions

View file

@ -7,6 +7,7 @@ Release 8.1-pre
* 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 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)
* 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

View file

@ -787,6 +787,7 @@ axis,StorPoint CDE100,,,root,pass,,,
axis,StorPoint NAS 100,,,root,pass,,,
axis,Webcams,,HTTP,root,pass,Admin,,
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,windows xp, all models,38.4.2,192.168.1.1,admin,admin,,
backtrack,backtrack 4,,CLI,root,toor,,,

1 2wire Wireless Routers (most models) http Wireless Admin
787 axis StorPoint NAS 100 root pass
788 axis Webcams HTTP root pass Admin
789 axus AXUS YOTTA Multi 0 Admin Storage DAS SATA to SCSI/FC
790 axway synchronization gateway admin Secret1 Admin
791 aztech DSL-600E HTTP admin admin Admin
792 aztech windows xp all models 38.4.2 192.168.1.1 admin admin
793 backtrack backtrack 4 CLI root toor

View file

@ -787,6 +787,7 @@ axis,StorPoint CDE100,,,root,pass,,,
axis,StorPoint NAS 100,,,root,pass,,,
axis,Webcams,,HTTP,root,pass,Admin,,
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,windows xp, all models,38.4.2,192.168.1.1,admin,admin,,
backtrack,backtrack 4,,CLI,root,toor,,,

1 2wire Wireless Routers (most models) http Wireless Admin
787 axis StorPoint NAS 100 root pass
788 axis Webcams HTTP root pass Admin
789 axus AXUS YOTTA Multi 0 Admin Storage DAS SATA to SCSI/FC
790 axway synchronization gateway admin Secret1 Admin
791 aztech DSL-600E HTTP admin admin Admin
792 aztech windows xp all models 38.4.2 192.168.1.1 admin admin
793 backtrack backtrack 4 CLI root toor

View file

@ -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();