Skip to content

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

License

Notifications You must be signed in to change notification settings

sc4rfurry/ChaosKobra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

sudo apt-get install python3-pip

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

    python3 -m pip install venv
    python3 -m venv env
    source env/bin/activate

After that run the following commands:

    python3 -m pip install -r requirements.txt
    sudo python3 setup.py

Usage

python3 main.py -t [domain] -o (Output File)

Options

                -t              Target or Host
                -o              Output Folder (Optional)

Example

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published