Advertisement
AZZATSSINS_CYBERSERK

WP DIR BUSTRAD :'v

Dec 25th, 2019
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.42 KB | None | 0 0
  1. <?php
  2. ###AZZATSSINS CYBERSERKERS###
  3. ###henceut.php http://diasupan.anu####
  4. @ini_set('output_buffering',0);
  5. @ini_set('display_errors', 0);
  6. set_time_limit(0);
  7. ###WP DIR BASTRAD
  8. system("rm wpplugin.txt wptheme.txt && clear");
  9. system("curl https://raw.githubusercontent.com/rapid7/metasploit-framework/master/data/wordlists/wp-plugins.txt > wpplugin.txt");
  10. system("curl https://raw.githubusercontent.com/rapid7/metasploit-framework/master/data/wordlists/wp-themes.txt > wptheme.txt");
  11. system("clear");
  12. ###PILIH SAYA ATAU DIA
  13. print "\n\033[1;36m Monggo di pilih: \n[ 1 ] WORDPRESS PLUGINS \n[ 2 ] WORDPRESS THEMES \n";
  14. print "\n\033[1;33m >>> : ";
  15. $pn=trim(fgets(STDIN,1024));
  16. ###WORDPRESS PLUGIN
  17. if($pn == 1){
  18. $anue=explode("\n", file_get_contents("wpplugin.txt"));
  19. foreach($anue as $anu) {
  20. $azzx=$argv[1]."/wp-content/plugins/".$anu;
  21. if(system('curl -sL -w "%{http_code}\\n" '.$azzx.' -o /dev/null --connect-timeout 3 --max-time 5')==200) {
  22. print "\n\033[1;32m [ ".$azzx." ] [+] OK [+] ";
  23. } else {
  24. print "\033[1;31m".$anu." :( Not Found > ";
  25. }}
  26. ####WORDPRESS THEME
  27. }elseif($pn == 2){
  28. $anue=explode("\n", file_get_contents("wptheme.txt"));
  29. foreach($anue as $anu) {
  30. $azzx=$argv[1]."/wp-content/themes/".$anu;
  31. if(system('curl -sL -w "%{http_code}\\n" '.$azzx.' -o /dev/null --connect-timeout 3 --max-time 5')==200) {
  32. print "\n\033[1;32m [ ".$azzx." ] [+] OK [+] ";
  33. } else {
  34. print "\033[1;31m".$anu." :( Not Found > ";
  35. }}
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement