mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
pre-8.0
This commit is contained in:
parent
6a94f708e8
commit
9f75ddad8b
32 changed files with 208 additions and 129 deletions
|
@ -58,7 +58,7 @@ int start_vnc(int s, char *ip, int port, unsigned char options, char *miscptr, F
|
|||
int i;
|
||||
|
||||
//fprintf(stderr,"number of security types supported: %d\n", buf2[0]);
|
||||
if (buf2[0] == 0) {
|
||||
if (buf2[0] == 0 || buf2[0] > CHALLENGESIZE + 4) {
|
||||
hydra_report(stderr, "[ERROR] VNC server connection failed\n");
|
||||
hydra_child_exit(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue