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

Overthewire - Bandit level10 Connection : bandit10@bandit.labs.overthewire.org -p 2220 username : bandit10 Bandit level10) base64로 인코딩 된 데이터를 포함하는 data.txt file안에 다음 level의 passwd가 있다! Kali linux - Terminal base64 command는 file을 base64 형식으로 encode 하거나 decode 하는 명령어로 Decode 할 때는 -d option을 사용하면 된다. data.txt 파일을 읽어보니 딱 봐도 뒤에 ==가 붙은 게 base64 냄새가..!! 망설임 없이 바로 decoding을 해주자 바로 passwd가 나온다. COMMAND) ..
OverTheWire/Bandit
2022. 12. 18. 12:21