paris/i-0f11b62e125014253
by SadServersMore by SadServers
[-m minttl] [-O length] [-P proxy_username] [-p source_port] [-q seconds] [-s sourceaddr] [-T keyword] [-V rtable] [-W recvlimit] [-w timeout] [-X proxy_protocol] [-x proxy_address[:port]] [destination] [port] admin@i-0b0edb32d26a5502b:~$ nc localhost 5000 admin@i-0b0edb32d26a5502b:~$ nc localhost 5000 GET / nc: port number invalid: GET admin@i-0b0edb32d26a5502b:~$ nc localhost 5000 admin@i-0b0edb32d26a5502b:~$ GET / bash: GET: command not found admin@i-0b0edb32d26a5502b:~$ GET / curl --user-agent "whatever"
paris/i-0b0edb32d26a5502b 02:31
by SadServersdrwxr-xr-x 3 admin admin 4096 Sep 20 15:56 .config drwxr-xr-x 3 admin admin 4096 Dec 24 11:10 .local -rw-r--r-- 1 admin admin 807 Aug 4 2021 .profile drwx------ 2 admin admin 4096 Sep 17 16:44 .ssh -rw-r--r-- 1 admin admin 1024 Dec 24 11:10 .webserver.py.swp drwxr-xr-x 2 admin root 4096 Sep 24 23:20 agent -rwxrwx--- 1 root root 360 Sep 24 23:20 webserver.py admin@i-042a55932de644732:~$ su - Password: su: Authentication failure admin@i-042a55932de644732:~$ su - Password: su: Authentication failure admin@i-042a55932de644732:~$ ^C admin@i-042a55932de644732:~$ curl
paris/i-042a55932de644732 02:06
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