command-line-murders/i-013a1229fe58653d6
by SadServersMore by SadServers
#2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: sudo: a password is required admin@i-0e74c6feeef89a0ae:~$ for i in $(seq 1 65536); do echo -n "." nmap -PS $i localhost > /dev/null output=$(curl --silent localhost) echo $output | egrep -v "^Who is there\?$" && echo "yay - $i" done . yay - 1 ................... admin@i-0e74c6feeef89a0ae:~$ nmap -PS 1
taipei/i-0e74c6feeef89a0ae 00:54
by SadServers<body> <h1>Error response</h1> <p>Error code: 400</p> <p>Message: Bad request syntax ('/GET').</p> <p>Error code explanation: HTTPStatus.BAD_REQUEST - Bad request syntax o </body> </html> Connection closed by foreign host. admin@i-0f11b52b2e36cec58:~$ nc localhost 5000 GET / Welcome! Password is FDZPmh5AX3oiJt admin@i-0f11b52b2e36cec58:~$ curl localhost:5000 Unauthorizedadmin@i-0f11b52b2curl --user-agent "FDZPmh5AX3oiJt" localhost:5000caWelcome! Password is FDZPmh5AX3oiJtadmin@i-0f11b52b2e36cec58:~$ echo
paris/i-0f11b52b2e36cec58 02:32
by SadServerstotal 44 drwxr-xr-x 6 admin admin 4096 Sep 24 2023 . drwxr-xr-x 3 root root 4096 Sep 17 2023 .. drwx------ 3 admin admin 4096 Sep 20 2023 .ansible -rw------- 1 admin admin 496 Feb 5 00:09 .bash_history -rw-r--r-- 1 admin admin 220 Aug 4 2021 .bash_logout -rw-r--r-- 1 admin admin 3526 Aug 4 2021 .bashrc drwxr-xr-x 3 admin admin 4096 Sep 20 2023 .config -rw-r--r-- 1 admin admin 807 Aug 4 2021 .profile drwx------ 2 admin admin 4096 Sep 17 2023 .ssh drwxr-xr-x 2 admin root 4096 Sep 24 2023 agent -rwxrwx--- 1 root root 360 Sep 24 2023 webserver.py admin@i-005e623c973fc92ea:~$ chown admin:admin webserver.py chown: changing ownership of 'webserver.py': Operation not permitted admin@i-005e623c973fc92ea:~$ cp -pr webserver.py test