Answers for "how to find ip adress of a web side kali linux"

1

how to find ip adress of a web side kali linux

1 Dig method
sudo dig website

2 nslookup method
sudo apt install nslookup
nslookup website

3 Host method
host website

4 ping method
ping website
Posted by: Guest on November-12-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language