Giter VIP home page Giter VIP logo

progress-burp's Introduction

Progress

Burp Suite extension to track vulnerability assessment progress.

Screenshot

Features

  • Capture items (unique requests) from the Burp Suite tools (Proxy, Repeater, Target). Request unique key is defined as follows: target (host, port, protocol), path and method.

  • Items have following editable properties:

    • comment
    • status (Blocked, Done, Ignored, In progress, New, Postponed)
    • tags
  • Items can be filtered by:

    • status
    • tags (there are two filtering modes: AND - item has to have all filtering tags OR - item has to have at least one of the filtering tags)
  • Exclude requests from capture based on the path extension or response status code

  • Selected items can be sent to the Burp Suite tools: Intruder, Repeater or Scanner

  • Selected item is displayed in the full functional Burp Suite HTTP message editor

  • Path patterns - unique key of the request is defined by target, path and method. However it can be usefull to define path pattern (regexp) to consider different requests as the same item (e.g. /article/\d+?/comments path pattern groups following requests: /article/1/comments, /article/2/comments, /article/100/comments, etc.)

  • Optionally, items and path patterns can be persisted to keep the state between Burp Suite runnings (please see Requirements)

Options

  • Database - selects file to persist items and path patterns (please see Requirements)
  • Scope tools - enables items capturing for selected Burp Suite tools (Proxy, Repeater, Target)
  • Excluded extensions - requests with these path extensions won't be processed
  • Excluded status codes - responses (and related requests) with these status codes won't be processed
  • Overwrite duplicate items - the current item will be replaced by the newest duplicate (state of the item is preserved)
  • Process only in-scope requests
  • Set In progress status when sending item to tool

Requirements

To persist items and path patterns SQLite JDBC driver is required.

  1. Download driver from https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc
  2. Put downloaded driver (jar file) in the folder on the disk (e.g. /home/user/burpsuite-jars)
  3. Set Burp Suite option (Extender -> Options -> Java Environment) to the path of folder with the driver
  4. Reload the extension

Changes

Please see the CHANGELOG

progress-burp's People

Contributors

dariusztytko 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.