일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Cryptography
- php
- privilege escalation
- file upload
- php login page
- War Game
- ssrf
- Authentication
- THM
- php 로그인 페이지 만들기
- php file upload
- Server Side Request Forgery
- SQLi
- OS Command Injection
- php To Do List
- Recon
- active recon
- BANDiT
- Reconnaissance
- Leviathan
- php 파일 업로드하기
- Cookie
- over the wire
- FTZ
- 파일 업로드 취약점
- overthewire
- access control
- tryhackme
- active reconnaissance
- sql injection
Archives
- Today
- Total
목록prepared statement (1)
R's Hacking Daily Log
SQLi (6)
How to detect SQL injection vulnerabilities 공격자의 입장에서 SQL injection 공격을 한다고 할 때, 1. ' 를 입력해서 에러가 발생하는지 확인 2. or '1' = '1와 같은 boolean 조건문 활용 3. case then 문 사용 4. time delay 와 같은 기술을 Lab을 통해 접해보았다. sql injection에서는 web page에 결과를 포함하느냐 안 하느냐의 여부가 중요한 정보가 될 수 있으며 web page에서의 차이를 찾을 수 없다면 time delay와 같이 부가적인 기술을 사용할 수 있다는 것도 배울 수 있었다! 또한 mysql의 information_scheme같이 meta data를 저장하는 table을 활용하여 어떤 테이블이..
Port Swigger/SQL Injection
2023. 5. 14. 15:41