Created
November 14, 2014 15:28
-
-
Save Hiromi-nee/cd1a7a52688c98a4347f to your computer and use it in GitHub Desktop.
QIWICTF2014 MISC100 solver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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