# burp-requests **Repository Path**: fanych/burp-requests ## Basic Information - **Project Name**: burp-requests - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-25 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Copy as requests plugin for Burp Suite ====================================== Copies selected request(s) as Python [requests][1] invocation. Building -------- - Download the [Burp Extender API][2] 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][3], 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. [1]: http://docs.python-requests.org/ [2]: https://portswigger.net/burp/extender/api/burp_extender_api.zip [3]: https://bolerio.github.io/mjson/