일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- php login page
- active recon
- Reconnaissance
- Recon
- Leviathan
- active reconnaissance
- php file upload
- OS Command Injection
- SQLi
- file upload
- Cookie
- php 로그인 페이지 만들기
- Server Side Request Forgery
- sql injection
- War Game
- 파일 업로드 취약점
- BANDiT
- php
- Authentication
- overthewire
- over the wire
- FTZ
- Cryptography
- php To Do List
- access control
- privilege escalation
- ssrf
- tryhackme
- php 파일 업로드하기
- THM
Archives
- Today
- Total
목록time delay (1)
R's Hacking Daily Log
OS Command Injection (2) & Lab (2)
Blind OS command injection vulnerabilities 앞에서 살펴본 command injection은 공격자가 입력한 Command 결과를 확인할 수 있었다. Lab1에서와 같이 Check stock 버튼을 눌렀을 때 재고가 출력되는 부분에 Whoami command 결과가 나타나는 것을 확인했을 것이다. 하지만 반대로 command 결과를 확인할 수 없는 Blind 취약점일 경우도 존재한다. Blind라는 개념을 이해하기 위해 다음과 같은 상황을 상상해 보자. :) 사용자가 피드백을 작성할 수 있는 사이트 :) 사용자가 자신의 이메일과 피드백 내용을 입력 :) 서버에서는 피드백을 받으면 해당 내용으로 메일을 만들어 Administrator에게 전달 이때 서버에서는 다음과 같은 c..
Port Swigger/Command Injection
2023. 6. 3. 13:03