DEV Community

Discussion on: What are your command line tips?

Collapse
 
stankukucka profile image
Stan Kukučka

To check what specific server is domain running at:

nmap somewebsitegoeshere.com --script whois-ip
Enter fullscreen mode Exit fullscreen mode
Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

It's easier to just do ping somewebsitegoeshere.com; it's technically the wrong command, but easier to remember and quicker to type ;)