This Docker image contains Kali Linux (rolling) combined with the
n8n Automation Platform, running with full root access.
It allows you to automate and execute penetration-testing, Web-CTF
tools, and command-line operations directly from inside the n8n
Execute Command Node or from the bash shell inside the container.
A collection of essential Web-CTF and pentest tools is preinstalled, and you can install additional tools anytime.
- sudo\
- wget\
- curl\
- git\
- nano\
- python3 + pip\
- nodejs + npm\
- sqlmap\
- dirsearch\
- gobuster\
- wfuzz\
- nikto\
- whatweb\
- httpie\
- httpx\
- SecLists (wordlists)
docker run -d --name n8nkali -p 5678:5678 ogtamimi/n8nkali:latestdocker exec -it n8nkali bashapt update
apt install <tool>apt install -y ffufjust use this command
docker push ogtamimi/n8nkali:v2This project is licensed under the MIT License.
You are free to use, modify, distribute, and integrate the code as long as proper credit is given.
For full details, see the LICENSE file.
N8NKALI = Kali Linux + n8n + Root Access + Web-CTF Tools
Made With ❤️ by Omar Al Tamimi
