본문 바로가기

CTF Write-UP/overthewire.org (완료)33

Bandit Level 28 → Level 29 bandit 28 문제 bandit 28 풀이 이전과 동일하게 clone기능을 이용하여 repo를 받아온다. 그런데 readme.md 파일에 아래와 같이 출력된다. 패스워드가 xxx로 블러처리 되어있는데 해결하기 위해서는 git log -p 명령어를 이용하여 확인해준다. 패스워드를 확인할수 있다. 더보기 bbc96594b4e001778eee9975372716b2 2021. 12. 18.
Bandit Level 27 → Level 28 bandit 27 문제 bandit 27 풀이 홈 디렉토리에서는 권한이 없기 때문에 /tmp에서 임시 디렉토리를 만들어 git clone을 해준다 clone시 repo 디렉터리가 생성되는데 이 디렉터리 안에는 README파일이 있다. 이 파일에서 다음 레벨에 대한 패스워드를 확인할수 있다. 더보기 0ef186ac70e04ea33b4c1853d2526fa2 2021. 12. 18.
Bandit Level 26 → Level 27 bandit 26 문제 bandit 26 문제풀이 https://cpucode.tistory.com/53 Bandit Level 25 → Level 26 Bandit25 문제 Bandit25 문제풀이 디렉터리에는 bandit26.sshkey 파일이 있다. rsa private 키라는것을 확인 하였고 이파일로 bandit26에 접속하면 연결이 바로 끊어진다. --[ More information ]-- For more inf.. cpucode.tistory.com 에서 이어진다. ls 명령어를 이용하여 확인해주면 bandit27-do 파일이 있다는것을 확인할수 있다. bandit26@bandit:~$ ls bandit27-do text.txt bandit26@bandit:~$ 파일을 열어볼려고 시도하였으나.. 2021. 12. 17.
Bandit Level 25 → Level 26 Bandit25 문제 Bandit25 문제풀이 디렉터리에는 bandit26.sshkey 파일이 있다. rsa private 키라는것을 확인 하였고 이파일로 bandit26에 접속하면 연결이 바로 끊어진다. --[ More information ]-- For more information regarding individual wargames, visit http://www.overthewire.org/wargames/ For support, questions or comments, contact us through IRC on irc.overthewire.org #wargames. Enjoy your stay! _ _ _ _ ___ __ | | | (_) | |__ \ / / | |__ __ _ _ __ .. 2021. 12. 14.