일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- FTZ
- active reconnaissance
- php
- tryhackme
- War Game
- Authentication
- SQLi
- php 로그인 페이지 만들기
- 파일 업로드 취약점
- php login page
- Recon
- active recon
- Cookie
- BANDiT
- over the wire
- Cryptography
- sql injection
- OS Command Injection
- file upload
- THM
- privilege escalation
- overthewire
- Reconnaissance
- php 파일 업로드하기
- Server Side Request Forgery
- Leviathan
- php To Do List
- ssrf
- php file upload
- access control
Archives
- Today
- Total
목록file signature (1)
R's Hacking Daily Log
File Upload - Lab (5)
Lab - Remote code execution via polyglot web shell upload 이번 Lab에서는 업로드된 파일 내용을 검사한다고 한다. 그중에서도 file signature 값을 확인하여 업로드된 유형을 확인한다고 하는 데 ** file signature이란, 파일 header or footer 부분에 명시되는 값으로 파일 확장자가 무엇이냐에 따라 값이 다른 걸 확인할 수 있다. Lab에 들어가 webshell.php file을 업로드해봤더니 유효한 파일이 아니라는 문구와 함께 업로드 에러가 발생했다고 한다. 아무래도 php file 그 자체로 업로드하면 안 되는 거 같다. 이미지 파일으 업로드해야 승인되기 때문에 이미지 파일의 signature을 활용하여 파일을 만들면 어떻게 ..
Port Swigger/File Upload
2023. 6. 25. 13:37