DAST漏洞扫描一般分俩类:主动扫描和被动扫描。主动扫描一般是对通过爬虫获取到的参数发起扫描,被动扫描一般是根据代理流量中的参数发起扫描。因为爬虫技术的技术劣势,部分漏洞通过主动扫描几乎不可能发现,必须通过被动扫描实现。被动扫描结合爬虫技术往往是DAST的最优解。这正是本项目准备解决的问题。作者:0e0w
本项目创建于2021年12月28日,最近的一次更新时间为2023年12月26日。
一、Golang
- https://github.com/chaitin/xray
- https://github.com/Magicskys/Kiddy
- https://github.com/virink/xray-weblisten-ui
- https://github.com/ssssdl/GoHttpProxyScan
- https://github.com/IceMoon1995/jray
- https://github.com/momosecurity/FindSomething
二、Python
- https://github.com/knownsec/LSpider
- https://github.com/guimaizi/testing_wave
- https://github.com/amcai/myscan
- https://github.com/ysrc/GourdScanV2
- https://github.com/w-digital-scanner/w13scan
- https://github.com/timwhitez/crawlergo_x_XRAY
- https://github.com/jiangsir404/pbscan
- https://github.com/ydxred/NagaScan
- https://github.com/clancyb00m/PassiveSqlCheck
- https://github.com/imagemlt/LoggedProxy
- https://github.com/wdsjxh/fiddler_tools
- https://github.com/fanxs-t/Shadow-Border
- https://github.com/YagamiiLight/Cerberus
- https://github.com/grayddq/PassiveSecCheck
- https://github.com/grayddq/PassiveDataSorting
- https://github.com/cqkenuo/SecXss
- https://github.com/ghtwf01/excavator
三、Java
- https://github.com/c0ny1/passive-scan-client
- https://github.com/songxiaomo1997/ScanStation
- https://github.com/EmYiQing/Burpsuite-JSScan
- https://github.com/TheKingOfDuck/RCEFuzzer
四、JS
五、C#
一、Golang
二、Python
此部分包括流量代码转发篡改的相关项目底层库等。
一、Golang
- https://github.com/topics/mitmproxy?l=go
- https://github.com/search?l=Go&q=mitmproxy
- https://github.com/search?l=Go&q=MITM
- https://github.com/google/martian
- https://github.com/lqqyt2423/go-mitmproxy | 用Go实现的中间人攻击 | 195
- https://github.com/projectdiscovery/proxify
- https://github.com/wuhan005/Houki | 简单的 golang mitm 代理实现 | 20
- https://github.com/hupe1980/mitmproxy | Golang mitm 代理实现 | 0
- https://github.com/elazarl/goproxy | Go 的 HTTP 代理库 | 4.6k
- https://github.com/ouqiang/mars | HTTP(S)代理, 用于抓包调试 153
- https://github.com/AdguardTeam/gomitmproxy | 简单的 golang mitm 代理实现 | 54
- https://github.com/bettercap/bettercap
- https://github.com/9seconds/httransform
- https://github.com/moriyoshi/devproxy
- https://github.com/yinqiwen/gsnova
- https://github.com/Gh0u1L5/AutoSQL
- https://github.com/xiaohaogong/AutoSQL
- https://github.com/Dk0n9/goFoxy
- https://github.com/nicecp/GoIyov
- https://github.com/faceair/betproxy
- https://github.com/telanflow/mps
- https://github.com/snaigle/mitm-proxy
- https://github.com/ffutop/mitmproxy
- https://github.com/pulkitsharma07/proxybench
- https://github.com/yarochewsky/mitmproxy-go
- https://github.com/sunshibao/go-gomitmproxy
- https://github.com/dstotijn/hetty
- https://github.com/starkandwayne/gotcha
- https://github.com/DataHenHQ/till
- https://github.com/Binject/backdoorfactory
- https://github.com/faceair/betproxy
- https://github.com/cheahjs/wintun-mitm
- https://github.com/blck-snwmn/proxymitm
- https://github.com/davidpenn/mitm
- https://github.com/yarochewsky/mitmproxy-go
- https://github.com/jmizell/GoMITMProxy
- https://github.com/yarochewsky/mitmproxy-go
- https://github.com/moriyoshi/devproxy
- https://github.com/coyove/goflyway
- https://github.com/zboya/gomitmproxy
- https://github.com/buger/goreplay
- https://github.com/malfunkt/hyperfox
- https://github.com/Adrosar/rtmor
- https://github.com/cokeBeer/go-mitm
- https://github.com/syncsynchalt/dime-a-tap
- https://github.com/lyyyuna/mitm
二、Python
三、Java