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