Skip to content

This Repository contains Docker image of Kali Linux (rolling)combined with the n8n Automation Platform and Redteam and CTF Solver Workflows

License

Notifications You must be signed in to change notification settings

ogtamimi/n8n-Cybersecurity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

N8NKALI - Kali Linux + n8n (Root) Security License: MIT

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.

🧰 Included Tools

  • sudo\
  • wget\
  • curl\
  • git\
  • nano\
  • python3 + pip\
  • nodejs + npm\
  • sqlmap\
  • dirsearch\
  • gobuster\
  • wfuzz\
  • nikto\
  • whatweb\
  • httpie\
  • httpx\
  • SecLists (wordlists)

🚀 How to Run

docker run -d --name n8nkali -p 5678:5678 ogtamimi/n8nkali:latest

🖥️ Access the Container Shell

docker exec -it n8nkali bash

➕ Install Additional Tools

From inside the container:

apt update
apt install <tool>

From n8n Execute Command node:

apt install -y ffuf

How to build

just use this command

docker push ogtamimi/n8nkali:v2

📄 License

License: MIT

This 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.

❤️ Summary

N8NKALI = Kali Linux + n8n + Root Access + Web-CTF Tools
Made With ❤️ by Omar Al Tamimi

About

This Repository contains Docker image of Kali Linux (rolling)combined with the n8n Automation Platform and Redteam and CTF Solver Workflows

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published