Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ChaosKobra — Another Sub-Domain Enumeration Tools for normies written in python... | Kitploit
Tools/GitHubGitHub/sc4rfurry/chaoskobra
ReconnaissanceDNS & Subdomain EnumerationInformation GatheringSubdomain Enumeration
GitHubsc4rfurry/chaoskobra

ChaosKobra

Another Sub-Domain Enumeration Tools for normies written in python...

View Repository
148 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

forthebadge made-with-python

ChaosKobra 🐍

Another Sub-Domain Enumeration Tools for normies written in Python3.

🔧 Technologies & Tools

📚 Requirements

  • Python 3.9+
  • pip3

Installation

Use the package manager pip to install the requirements. if not installed, install it using the following command.

root@kitploit:~
sudo apt-get install python3-pip

It is advised to install the python requirements in a virtual environment, for that install the venv package.

root@kitploit:~
    python3 -m pip install venv
    python3 -m venv env
    source env/bin/activate

After that run the following commands:

root@kitploit:~
    python3 -m pip install -r requirements.txt
    sudo python3 setup.py

Usage

root@kitploit:~
python3 main.py -t [domain] -o (Output File)

Options

root@kitploit:~
                -t              Target or Host
                -o              Output Folder (Optional)

Example

root@kitploit:~
1) python3 main.py -t example.com
2) python3 main.py -t example.com -o example

Note: if -o is not provided the output folder name is set to the target(DOMAIN).

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Download Tool