Advertisement
byattack

Hi guys i share with ABH users MOSSAD Private IRC bot cc chk

May 25th, 2014
567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Hi guys i share with ABH users MOSSAD Private IRC bot cc chk 2014..
  2.  
  3. Code:
  4. #!/usr/bin/perl
  5. #BOT CHECKER BY MOSSAD
  6. #How to Turn-ON THE CHECKER ?
  7. #Step 1. Typing: !master
  8. #Step 2. Typing: !on
  9. #Done.
  10.  
  11. ############# Call to standalone modules directory #############
  12.  
  13. BEGIN{push(@INC,'Modules');}
  14.  
  15. ############# Modules Inclusion #############
  16.  
  17. use LWP::Socket;
  18. use LWP::UserAgent;
  19. use HTTP::Request;
  20. use Parallel::ForkManager;
  21. use MIME::Base64 ();
  22. use WWW::Mechanize;
  23. use WWW::Mechanize::FormFiller;
  24. use Socket;
  25. use IO::Socket;
  26. use IO::Socket::INET;
  27. use MIME::Base64;
  28. use Win32::API;
  29. use LWP::Protocol::https;
  30. use HTTP::Cookies;
  31. use Net::FTP;
  32. use Digest::MD5 qw(md5_hex);
  33.  
  34. ############# BOT STARTED #############
  35. Example:
  36.  
  37.  
  38. http://theturkishackers.net/unixircd.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement