Public recordings
Sort by
admin@i-06e417f4b5d603c82:~$ ls -l total 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-06e417f4b5d603c82:~$ chown admin webserver.py chown: changing ownership of 'webserver.py': Operation not permitted admin@i-06e417f4b5d603c82:~$ chmod 777 webserver.py chmod: changing permissions of 'webserver.py': Operation not permitted admin@i-06e417f4b5d603c82:~$ nc localhost 5000 GET / Welcome! Password is FDZPmh5AX3oiJt admin@i-06e417f4b5d603c82:~$ admin@i-06e417f4b5d603c82:~$ admin@i-06e417f4b5d603c82:~$ curl