ivujivik/i-047ad7b50e69e3093
by SadServersMore by SadServers
admin@i-0149d73fc6370539f:~$ nmap -p- localhost Starting Nmap 7.80 ( https://nmap.org ) at 2023-11-02 14:45 UTC Nmap scan report for localhost (127.0.0.1) Host is up (0.0021s latency). Not shown: 65531 closed ports PORT STATE SERVICE 22/tcp open ssh 5000/tcp open upnp 6767/tcp open bmc-perf-agent 8080/tcp open http-proxy Nmap done: 1 IP address (1 host up) scanned in 1.95 seconds admin@i-0149d73fc6370539f:~$ docker ps
paris/i-0149d73fc6370539f 00:43
by SadServersadmin@i-0dc1e7b02108a472f:~$ curl localhost:5000 Unauthorizedadmin@i-0dc1e7b02108a472f:~$ curl localhost:5000 GET / Unauthorizedcurl: (6) Could not resolve host: GET curl: (3) URL using bad/illegal format or missing URL admin@i-0dc1e7b02108a472f:~$ admin@i-0dc1e7b02108a472f:~$ curl localhost:5000 GET / Unauthorizedcurl: (6) Could not resolve host: GET curl: (3) URL using bad/illegal format or missing URL admin@i-0dc1e7b02108a472f:~$ admin@i-0dc1e7b02108a472f:~$ curl --user-agent "whatever" localhost:5000 Welcome! Password is FDZPmh5AX3oiJtadmin@i-0dc1e7b02108a472f:~$ cd /home/
paris/i-0dc1e7b02108a472f 02:06
by SadServersadmin@i-0be4fa9417f6a9d57:~$ less /var/log/journal/ec26942be8219bc22967aa0256120system.journal system@df99c4b1471c47279f87f0a9acf83714-0000000000000001-00060590bd3fe579.journaadmin@i-0be4fa9417f6a9d57:~$ less /var/log/journal/ec26942be8219bc22967aa0256120"/var/log/journal/ec26942be8219bc22967aa0256120fca/system.journal" may be a binaadmin@i-0be4fa9417f6a9d57:~$ less /var/log/^C admin@i-0be4fa9417f6a9d57:~$ ls agent webserver.py admin@i-0be4fa9417f6a9d57:~$ ./webserver.py bash: ./webserver.py: Permission denied admin@i-0be4fa9417f6a9d57:~$ chmod +x ./webserver.py chmod: changing permissions of './webserver.py': Operation not permitted admin@i-0be4fa9417f6a9d57:~$ curl localhost:500 curl: (7) Failed to connect to localhost port 500: Connection refused admin@i-0be4fa9417f6a9d57:~$