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

Exploiting blind OS command injection by redirecting output 이번에 살펴볼 내용은 Blind OS command injection 기술 중 Redirection과 관련되어 있다. 여기서 말하는 Redirection이란, 어떤 데이터가 저장되는 원래 위치가 아닌 사용자가 임의로 지정한 곳으로 데이터가 지정되도록 위치를 변경하는 것을 말한다. 기본적으로 사용자가 만든 파일이 현재 directory에 저장된다고 할 때 현재 directory가 아닌 다른 directory에 파일이 저장되도록 하는 게 redirection의 예시가 될 수 있다. 현재 사용자가 /root/bandit directory에 위치해 있고 hello.txt file을 하나 만들고자 한다. "..
Port Swigger/Command Injection
2023. 6. 4. 15:24