일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- over the wire
- Authentication
- privilege escalation
- ssrf
- tryhackme
- Leviathan
- sql injection
- php To Do List
- php 로그인 페이지 만들기
- Cryptography
- BANDiT
- access control
- php file upload
- FTZ
- OS Command Injection
- 파일 업로드 취약점
- overthewire
- Cookie
- SQLi
- War Game
- Server Side Request Forgery
- php 파일 업로드하기
- Reconnaissance
- active recon
- file upload
- THM
- php login page
- active reconnaissance
- php
- Recon
Archives
- Today
- Total
목록OverTheWire/Bandit (34)
R's Hacking Daily Log
Bandit1
Overthewire - Bandit level 1 Connection : bandit1@bandit.labs.overthewire.org -p 2220 username : bandit1 Bandit level 1) level0과 큰 다른 점은 없지만 파일 이름이 "-"이라고 한다. Kali linux - Terminal로 bandit 서버로 접속을 해주고~ 현재 경로에서의 파일을 찾아보니 정말 이름이 " - "인 파일이 있다. 해당 파일을 읽으면~ level 2의 비밀번호 Get! COMMAND) cat [file_name]//입력한 내용으로 file_name의 file을 만들어라. [ "
OverTheWire/Bandit
2022. 12. 16. 18:51
Bandit0
Overthewire - Bandit Level 0 Connection : bandit0@bandit.labs.overthewire.org -p 2220 username : bandit0 password : bandit0 overthewire-bandit 사이트에 들어가면 level마다 간단한 설명과 commands가 제공된다. 모든 level에서는 다음 level로 가기 위한 비밀번호를 찾아내는 것이 목표이고 각 level을 풀기 위해 쓸 만한 command를 적어두었다. 명령어 공부를 따로 하고 문제를 풀 필요 없이 문제를 풀기 위해 필요한 command에 대해 찾아가면서 공부하는 것이 더 나은 방향일 듯하다. kali linux - Terminal ssh bandit0@bandit.labs.over..
OverTheWire/Bandit
2022. 12. 16. 18:30