silentsignal / burp-requests

Copy as requests plugin for Burp Suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy as requests plugin for Burp Suite

Copies selected request(s) as Python requests invocation.

Building

  • Download the Burp Extender API and unpack it into src
  • Execute ant, and you'll have the plugin ready in burp-requests.jar

Dependencies

  • JDK 1.7+ (tested on OpenJDK 1.7.0_85, Debian/Ubuntu package: openjdk-7-jdk)
  • Apache ANT (Debian/Ubuntu package: ant)

License

The whole project is available under MIT license, see LICENSE.txt, except for the Mjson library, where

The source code is a single Java file. [...] Some of it was ripped off from other projects and credit and licensing notices are included in the appropriate places. The license is Apache 2.0.

About

Copy as requests plugin for Burp Suite

License:MIT License


Languages

Language:Java 99.9%Language:HTML 0.1%