Skip to content

syunaht/burp-requests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Copy as requests plugin for Burp Suite

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%