paris/i-0698a665f0c5ecc54
by SadServersMore by SadServers
--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-01a29057fe7aae69b:~$ nmap -A localhost:5000 Starting Nmap 7.80 ( https://nmap.org ) at 2024-11-04 04:09 UTC Failed to resolve "localhost:5000". WARNING: No targets were specified, so 0 hosts scanned. Nmap done: 0 IP addresses (0 hosts up) scanned in 0.65 seconds admin@i-01a29057fe7aae69b:~$
paris/i-01a29057fe7aae69b 00:54
by SadServersProto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN tcp6 0 0 :::6767 :::* LISTEN tcp6 0 0 :::8080 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN udp 0 0 127.0.0.1:323 0.0.0.0:* udp 0 0 0.0.0.0:68 0.0.0.0:* udp6 0 0 fe80::887:7cff:fef3:546 :::* udp6 0 0 ::1:323 :::* admin@i-08aea6778f2336813:~$ ls agent webserver.py admin@i-08aea6778f2336813:~$ nc localhost 5000 GET /
paris/i-08aea6778f2336813 01:30
by SadServersadmin@i-00d4fc0ce03bf426d:~$ ss -lt State Recv-Q Send-Q Local Address:Port Peer AdLISTEN 0 128 127.0.0.1:5000 0.LISTEN 0 128 0.0.0.0:ssh 0.LISTEN 0 4096 *:6767 LISTEN 0 4096 *:http-alt LISTEN 0 128 [::]:ssh admin@i-00d4fc0ce03bf426d:~$ curl localhost:5000 Unauthorizedadmin@i-00d4fc0ce03bf426d:~$ nc localhost 5000 GET / Welcome! Password is FDZPmh5AX3oiJt admin@i-00d4fc0ce03bf426d:~nc
paris/i-00d4fc0ce03bf426d 01:15
by SadServerssynonym for -e inject with default ERRNO set to ENOSYS. Miscellaneous: -d, --debug enable debug output to stderr -h, --help print help message --seccomp-bpf enable seccomp-bpf filtering -V, --version print version admin@i-044591a0589c43c95:~$ strace --help | less admin@i-044591a0589c43c95:~$ strace -o /tmp/trace ./kihei panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-044591a0589c43c95:~$ vim