finalshare

Untitled

May 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.28 KB | None | 0 0
  1. import requests
  2.  
  3. import base64
  4. flag =""
  5. for i in range(2,22):
  6.     r = requests.post('http://167.88.114.217/concavang.php?phieulang=quynhnhu&quynhnhu=thebest&r='+str(i), data = {'lolololo':'lolololo'})
  7.     print base64.b64decode(r.text)
  8.     flag=flag+ base64.b64decode(r.text)[14]
  9. print flag
Add Comment
Please, Sign In to add comment