Advertisement
FlyFar

ftpd.h

Dec 23rd, 2023
642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | Cybersecurity | 0 0
  1. /*
  2.  *      ftpd.h 2007 Ravo_5002
  3.  *      This code is for educational purposes only...
  4.  */
  5.  
  6. int sendbot(SOCKET ircconn, char *ip,int port);
  7. unsigned long ftpd(void *s);
Tags: botnet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement