Assetfinder in Termux – Installation, Usage & Basic Commands

Assetfinder is a simple and fast subdomain discovery tool. It is used during reconnaissance to find related domains and subdomains of a target using public data sources. It is lightweight…

Install as App • Fast Access
Termux Networking is a collection of tools to scan networks, check ports, and test connections directly from Termux. It helps you learn and explore networking in a simple way.

Assetfinder is a simple and fast subdomain discovery tool. It is used during reconnaissance to find related domains and subdomains of a target using public data sources. It is lightweight…

XSStrike is an advanced XSS detection and penetration testing tool that is used to find cross-site scripting vulnerabilities in websites and web applications. It includes intelligent payload generation, crawling, fuzzing,…

Nuclei is a fast and powerful vulnerability scanner developed by ProjectDiscovery. It works using templates to detect security issues like CVEs, exposed panels, misconfigurations, and sensitive files. It is widely…

dnsutils is a useful package in Termux that gives you DNS‑related tools like dig and nslookup. These commands help you check domain IPs, DNS records, name servers, and troubleshoot network…

whois is a simple command-line tool used to find information about a domain name, such as its registrar, registration date, expiration date, and contact details. Termux allows you to install…

traceroute is a network diagnostic tool that shows the path packets take from your device to a destination server. It helps identify network delays, routing issues, or connectivity problems. Termux…

wget is a simple and powerful tool used to download files from the internet using just a link. It supports HTTP, HTTPS, and FTP. It is very useful for downloading…

curl is a small tool that helps you send requests to any website or server. You can use it to download files, check APIs, test URLs, and more. It works…

SSH (Secure Shell) allows you to securely connect to remote servers, manage files, and run commands over a network. Termux includes OpenSSH, which gives you both an SSH client and…

Netcat (nc) is a versatile networking tool used for port scanning, transferring files, creating chat connections, and testing network services. In Termux, Netcat installs quickly and works just like on…