Sublisting automates the collection and verification of subdomains using tools like subfinder, amass, sublist3r, httpx, and socialhunter. The repository includes installation and execution scripts that gather, filter, and validate subdomains, providing clean and aesthetic output. Contributions are welcome.
This project automates the collection and verification of subdomains using tools like subfinder, amass, sublist3r, httpx, and socialhunter. It includes scripts to facilitate the gathering, filtering, and validation of subdomains, offering clean and aesthetically organized results.
- finder.py: A Python script used to verify the accessibility of collected subdomains.
- install.sh: An installation script to set up all the necessary tools in your working environment.
- Sublisting.sh: A Bash script that automates the subdomain collection process using various tools.
Clone the repository:
git clone https://github.com/Gorkaaaa/Sublisting
cd SublistingRun the installation script to set up the environment:
chmod +x install.sh
./install.shRun the Sublisting.sh script to collect and verify subdomains:
chmod +x Sublisting.sh
./Sublisting.sh <domain>
