-
[Linux 공부] Bandit wargames 29~30 단계 gitLinux 2025. 5. 20. 22:15728x90반응형
OverTheWire: Level Goal
We're hackers, and we are good-looking. We are the 1%. <!-- Please read and accept the Rules! --> Level Goal There is a git repository at ssh://bandit29-git@localhost/home/bandit29-git/repo via the port 2220. The password for the user bandit29-git is the s
overthewire.org
29 ~ 30 단계 문제는 전 단계와 동일하게 git 명령어 문제입니다.
1. SSH 접속
29 ~ 30 단계 접속 비밀번호는 4pT1t5DENaYuqnqvadYs1oE4QLCdjmJ7 입니다.
ssh bandit29@bandit.labs.overthewire.org -p 22202. git log --all -p
mkdir /tmp/momo cd /tmp/momo git clone ssh://bandit29-git@localhost:2220/home/bandit29-git/repo # 비밀번호 29단계 접속 비밀번호와 같습니다. ls # 응답 repo cd repo cat README.md # 응답 # Bandit Notes Some notes for bandit30 of bandit. ## credentials - username: bandit30 - password: <no passwords in production!> git log -all -p # 응답 commit 3b8b91fc3c48f1a19d05670fd45d3e3f2621fcfa (HEAD -> master, origin/master, origin/HEAD) Author: Ben Dover <noone@overthewire.org> Date: Thu Apr 10 14:23:21 2025 +0000 fix username diff --git a/README.md b/README.md index 2da2f39..1af21d3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ Some notes for bandit30 of bandit. ## credentials -- username: bandit29 +- username: bandit30 - password: <no passwords in production!> commit a97d0dbf8fd910ead6fcf648829ff55c1a629c8e (origin/dev) Author: Morla Porla <morla@overthewire.org> Date: Thu Apr 10 14:23:21 2025 +0000 add data needed for development diff --git a/README.md b/README.md index 1af21d3..bc6ad3d 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ Some notes for bandit30 of bandit. ## credentials - username: bandit30 -- password: <no passwords in production!> +- password: qp30ex3VLz5MDG1n91YowTv4Q8l7CDZL commit c2e20a2bcc4815a984fbef4c7a96ca6e4de35c48 (origin/sploits-dev) Author: Morla Porla <morla@overthewire.org> Date: Thu Apr 10 14:23:21 2025 +0000 add some silly exploit, just for shit and giggles diff --git a/exploits/horde5.md b/exploits/horde5.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/exploits/horde5.md @@ -0,0 +1 @@ + commit 8d2ffeb5e45f87d0abb028aa796e3ebb63c5579c Author: Ben Dover <noone@overthewire.org> Date: Thu Apr 10 14:23:21 2025 +0000 initial commit of README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2da2f39 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Bandit Notes +Some notes for bandit30 of bandit. + +## credentials + +- username: bandit29 +- password: <no passwords in production!> + commit 3910630172946c9ffb75842922e394b772c672bd Author: Ben Dover <noone@overthewire.org> Date: Thu Apr 10 14:23:21 2025 +0000 add gif2ascii diff --git a/code/gif2ascii.py b/code/gif2ascii.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/code/gif2ascii.py @@ -0,0 +1 @@ +728x90반응형'Linux' 카테고리의 다른 글
[Linux 공부] Bandit wargames 31~32 단계 git (0) 2025.05.20 [Linux 공부] Bandit wargames 30~31 단계 git (0) 2025.05.20 [Linux 공부] Bandit wargames 28~29 단계 git log (1) 2025.05.20 [Linux 공부] Bandit wargames 27~28 단계 git repo (0) 2025.05.20 [Linux 공부] Bandit wargames 26~27 단계 more & setuid & set (0) 2025.05.20