-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathBappDescription.html
More file actions
24 lines (16 loc) · 1.25 KB
/
Copy pathBappDescription.html
File metadata and controls
24 lines (16 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<p>PyBurp is a Burp Suite extension that provides predefined Python functions for HTTP/WebSocket traffic modification, context menu registration, Intruder payload processing, passive/active scanning, and Collaborator interaction. You can also directly access Montoya API in your Python scripts. If you love Turbo Intruder, you'll love PyBurp too.</p>
<h2>Features</h2>
<ul>
<li>Dynamic modification of HTTP and WebSocket traffic, especially for encrypted communications</li>
<li>Complex nested JSON, XML, and Query String transformations</li>
<li>Powerful parameter fuzzing and testing</li>
<li>Remote method invocation through Chrome DevTools Protocol and gRPC</li>
</ul>
<h2>Video Tutorials</h2>
<ul>
<li><a href="https://youtu.be/FRCnZ8a7UGI">Invoke JavaScript functions in a webpage via the Chrome DevTools Protocol</a></li>
<li><a href="https://youtu.be/zfvNqd5VmY0?t=45">Call methods of a Frida-hooked mobile apps through gRPC</a></li>
</ul>
<h2>Documentation and Support</h2>
<p>For detailed documentation and examples, please visit our <a href="https://github.com/cyal1/PyBurp">GitHub repository</a>.</p>
<p>If you encounter any issues or have questions, please <a href="https://github.com/cyal1/PyBurp/issues">open an issue on our GitHub repository</a>.</p>