일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- lord of sql injection
- 백준 알고리즘
- 배열
- jQuery
- 김성엽 대표님
- xss game
- burp suite
- property
- suninatas 풀이
- github
- Pwndbg
- python
- 객체
- 메소드
- blind sql injection
- 파이썬
- window
- document
- 조건문
- sql injection
- element 조회
- 자바스크립트
- 백준 파이썬
- htmlspecialchars
- xss game 풀이
- 포인터
- object
- 함수
- IF문
- 사칙연산
Archives
- Today
- Total
목록los 13번 bugbear (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