command-line-murders/i-01adf517b3edebb2d
by SadServersMore by SadServers
> GET / HTTP/1.1 > Host: localhost:5000 > User-Agent: curl/7.74.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 200 OK < Server: Werkzeug/2.3.7 Python/3.9.2 < Date: Wed, 12 Mar 2025 13:07:13 GMT < Content-Type: text/html; charset=utf-8 < Content-Length: 12 < Connection: close < * Closing connection 0 Unauthorizedadmin@i-07cad8a6e42aaf197:~$ cat /etc/
paris/i-07cad8a6e42aaf197 00:45
by SadServersMISC: -6: Enable IPv6 scanning -A: Enable OS detection, version detection, script scanning, and traceroute --datadir <dirname>: Specify custom Nmap data file location --send-eth/--send-ip: Send using raw ethernet frames or IP packets --privileged: Assume that the user is fully privileged --unprivileged: Assume the user lacks raw socket privileges -V: Print version number -h: Print this help summary page. EXAMPLES: nmap -v -A scanme.nmap.org nmap -v -sn 192.168.0.0/16 10.0.0.0/8 nmap -v -iR 10000 -Pn -p 80 SEE THE MAN PAGE (https://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES admin@i-0ae0f2e45a0830612:~$ nmap
paris/i-0ae0f2e45a0830612 00:56
by SadServersudp 0 0 0.0.0.0:68 0.0.0.0:* udp6 0 0 fe80::813:15ff:fe50:546 :::* udp6 0 0 ::1:323 :::* Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name unix 2 [ ACC ] STREAM LISTENING 9661 - unix 2 [ ACC ] STREAM LISTENING 10561 - unix 2 [ ACC ] STREAM LISTENING 10563 - unix 2 [ ACC ] STREAM LISTENING 9615 - unix 2 [ ACC ] STREAM LISTENING 9617 - unix 2 [ ACC ] STREAM LISTENING 9618 - unix 2 [ ACC ] STREAM LISTENING 9630 - unix 2 [ ACC ] STREAM LISTENING 9638 - unix 2 [ ACC ] SEQPACKET LISTENING 9640 - admin@i-05f9095b8fa200e0d:~$ ls
paris/i-05f9095b8fa200e0d 03:43
by SadServers-rw-r--r-- 1 admin admin 1024 Feb 29 07:33 .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-03d33c47959abc794:~$ file webserver.py webserver.py: regular file, no read permission admin@i-03d33c47959abc794:~$ curl localhost:5000 Unauthorizedadmin@i-03d33c47959abc794:~$ curl -I localhost:5000 HTTP/1.1 200 OK Server: Werkzeug/2.3.7 Python/3.9.2 Date: Thu, 29 Feb 2024 07:34:11 GMT Content-Type: text/html; charset=utf-8 Content-Length: 12 Connection: close admin@i-03d33c47959abc794:~$