项目作者: praveenhv7

项目描述 :
DNS proxy (TCP with UDP) + Http Proxy
高级语言: C++
项目地址: git://github.com/praveenhv7/DNS-Proxy.git
创建时间: 2017-10-13T01:46:12Z
项目社区:https://github.com/praveenhv7/DNS-Proxy

开源协议:

下载


DNS-Proxy

DNS proxy (TCP with UDP) + Http Proxy

Steps for execution
1.compile DNS-Proxy/socket_adv_raw/src/socket_adv_raw.cpp
2.run the generated binary file.
3.Request a domain by using UDP packet. example UDP data= www.google.com
4.Reply from DNS proxy consists of two IP addresses obtained form 8.8.8.8 and 208.67.222.123
5.To make a DNS request follow step 1 and 2 then execute the java program present in the folder httpProxy file name DNSModule.java