Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silentsignal/burp-requests
Copy as requests plugin for Burp Suite
https://github.com/silentsignal/burp-requests
burp python-requests
Last synced: 2 months ago
JSON representation
Copy as requests plugin for Burp Suite
- Host: GitHub
- URL: https://github.com/silentsignal/burp-requests
- Owner: silentsignal
- License: mit
- Created: 2015-09-25T11:25:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T19:53:24.000Z (5 months ago)
- Last Synced: 2024-08-22T21:51:29.853Z (5 months ago)
- Topics: burp, python-requests
- Language: Java
- Size: 104 KB
- Stars: 122
- Watchers: 7
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-burp-extensions - Burp Requests - Copy as requests plugin for Burp Suite. (Scripting)
README
Copy as requests plugin for Burp Suite
======================================Copies selected request(s) as Python [requests][1] invocation.
Building
--------Execute `./gradlew build` and you'll have the plugin ready in `build/libs/burp-requests.jar`
License
-------The whole project is available under MIT license, see `LICENSE.txt`,
except for the [Mjson library][2], 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://bolerio.github.io/mjson/