일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- access control
- BANDiT
- php
- Reconnaissance
- privilege escalation
- Cryptography
- php login page
- Server Side Request Forgery
- php To Do List
- 파일 업로드 취약점
- active recon
- php file upload
- over the wire
- War Game
- ssrf
- file upload
- active reconnaissance
- php 로그인 페이지 만들기
- php 파일 업로드하기
- THM
- SQLi
- sql injection
- Authentication
- Leviathan
- OS Command Injection
- tryhackme
- Cookie
- FTZ
- overthewire
- Recon
Archives
- Today
- Total
목록information scheme (1)
R's Hacking Daily Log

이번에 정리할 SQL injection 내용은 Examining the database in SQL injection Attack이다. :) 앞에서 공부한 내용 중에서 username & password column을 갖는 users table이 있는 걸 공격자가 알고 이 내용을 조회하고 싶어 하는 상황을 가정했다. :) 사실 이 상황을 살펴보면 공격자는 users table에 대한 정보를 알아내는 단계를 미리 거쳐야 한다. :) Examining the database는 조회하고자 하는 "other database"의 테이블 정보를 수집하는 과정에서 사용할 수 있는 SQL injection이라 할 수 있다. Querying the database type and version 어떤 data base를 ..
Port Swigger/SQL Injection
2023. 4. 28. 13:39