📌  相关文章
📜  如何查找 web 端 kali linux 的 ip 地址 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:16.487000             🧑  作者: Mango

代码示例1
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