Findomain Tool in Termux – Commands & Usage Guide

Findomain is a simple and fast subdomain discovery and reconnaissance tool that can be used inside the Termux terminal application on Android. It helps collect subdomains of websites quickly using different online sources and is useful for reconnaissance, OSINT, and basic bug bounty learning directly from a mobile device. Here’s what you can do with Findomain in Termux:

  • Discover subdomains of websites.
  • Perform reconnaissance and OSINT tasks.
  • Collect subdomains from multiple sources.
  • Save scan results into files.
  • Perform fast subdomain enumeration directly on Android.

Installation Commands

Update Termux packages:

pkg update && pkg upgrade -y

Install Findomain tool:

apt install findomain -y

Check installed version:

findomain --version

Usage Commands

Scan a target domain:

findomain -t example.com

Save output into a text file:

findomain -t example.com -u subdomains.txt

Scan multiple domains from a file:

findomain -f domains.txt

Enable quiet mode:

findomain -t example.com -q

View help menu:

findomain --help

Basic Findomain Options:

  • -t : Scan a target domain.
  • -u : Save output into a file.
  • -f : Scan domains from a file.
  • -q : Enable quiet mode.
  • –help : Show help menu.
  • –version : Check installed version.

Findomain is useful for cybersecurity learning, website footprinting, bug bounty practice, and exploring subdomain enumeration techniques directly inside the Termux terminal application.

SHARE THIS POST: