Как найти IP -адрес веб -стороны 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
Lunox