command-line-murders/i-0fb6bd339a6bff167
by SadServersMore by SadServers
admin@i-01938499a23dd6d8b:~$ curl http://localhost:5000 Unauthorizedadmin@i-01938499a23dd6d8b:~$ curl https://localhost:5000 curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number admin@i-01938499a23dd6d8b:~$ strace -p 573 strace: attach: ptrace(PTRACE_SEIZE, 573): Operation not permitted admin@i-01938499a23dd6d8b:~$ sudo strace -p 573 We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin:
paris/i-01938499a23dd6d8b 05:03
by SadServerstotal 8 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-06bbe1bb9a1bed390:~$ sudo wc -l webserver.py We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: sudo: a password is required admin@i-06bbe1bb9a1bed390:~$ grep password
paris/i-06bbe1bb9a1bed390 00:47
by SadServersrtt min/avg/max/mdev = 0.023/0.031/0.034/0.004 ms admin@i-06ccaf22127d79ccf:~$ curl localhost curl: (7) Failed to connect to localhost port 80: Connection refused admin@i-06ccaf22127d79ccf:~$ dig localhost bash: dig: command not found admin@i-06ccaf22127d79ccf:~$ apt install dig E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission dE: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are yadmin@i-06ccaf22127d79ccf:~$ netcat localhost netcat: missing port number admin@i-06ccaf22127d79ccf:~$ netcat localhost:5000 netcat: missing port number admin@i-06ccaf22127d79ccf:~$ ls agent webserver.py admin@i-06ccaf22127d79ccf:~$