일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- over the wire
- php 로그인 페이지 만들기
- FTZ
- php 파일 업로드하기
- php login page
- Cryptography
- Recon
- php To Do List
- THM
- php
- tryhackme
- active recon
- Leviathan
- privilege escalation
- Server Side Request Forgery
- Reconnaissance
- php file upload
- Authentication
- ssrf
- SQLi
- sql injection
- OS Command Injection
- file upload
- access control
- overthewire
- 파일 업로드 취약점
- active reconnaissance
- War Game
- Cookie
- BANDiT
Archives
- Today
- Total
목록redirection command (1)
R's Hacking Daily Log
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/3yiOj/btsiBKEMoM6/GvJA1dbUFQeuvfsmav2Ey0/img.png)
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