Code Monkey home page Code Monkey logo

routevulscan's Introduction

RouteVulScan

Burpsuite - Route Vulnerable scanning 递归式被动检测脆弱路径的burp插件


合作者

@deep0

介绍

RouteVulScan是使用java语言基于burpsuite api开发的可以递归检测脆弱路径的burp插件。

插件可以通过被动扫描的方式,递归对每一层路径进行路径探测,并通过设定好的正则表达式匹配关键字,展示在VulDisplay界面。可以自定义相关路径、匹配信息与漏洞名称等。

访问 http://10.44.3.234/FD2aD90Mcg/login.html 探测的路径如下,可以看到RouteVulScan会对根路径,及第二层路径 /FD2aD90Mcg 探测,同理,如果有三层四层路径,都会进行探测。

探测过的url会打印在Output,如果是重复的url则不会请求,并打印在Errors。如果访问的url符合Config的规则,则会储存在VulDisplay面板进行展示。

使用

  • 装载插件:Extender - Extensions - Add - Select File - Next

  • 初次装载插件会在burpsuite当前目录下生成Config_yaml.yaml配置文件,内置11条初始规则,也可在config标签页自行加载其他yaml规则文件。

  • 使用Burpsuite IScannerCheck接口,在流量初次流经burp时进行扫描,重复流量不会进行扫描。

  • 使用线程池增加扫描速度,默认线程10,可自行调节。

最后


如有正则、BUG、需求等欢迎提Issues

routevulscan's People

Contributors

f6jo avatar

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.