kihei/i-01d29b6753c5b092d
by SadServersMore by SadServers
admin@i-0c469078d13136d60:~$ sudo curl localhost:5000 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-0c469078d13136d60:~$ nc localhost5000 nc: missing port number admin@i-0c469078d13136d60:~$ nc localhost 5000 G
paris/i-0c469078d13136d60 01:28
by SadServerscloud environment hosts lighttpd modules-loaadmin@i-07b1f6f3834fd3ea0:/etc$ cd apache2/ admin@i-07b1f6f3834fd3ea0:/etc/apache2$ ls conf-available admin@i-07b1f6f3834fd3ea0:/etc/apache2$ cd conf-available/ admin@i-07b1f6f3834fd3ea0:/etc/apache2/conf-available$ ls javascript-common.conf admin@i-07b1f6f3834fd3ea0:/etc/apache2/conf-available$ cat javascript-common.conAlias /javascript /usr/share/javascript/ <Directory "/usr/share/javascript/"> Options FollowSymLinks MultiViews </Directory> admin@i-07b1f6f3834fd3ea0:/etc/apache2/conf-available$ cd ~ admin@i-07b1f6f3834fd3ea0:~$ cd conf-available/
paris/i-07b1f6f3834fd3ea0 01:13
by SadServersadmin@i-094407eb5173ca7f2:~$ telnet loaclhost 5000 telnet: could not resolve loaclhost/5000: Name or service not known admin@i-094407eb5173ca7f2:~$ telnet localhost 5000 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET / Welcome! Password is FDZPmh5AX3oiJtConnection closed by foreign host. admin@i-094407eb5173ca7f2:~$ curl --insecure --anyauth -u admin:passowrd -X GET Unauthorizedadmin@i-094407eb5173ca7f2:~$ curl --insecure --anyauth -u admin:pass admin@i-094407eb5173ca7f2:~$ admin@i-094407eb5173ca7f2:~$ admin@i-094407eb5173ca7f2:~$ curl --insecure --anyauth -u admin:FDZPmh5AX3oiJt -