Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- docker compose
- str_replace함수
- 1819 (HY000):
- XAVIS
- SQLi wargame
- 가상머신 os
- SQL i
- Kail Linux
- ModuleNotFoundError: No module named ‘requests’
- Union SQL Injection
- LOS 5번
- Python requests 설치
- MySQL
- blind SQLi
- Error Based SQL Injection
- btmp
- Lord of SQLinjection
- M2
- los.rubiya.kr
- mocOS
- utmp
- goblin 3번
- No module named ‘requests’
- UTM
- Lord of SQL Injection
- sqli
- 2002(HY000)
- 우분투
- sql injection
- ubuntu
Archives
- Today
- Total
목록12 (1)
klaus
[Lord of SQL Injection] darkknight 12번
0. 다크나이트 다크나이트를 검색하면 batman만 나온다..ㅎㅎ php마이페이지를 만들다가 힘들어서 문제하나를 풀어봅니다.(?) 1. 전체 코드 2. 주요 코드 분석 if(preg_match('/prob|_|\.|\(\)/i', $_GET[no])) exit("No Hack ~_~"); if(preg_match('/\'/i', $_GET[pw])) exit("HeHe"); if(preg_match('/\'|substr|ascii|=/i', $_GET[no])) exit("HeHe"); $query = "select id from prob_darkknight where id='guest' and pw='{$_GET[pw]}' and no={$_GET[no]}"; 먼저, preg_match함수를 확인해보면..
모의해킹/Wargame
2022. 12. 16. 12:01