Wargame/Bandit (34) 썸네일형 리스트형 [ Docker ] Bandit Wargame 만들기 - 32번 문제 ( 33 / 33 ) 1. Bandit32 목표After all this git stuff, it’s time for another escape. Good luck!Commands you may need to solve this levelsh, man 2. Bandit32 구현# 비밀번호 root 입력 접속ssh -oStrictHostKeyChecking=no root@localhost -p 2220useradd bandit33 && echo -e "tQdtbs5D5i2vJwkO8mEyYEyTL8izoeJ0\ntQdtbs5D5i2vJwkO8mEyYEyTL8izoeJ0" | passwd bandit33chmod 755 /home/bandit33chown root:root /home/bandit33chown -R root:roo.. [ Docker ] Bandit Wargame 만들기 - 31번 문제 ( 32 / 33 ) 1. Bandit31 목표There is a git repository at ssh://bandit31-git@localhost/home/bandit31-git/repo via the port 2220. The password for the user bandit31-git is the same as for the user bandit31.Clone the repository and find the password for the next level.Commands you may need to solve this levelgit 2. Bandit31 구현# 비밀번호 root 입력 접속ssh -oStrictHostKeyChecking=no root@localhost -p 2220cat /home/bandit.. [ Docker ] Bandit Wargame 만들기 - 30번 문제 ( 31 / 33 ) 1. Bandit30 목표There is a git repository at ssh://bandit30-git@localhost/home/bandit30-git/repo via the port 2220. The password for the user bandit30-git is the same as for the user bandit30.Clone the repository and find the password for the next level.Commands you may need to solve this levelgit 2. Bandit30 구현# 비밀번호 root 입력 접속ssh -oStrictHostKeyChecking=no root@localhost -p 2220useradd bandit31 .. [ Docker ] Bandit Wargame 만들기 - 29번 문제 ( 30 / 33 ) 1. Bandit29 목표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 same as for the user bandit29.Commands you may need to solve this levelgit 2. Bandit29 구현# 비밀번호 root 입력 접속ssh -oStrictHostKeyChecking=no root@localhost -p 2220useradd bandit30 && echo -e "qp30ex3VLz5MDG1n91YowTv4Q8l7CDZL\nqp30ex3VLz5MDG1n9.. [ Docker ] Bandit Wargame 만들기 - 28번 문제 ( 29 / 33 ) 1. Bandit28 목표There is a git repository at ssh://bandit28-git@localhost/home/bandit28-git/repo via the port 2220.The password for the user bandit28-git is the same as for the user bandit28.Clone the repository and find the password for the next level.Commands you may need to solve this levelgit 2. Bandit28 구현# 비밀번호 root 입력 접속ssh -oStrictHostKeyChecking=no root@localhost -p 2220useradd bandit29 &.. [ Docker ] Bandit Wargame 만들기 - 27번 문제 ( 28 / 33 ) 1. Bandit27 목표There is a git repository at ssh://bandit27-git@localhost/home/bandit27-git/repo via the port 2220.The password for the user bandit27-git is the same as for the user bandit27.Clone the repository and find the password for the next level.Commands you may need to solve this levelgit 2. Bandit27 구현# 비밀번호 root 입력 접속ssh -oStrictHostKeyChecking=no root@localhost -p 2220useradd bandit28 &.. [ Docker ] Bandit Wargame 만들기 - 26번 문제 ( 27 / 33 ) 1. Bandit26 목표Good job getting a shell! Now hurry and grab the password for bandit27Commands you may need to solve this levells 2. Bandit26 구현# 비밀번호 root 입력 접속ssh -oStrictHostKeyChecking=no root@localhost -p 2220cat /tmp/bandit27-do.c#define _CRT_SECURE_NO_WARNINGS#include #include #include #include int main(int argc, char **argv){ uid_t euid = geteuid(); setresuid(euid, euid, euid); /.. [ Docker ] Bandit Wargame 만들기 - 25번 문제 ( 26 / 33 ) 1. Bandit25 목표Logging in to bandit26 from bandit25 should be fairly easy…The shell for user bandit26 is not /bin/bash, but something else.Find out what it is, how it works and how to break out of it.Commands you may need to solve this levelssh, cat, more, vi, ls, id, pwd 2. Bandit25 구현# 비밀번호 root 입력 접속ssh -oStrictHostKeyChecking=no root@localhost -p 2220chown -R root:root /home/bandit25/.[!.]*ca.. 이전 1 2 3 4 5 다음