Subvoid is a Bash-powered subdomain enumeration tool designed for bug bounty hunters, security researchers, and anyone who lives in the recon phase.
It blends multiple passive sources, cleans the noise, checks what’s alive, and quietly delivers everything to your Discord.
- Combined passive enumeration (Subfinder + Assetfinder)
- Automatic unique sorting
- Live host discovery via httpx
- Timestamped workspace creation
- Discord webhook reporting
- Tool checks, graceful exits, and Ctrl+C trap
- Minimal setup. Maximum signal
Install or download the following tools:
- Subfinder → https://github.com/projectdiscovery/subfinder
- Assetfinder → https://github.com/tomnomnom/assetfinder
- httpx → https://github.com/projectdiscovery/httpx
- jq → install with:
sudo apt install jqShow help menu:
./5ubvoid.sh --help or ./5ubvoid.sh --hRun Subvoid with a target domain:
./5ubvoid.sh --s example.com or ./5ubvoid.sh --subdomain example.comRun Subvoid with a target domain and get results in your discord:
./5ubvoid.sh --s example.com --d or ./5ubvoid.sh --subdomain example.com --discord
webhook="https://discord.com/api/webhooks/xxxx/xxxx"Each scan creates a clean workspace under your home directory:
example.com_YYYY-MM-DD_HH-MM-SS/┌──(user㉿user)-[~/example.com_2025-12-03_20-09-25]
└─$ pwd
/home/user/example.com_2025-12-03_20-09-25
subfinder.txt
assetfinder.txt
unqsubs.txt
finalsubs.txtResults are automatically chunked and delivered to Discord.
Subvoid is created for educational purposes and authorized security testing only. The author is not responsible for any misuse, damage, or illegal activity performed with this tool. Only run it on systems you own or have explicit permission to test.