# ❄️ WINTER AKI - Active Domain Finder
A fast and simple Python tool to identify active domains/subdomains from a given list using multithreading.
- ⚡ Fast scanning using multithreading
- 🌐 Supports both
httpandhttps - 🧠 Smart domain normalization
- 📂 Accepts file path or filename
- 🔥 Clean CLI with banner
- 📊 Progress tracking
- 💾 Saves results automatically
Clone the repository:
git clone https://github.com/winter3aki/activedomainfinder.git
python domainfilter.pyInstall required dependency:
pip install requestsRun the script:
python domainfilter.pyYou will be prompted:
[?] Enter file path OR file name:Your input file should contain domains/subdomains like:
example.com
test.example.com
https://google.com
site.com/path
- Active domains will be displayed in terminal
- Saved automatically as:
active.txt
(in the same directory where script is running)
You can modify these values inside the script:
THREADS = 30
TIMEOUT = 6- Takes domain list as input
- Cleans and normalizes domains
- Sends HTTP/HTTPS requests
- Checks response status codes
- Identifies active domains
- Saves results to file
200, 201, 202, 204,
301, 302, 303, 307, 308,
401, 403
This tool is for educational and authorized testing purposes only. Do not use it against systems without permission.
Winter AKI
If you like this project:
- ⭐ Star the repo
- 🍴 Fork it
- 🛠️ Contribute
👉 https://github.com/winter3aki/activedomainfinder.git