Releases: shero4/burp-rpc
Releases · shero4/burp-rpc
Release list
v2.0.2 - Added health check endpoints
Full Changelog: v2.0.1...v2.0.2
v2.0.1 - Intruder, Repeater, Collaborator and Proxy Capabilities
Full Changelog: v2.0.0...v2.0.1
Fully functional proxy and repeater functionality
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Initial release of burp-rpc.
What's included:
- Burp Suite extension (Java) that exposes the Montoya API over gRPC on
localhost:50051 - TypeScript SDK (
sdk/) to control Burp from Node.js - RPCs:
GetProxyHistory,SendHttpRequest,GetSiteMap
Getting started:
- Download
burp-rpc.jarbelow - Burp Suite → Extensions → Add → Java → select the JAR
- Connect from Node.js with the SDK (see README)
Requirements: Burp Suite with Java 17+, Node.js 18+ for the SDK