Code Monkey home page Code Monkey logo

driver2socks's Introduction

driver2socks

在驱动层拦截指定应用的流量转发到socks5服务器实现socks5代理的效果

使用的第三方项目

  1. WinDivert,魔改了源码,以实现在驱动层根据应用程序名称拦截ip数据包;
  2. LWIP,魔改了源码,以实现接收任意ip数据包并建立虚拟tcpip协议堆栈,将流量转发到socks5客户端;
  3. Melon ,修改了其中的mln_rbtree,在Windows内核空间实现红黑树,用来过滤需要拦截的IP包信息;

待开发。。。

  • 拦截系统DNS查询,转为dot安全dns

  • 增加配置文件

  • 支持ipv6

  • 支持UDP

  • 根据目标IP地址进行拦截

注意事项

请用管理员权限运行

驱动程序未签名,需要进入测试模式才能加载成功

driver2socks's People

Contributors

dosmlp avatar

Watchers

 avatar

Forkers

eqk215

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.