Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 1.98 KB

README.md

File metadata and controls

75 lines (54 loc) · 1.98 KB

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