일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- property
- 자바스크립트
- element 조회
- github
- 백준 파이썬
- sql injection
- 함수
- xss game 풀이
- 파이썬
- 포인터
- IF문
- python
- window
- suninatas 풀이
- xss game
- 김성엽 대표님
- blind sql injection
- jQuery
- 사칙연산
- object
- Pwndbg
- 백준 알고리즘
- 객체
- 배열
- htmlspecialchars
- document
- 메소드
- burp suite
- lord of sql injection
- 조건문
Archives
- Today
- Total
목록los 11번 golem (1)
power-girl0-0
[ Los ] golem
주소 : https://los.rubiya.kr/ Lord of SQLInjection los.rubiya.kr [ 문제 ] [ 풀이 ] 먼저, 차단하고 있는 것을 확인해보자. if(preg_match('/or|and|substr\(|=/i', $_GET[pw])) exit("HeHe"); or, and, substr(, =을 차단하고 있다. 해당 차단은 아래와 같이 우회할 수 있다. or과 and는 || 와 &&로 대체할 수 있다. substr( )함수는 mid()함수로, =은 like로 우회가 가능하다. 이제 위 우회방법을 활용하여 id=admin을 입력해보자. ?pw=' || id like 'admin' %23 그 결과, 위와 같이 'Hello admin'이 출력되는 것을 확인할 수 있다. 이제, ..
War game/Lord of SQL Injection
2021. 3. 22. 00:12