Skip to content

A Python script to discover subdomains for domains listed in a text file using Sublist3r. Supports multi-threading for faster scans and saves results in separate files. Perfect for security researchers and bug hunters looking for efficient subdomain enumeration.

Notifications You must be signed in to change notification settings

tb-29/Subdomain-Discovery-With-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Subdomain-Discovery-With-Python

A Python script to discover subdomains for domains listed in a text file using Sublist3r. Supports multi-threading for faster scans and saves results in separate files. Perfect for security researchers and bug hunters looking for efficient subdomain enumeration.

pip install -r requirements.txt

Requirements

python3 subdomain_discovery.py

This Python script uses Sublist3r to discover subdomains and creates a text file with the main domain’s name. The script processes a list of domains, performs subdomain enumeration for each, and saves the results in individual text files named after the main domain.

About

A Python script to discover subdomains for domains listed in a text file using Sublist3r. Supports multi-threading for faster scans and saves results in separate files. Perfect for security researchers and bug hunters looking for efficient subdomain enumeration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages