An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


SUB-FINDER Banner

🔍 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!

```

---