Skip to content

winter3aki/activedomainfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

43f9ae50-1110-4e6f-bfae-821fa01b7a9d # ❄️ WINTER AKI - Active Domain Finder

A fast and simple Python tool to identify active domains/subdomains from a given list using multithreading.


🚀 Features

  • ⚡ Fast scanning using multithreading
  • 🌐 Supports both http and https
  • 🧠 Smart domain normalization
  • 📂 Accepts file path or filename
  • 🔥 Clean CLI with banner
  • 📊 Progress tracking
  • 💾 Saves results automatically

📦 Installation

Clone the repository:

             git clone https://github.com/winter3aki/activedomainfinder.git
             python domainfilter.py

Install required dependency:

            pip install requests

▶️ Usage

Run the script:

            python domainfilter.py

You will be prompted:

              [?] Enter file path OR file name:

📥 Input Example

Your input file should contain domains/subdomains like:

example.com
test.example.com
https://google.com
site.com/path

📤 Output

  • Active domains will be displayed in terminal
  • Saved automatically as:
active.txt

(in the same directory where script is running)


🛠️ Configuration

You can modify these values inside the script:

THREADS = 30
TIMEOUT = 6

⚙️ How It Works

  1. Takes domain list as input
  2. Cleans and normalizes domains
  3. Sends HTTP/HTTPS requests
  4. Checks response status codes
  5. Identifies active domains
  6. Saves results to file

📌 Supported Status Codes

200, 201, 202, 204,
301, 302, 303, 307, 308,
401, 403

⚠️ Disclaimer

This tool is for educational and authorized testing purposes only. Do not use it against systems without permission.


👨‍💻 Author

Winter AKI


⭐ Support

If you like this project:

  • ⭐ Star the repo
  • 🍴 Fork it
  • 🛠️ Contribute

🔗 Repository

👉 https://github.com/winter3aki/activedomainfinder.git


About

This tool uses Subfinder to filter and identify both active and inactive domains efficiently.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages