Peppo
Gaining Access
$ nmap -p- --min-rate 3000 -Pn 192.168.201.60
Starting Nmap 7.93 ( https://nmap.org ) at 2023-07-15 11:59 +08
Nmap scan report for 192.168.201.60
Host is up (0.17s latency).
Not shown: 65529 filtered tcp ports (no-response)
PORT STATE SERVICE
22/tcp open ssh
113/tcp open ident
5432/tcp open postgresql
8080/tcp open http-proxy
10000/tcp open snet-sensor-mgmtIdent -> SSH
$ ident-user-enum 192.168.201.60 22 113 5432 8080 10000
ident-user-enum v1.0 ( http://pentestmonkey.net/tools/ident-user-enum )
192.168.201.60:22 root
192.168.201.60:113 nobody
192.168.201.60:5432 <unknown>
192.168.201.60:8080 <unknown>
192.168.201.60:10000 eleanor
Privilege Escalation
Shell Escape

Docker Group -> Root

Last updated