You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Since the first commit back in 2016, **burp-rest-api** has been the default tool
8
8
9
9
## Getting Started (or "How To Run burp-rest-api")
10
10
11
-
1) Download the latest *burp-rest-api* JAR (e.g. `burp-rest-api-2.1.0.jar`) and the launcher `burp-rest-api.{sh,bat}` script from the [release page](https://github.com/vmware/burp-rest-api/releases)
11
+
1) Download the latest *burp-rest-api* JAR (e.g. `burp-rest-api-2.2.0.jar`) and the launcher `burp-rest-api.{sh,bat}` script from the [release page](https://github.com/vmware/burp-rest-api/releases)
12
12
2) Place them within a directory having the original Burp Suite Professional JAR (e.g. *burpsuite_pro_v2020.2.1.jar*). Please note that the actual JAR filename doesn't matter since the launcher will include all JARs in the classpath
13
13
3) On Linux and Mac, mark the launcher as executable using `chmod +x burp-rest-api.sh`
14
14
4) Bootstrap the system using either `./burp-rest-api.sh` or `./burp-rest-api.bat`, depending on the operating system
@@ -30,7 +30,7 @@ To __run Burp in UI mode__ from the command line, use one of the following comma
30
30
On Java <= 1.8, it is also possible to execute burp-rest-api in the following way:
0 commit comments