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