GithubHelp home page GithubHelp logo

dnsproxy's Introduction

#DNSproxy DNS代理

此代理是基于别人代码二次开发的,基于的是 http://www.wolfermann.org/dnsproxy.html

对此进行修改实现DNS代理并且获取其中DNS请求的domain域名记录进sqlite3数据库中


##使用场景:

  • 反向DNS代理,例如公司网络不稳定自己常用来进行反向代理谷歌8.8.8.8
  • 家里路由主DNS指向自己的代理,可以定期分析些数据,指不定中招后也能分析些异常行为
  • 盲注中想把数据通过DNS带出来
  • 绕过防火墙通过DNS把数据带出来
  • 等等...

##配置文件:

  • 配置文件(dns.conf, dnsproxy.conf 两个一样)中的配置项说明
  • authoritative 主DNSIP
  • authoritative-port 主DNS端口
  • chroot /var/empty 配置chroot目录哪怕user是root也只能在此目录操作
  • user creturn 用什么用户来启用此进程
  • recursive 备用DNS IP 下面相关都属于备用

##注意事项:

  • 代码中使用了sqlie3所以编译的时候确保装有sqlite3的库
  • 生成Makefile中自行添加 -lsqlite3否则编译肯定不过
  • Linux下编译会提示某些for语句只支持c99 可以根据提示之行添加支持

###截图: img

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.