Skip to content

Instantly share code, notes, and snippets.

@Hiromi-nee
Created November 14, 2014 15:28
Show Gist options
  • Save Hiromi-nee/cd1a7a52688c98a4347f to your computer and use it in GitHub Desktop.
Save Hiromi-nee/cd1a7a52688c98a4347f to your computer and use it in GitHub Desktop.
QIWICTF2014 MISC100 solver
import requests
r = requests.post('https://qiwictf2014.ru:40443', auth=('xxx','nshvtyfnjh'))
print r.status_code
print r.headers
print r.text
print r.json()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment