mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
Merge pull request #491 from jer-gentoo/vnc-hydra_report-buf2
hydra-vnc: Use buf2 instead of buf in hydra_report
This commit is contained in:
commit
0a1bdf2527
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ int32_t start_vnc(int32_t s, char *ip, int32_t port, unsigned char options, char
|
|||
//supported security type
|
||||
switch (buf2[3]) {
|
||||
case 0x0:
|
||||
hydra_report(stderr, "[ERROR] VNC server told us to quit %c\n", buf[3]);
|
||||
hydra_report(stderr, "[ERROR] VNC server told us to quit %c\n", buf2[3]);
|
||||
hydra_child_exit(0);
|
||||
break;
|
||||
case 0x1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue