https://github.com/black-zer-0/sub-finder
A SubFinder tool
https://github.com/black-zer-0/sub-finder
hacker hacking-tool hacktoolkit subfinder subshow
Last synced: 4 months ago
JSON representation
A SubFinder tool
- Host: GitHub
- URL: https://github.com/black-zer-0/sub-finder
- Owner: BLACK-ZER-0
- License: mit
- Created: 2025-07-13T13:21:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T06:05:38.000Z (7 months ago)
- Last Synced: 2025-11-15T08:17:48.547Z (7 months ago)
- Topics: hacker, hacking-tool, hacktoolkit, subfinder, subshow
- Language: Python
- Homepage:
- Size: 771 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🔍 SUB-FINDER
Advanced Subdomain & DNS Status Scanner
Developed by BLACK ZERO
---
## ⚡ Features
- 🔎 Subdomain enumeration using multiple public APIs
- 🔐 DNS LIVE/DEAD status check
- 🎛️ Beautiful Rich UI animations (spinner, bar, timer)
- 📂 Saves results to `.txt` file
- 🐍 Termux & Linux compatible
---
## 🛠️ Installation
```bash
pkg install python3
git clone https://github.com/BLACK-ZER-0/SUB-FINDER.git
cd SUB-FINDER
chmod +x*
pip install -r requirements.txt
python3 sub-finder.py
````
Or install manually:
```bash
pip install requests rich
```
---
## ⚙️ One-Line Installer (via wget)
Install SUB-FINDER with just one command:
```bash
wget https://raw.githubusercontent.com/BLACK-ZER-0/SUB-FINDER/main/sub-finder_installer.sh && chmod +x * && bash sub-finder_installer.sh
SUB-FINDER
````
---
## 🚀 Usage
```bash
python3 sub-finder.py
```
📌 Make sure Python 3 is installed.
---
## 📁 Main File
```bash
sub-finder.py
```
This is the main launcher file of the tool.
---
## 💾 Output
* Subdomains are saved in:
```
subs_example.com_checked.txt
```
---
## 📷 Preview
> Tool UI with live status bar and spinner animations powered by Rich
> DNS status: ✅ LIVE / ❌ DEAD
> Centered result table with colors
---
## 🧠 Author
**BLACK ZERO**
🔗 GitHub: [github.com/ADIRTTA](https://github.com/BLACK-ZER-0)
📦 Project: [SUB-FINDER](https://github.com/BLACK-ZER-0/SUB-FINDER.git)
---
## 🛡️ Disclaimer
> This tool is made for educational and authorized security testing purposes only.
> Unauthorized use is strictly prohibited.
---
⭐ Give a Star if you like this project!
```
---