raise-isayan / BurpExtensionCommons

Burp suite Extension common library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Burp suite Extension common library

Language/日本語

This library is a collection of libraries often used to create extensions to PortSwigger Burp Suite, which is a product of PortSwigger.

About the latest version

The main repository (master) may contain code under development. Please download the stable release version from the following.

Please use the following versions

  • Burp suite v2023.1.2 or less than

    • BurpExtensionCommons v0.5.5.0 or less than
  • Burp suite v2023.1.2 or above

    • BurpExtensionCommons v3.0.0 or above
    • BurpExtensionCommons v0.5.5.0 or less (currently available)

How to use

Please import BurpExtensionCommons.jar in the release folder as a Java library and use it.

Features

  • API interface of Burp sute Extension
  • ListModel and TableModel with movable Item position
  • A useful wrapper for handling HTTP Requests and HTTP Responses

Java

Burp suite

Development environment

build

gradlew release

Use Library

About

Burp suite Extension common library

License:MIT License


Languages

Language:Java 99.9%Language:HTML 0.1%