일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- xss game
- document
- Pwndbg
- 사칙연산
- 메소드
- 함수
- element 조회
- sql injection
- xss game 풀이
- object
- 포인터
- 자바스크립트
- blind sql injection
- 조건문
- 파이썬
- htmlspecialchars
- burp suite
- suninatas 풀이
- 백준 알고리즘
- python
- lord of sql injection
- 백준 파이썬
- property
- 김성엽 대표님
- 배열
- IF문
- jQuery
- github
- 객체
- window
Archives
- Today
- Total
목록lord of injection troll (1)
power-girl0-0
[ Los ] troll
주소 : https://los.rubiya.kr/ Lord of SQLInjection los.rubiya.kr [ 문제 ] [ 풀이 ] 해당 문제에서는 '(싱클쿼터)와 admin을 차단하고 있다. if(preg_match('/\'/i', $_GET[id])) exit("No Hack ~_~"); if(preg_match("/admin/", $_GET[id])) exit("HeHe"); 하지만 해당 문제에서는 id가 admin일 경우 clear가 가능하다. if($result['id'] == 'admin') solve("troll"); 잠깐!! 소스코드를 자세히 보니 admin을 차단하는 것으로, 대문자 ADMIN을 차단하지 않는 것 같다. 따라서, id에 ADMIN을 입력해보았다. 짜란!! 문제 CLE..
War game/Lord of SQL Injection
2021. 3. 21. 21:42