일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- file upload
- overthewire
- tryhackme
- php 파일 업로드하기
- Authentication
- War Game
- sql injection
- active reconnaissance
- Leviathan
- FTZ
- Cryptography
- Server Side Request Forgery
- ssrf
- active recon
- OS Command Injection
- Recon
- php login page
- php
- php 로그인 페이지 만들기
- php file upload
- Reconnaissance
- php To Do List
- over the wire
- 파일 업로드 취약점
- BANDiT
- privilege escalation
- Cookie
- THM
- access control
- SQLi
Archives
- Today
- Total
목록ignite (1)
R's Hacking Daily Log
Ignite
target ip로 nmap을 실행해 보니 80 port만 열려있다고 한다. browser로 들어가보면 "fuel cms" page가 나오고 버전 1.4 정보를 얻을 수 있다. searchsploit을 이용해 fuel cms 1.4에 대해 결과를 출력해 보면, Remote Code Execution 취약점이 나온다. 47138.py를 python2로 실행하는데 계속 error가 나서... 이것저것 시도하다 python3 버전의 코드를 얻었다. 해당 python code 중 url 부분만 target ip로 수정해 주면 된다. python3로 코드를 실행하면 cmd: line이 출력된다. whoami를 입력해 보니 www-data 상태임을 알 수 있었다. 공격자의 IP&port를 지정해 nc shell을 ..
TryHackMe/Challenge - WriteUp
2023. 2. 17. 21:12