Skip to content

Releases: shero4/burp-rpc

v2.0.2 - Added health check endpoints

Choose a tag to compare

@github-actions github-actions released this 10 Mar 19:05

Full Changelog: v2.0.1...v2.0.2

v2.0.1 - Intruder, Repeater, Collaborator and Proxy Capabilities

Choose a tag to compare

@github-actions github-actions released this 10 Mar 09:06

Full Changelog: v2.0.0...v2.0.1

Fully functional proxy and repeater functionality

Choose a tag to compare

@github-actions github-actions released this 09 Mar 17:30

Full Changelog: v1.0.0...v2.0.0

v1.0.0

Choose a tag to compare

@shero4 shero4 released this 09 Mar 16:10

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:

  1. Download burp-rpc.jar below
  2. Burp Suite → Extensions → Add → Java → select the JAR
  3. Connect from Node.js with the SDK (see README)

Requirements: Burp Suite with Java 17+, Node.js 18+ for the SDK