Terminal
— Unified command execution interface for real system tools
Remote
Sign In
Console
Raw tool runner — ping, traceroute, dig, nmap, whois, curl.
Commands
ping
ping 192.168.1.1
traceroute
traceroute google.com
dig
dig google.com A
nmap
nmap -sV 192.168.1.1
whois
whois google.com
curl
curl -I https://google.com
Output
ossad@9
~
█
$