일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- overthewire
- OS Command Injection
- php To Do List
- War Game
- Recon
- access control
- privilege escalation
- active recon
- 파일 업로드 취약점
- file upload
- Leviathan
- SQLi
- php
- Cryptography
- tryhackme
- over the wire
- Reconnaissance
- php file upload
- active reconnaissance
- Server Side Request Forgery
- php 파일 업로드하기
- BANDiT
- php 로그인 페이지 만들기
- THM
- sql injection
- FTZ
- php login page
- ssrf
- Cookie
- Authentication
Archives
- Today
- Total
목록bandit8 (1)
R's Hacking Daily Log
Bandit8
Overthewire - Bandit level8 Connection : bandit8@bandit.labs.overthewire.org -p 2220 username : bandit8 Bandit level8) data.txt file내에 오직 한 번만 작성된 text가 다음 level의 passwd라고 한다. Kali linux - Terminal 먼저 command를 잠깐 살펴보자면 uniq 같은 경우에는 input과 인접하게 매치되는 line을 골라내는 명령어이고, 옵션을 쭉 보면 이번 문제에서 사용할 만한 옵션으로 -u option이 있는 걸 확인! sort command는 문장을 분류하여 정리, 정렬하는 명령어이다. sort도 많은 옵션이 있지만, 이 문제에서는 딱히 사용하지 않아도 될 듯하다..
OverTheWire/Bandit
2022. 12. 18. 11:53