Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 874 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 874 Bytes

Copy as requests plugin for Burp Suite

Copies selected request(s) as Python requests invocation.

Alterations

  • Update version with mjson 1.4.0 -> 2.0.0

  • Replace with session.cookies.update() when use session

  • Add my commonly usage

Building

  • Use Gradle

Dependencies

  • JDK 1.8+ (tested on OpenJDK 1.8.0_302)
  • Gradle

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.