Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 580 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 580 Bytes

SubDump

a tool that functions to find subdomains of a website with the scanning method

Instalation on Linux (deb)

sudo apt-get install git
sudo apt-get install python3

Instalation on Termux

pkg install git
pkg install python3

Usage Tool

git clone https://github.com/HunxByts/SubDump.git
cd SubDump
pip3 install -r requirements.txt
python3 SubDump.py
⚡ Author : - HunxByts