Tuesday, 1 April 2014

How To Find A Website's IP via command line

The command we will be using is nslookup. For example:

nslookup www.cryptsy.com

This will return

Non-authoritative answer:
www.cryptsy.com    canonical name = qrq4x.x.incapdns.net.
Name:    qrq4x.x.incapdns.net
Address: 192.230.66.5

How To Find A Website's IP via command line

No comments:

Post a Comment

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...