whois.md
intelligent WHOIS client
Install
- All systems
-
curl cmd.cat/whois.md.sh
- Debian
-
apt-get install whois
- Ubuntu
-
apt-get install whois
- Alpine
-
apk add whois
- Arch Linux
-
pacman -S whois
- Kali Linux
-
apt-get install whois
- CentOS
-
yum install whois
- Fedora
-
dnf install whois
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install whois
- OS X
-
brew install whois
- Raspbian
-
apt-get install whois
- Dockerfile
- dockerfile.run/whois.md
- Docker
-
docker run cmd.cat/whois.md whois.md
powered by Commando
whois
intelligent WHOIS client
This package provides a commandline client for the WHOIS (RFC 3912) protocol, which queries online servers for information such as contact details for domains and IP address assignments. It can intelligently select the appropriate WHOIS server for most queries. The package also contains mkpasswd, a features-rich front end to the password encryption function crypt(3).