Skip to content

knockpy - A subdomain scanner

Installation

Repository: https://github.com/guelfoweb/knock

git clone https://github.com/guelfoweb/knock.git
cd knock
pip3 install -r requirements.txt

# Optional: Make an alias for knockpy
sudo chmod +x knockpy.py 
sudo ln -s /home/kali/tools/knock/knockpy.py /usr/bin/knockpy

Usage

# From the tools/knock folder
python3 knockpy.py <DOMAIN>

# If you have made an alias, just run:
knockpy <domain>
Last update: 2023-05-02
Created: March 9, 2023 15:30:39