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
- file upload
- 증적 사진
- 웹 해킹
- 보고서
- Python
- 문제 풀이
- cookie 탈취
- Error based sql injection
- php
- sql injection point
- FridaLab
- MySQL
- XSS
- 세션
- Los
- 로그인페이지
- blind sql injection
- 게시판 만들기
- union sql injection
- JS
- 웹개발
- sql injection
- CTF
- lord of sql injection
- 로그인
- 보안 패치
- csrf
- 모의해킹
- 과제
- 웹 개발
Archives
- Today
- Total
목록concat (1)
Almon Dev

ctf 문제 풀이 SQL Injection 4 풀이사이트의 로직은 sql injection3와 동일한 것으로 보입니다.sql injection3에서 만들었던 python을 이용해서 풀겠습니다. 1> DB명 추출select database()=> DB 명 : sqli_2_1 2> Table명 추출select table_name from information_schema.tables where table_schema='sqli_2_1' limit 0,1=> Table 명 : flag_table, member 3> Column명 추출select column_name from information_schema.columns where table_schema='sqli_2_1' and table_name=..
웹 해킹/웹 해킹(ctf)
2024. 11. 30. 15:48