Cerberus¶
Cerberus is a Golang-based port scanner designed to detect a running Pandora server during the reconnaissance phase. The tool performs a full TCP scan, followed by an HTTPS probe to check for the presence of a valid https://IP:Port/secret endpoint. If such an endpoint is discovered, it confirms that Pandora is running on the associated port.
| main.go | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | |
./Cerberus [options]
Options
-p string
Specifies the port(s) to scan, separated by commas.
-t string
Specifies the target IP address or hostname.
-v
Enables Pandora-specific scanning mode.