Findomain

Terminal Guide & Documentation

Findomain in Termux: Commands & Usage Guide

Findomain is a lightning-fast, cross-platform subdomain enumerator. It is an essential tool for bug bounty hunters and security researchers to map out a target's attack surface by discovering hidden subdomains using multiple online sources.

Installation Steps

Installing Findomain in Termux is straightforward as it is available in the official repositories.

1. Update Repositories

TERMINAL BASH
pkg update && pkg upgrade -y

2. Install Findomain

TERMINAL INSTALL
apt install findomain -y

3. Verify Installation

TERMINAL VERIFY
findomain --version

Basic Usage Commands

Once installed, you can start enumerating subdomains with these simple commands.

Scan a Single Target

To scan a domain and display discovered subdomains in the terminal:

TERMINAL SCAN
findomain -t example.com

Save Output to File

Save the results to a text file for further analysis:

TERMINAL SAVE
findomain -t example.com -u subdomains.txt

Bulk Scan

Scan multiple domains listed in a text file:

TERMINAL BULK
findomain -f domains.txt

Quiet Mode

Run the scan with minimal output (banners hidden):

TERMINAL QUIET
findomain -t example.com -q

Explore More Tools

Nmap

Powerful network discovery and security auditing.

WAFW00F

Identify Web Application Firewalls (WAF).

Cool Commands

Visual and fun terminal commands for Termux.