dnsutils in Termux – Installation & Basic Commands

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…

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…

Nmap is one of the most powerful network scanning tools used for discovering devices, open ports, and services on a network. Termux makes it easy to install Nmap on your…