Skip to content

Commit a98c5a2

Browse files
committed
update readme
1 parent 37eed71 commit a98c5a2

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Diff for: README.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Copy as requests plugin for Burp Suite
2+
======================================
3+
4+
Copies selected request(s) as Python [requests][1] invocation.
5+
6+
## Alterations
7+
8+
- Update version with mjson 1.4.0 -> 2.0.0
9+
10+
- Replace with `session.cookies.update()` when use session
11+
- Add my commonly usage
12+
13+
Building
14+
--------
15+
16+
- Use Gradle
17+
18+
Dependencies
19+
------------
20+
21+
- JDK 1.8+ (tested on OpenJDK `1.8.0_302`)
22+
- Gradle
23+
24+
License
25+
-------
26+
27+
The whole project is available under MIT license, see `LICENSE.txt`,
28+
except for the [Mjson library][3], where
29+
30+
> The source code is a single Java file. [...] Some of it was ripped
31+
> off from other projects and credit and licensing notices are included
32+
> in the appropriate places. The license is Apache 2.0.
33+
34+
[1]: http://docs.python-requests.org/
35+
[2]: https://portswigger.net/burp/extender/api/burp_extender_api.zip
36+
[3]: https://bolerio.github.io/mjson/

0 commit comments

Comments
 (0)