일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- IF문
- burp suite
- lord of sql injection
- property
- 메소드
- object
- 김성엽 대표님
- document
- 백준 파이썬
- xss game
- 조건문
- Pwndbg
- 자바스크립트
- htmlspecialchars
- jQuery
- xss game 풀이
- 백준 알고리즘
- element 조회
- 함수
- sql injection
- 배열
- github
- 객체
- blind sql injection
- 사칙연산
- 파이썬
- 포인터
- window
- python
- suninatas 풀이
Archives
- Today
- Total
목록lord of sql injection 13번 (1)
power-girl0-0
[ Los ] bugbear
주소 : https://los.rubiya.kr/ Lord of SQLInjection los.rubiya.kr [ 문제 ] [ 풀이 ] 바로 이전 문제와 같이 no를 이용해서 pw를 유추하는 문제이다. pw에서 '(싱글쿼터)를 차단하고 있기 때문이다. if(preg_match('/\'/i', $_GET[pw])) exit("HeHe"); no에서는 '(싱글쿼터), substr, ascii, =, or, and, (공백), like, 0x를 차단하고 있다. if(preg_match('/\'|substr|ascii|=|or|and| |like|0x/i', $_GET[no])) exit("HeHe"); 이전 문제와 달리 좀 더 강하게 추가되었다. like 대신 in연산자를 이용하여, id="admin"을 입..
War game/Lord of SQL Injection
2021. 3. 22. 01:51