forked from vmware/burp-rest-api
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solves: vmware#37 Solves: vmware#60 Sponsored-by: doyensec <https://doyensec.com/>
- Loading branch information
Showing
3 changed files
with
79 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
FAQ | ||
=== | ||
|
||
Is Burp suite free/community edition supported? | ||
----------------------------------------------- | ||
|
||
No, it is not. Burp rest API exposes only endpoint that works with the pro | ||
version of Burp suite. Even if it is technically possible to start the | ||
burp-rest-api with minor changes to the codebase it is not supported and | ||
the support won't be included in future releases. | ||
|
||
Whenever I run the gradle command I receive an error. What can be the the cause? | ||
---------------------------------------------------------------------------- | ||
|
||
Gradle introduces frequently incompatibility between major version, therefore | ||
the recommended way to execute any Gradle build is with the help of the Gradle | ||
Wrapper (in short just “Wrapper”). The Wrapper is a script that invokes a | ||
declared version of Gradle, downloading it beforehand if necessary. | ||
|
||
See [Issue 37](https://github.com/vmware/burp-rest-api/issues/37) | ||
|
||
Is it possible to run burp-rest-api graphically in remote servers? | ||
------------------------------------------------------------------ | ||
|
||
Yes, it is possible to run burp in graphical environments in multiple | ||
configurations (X Forwarding, Full VNC, RDP, XPRA). | ||
|
||
For running a non persistent X Forwarding session on your OS you can follow this | ||
[guide](https://uisapp2.iu.edu/confluence-prd/pages/viewpage.action?pageId=280461906). | ||
|
||
See [Issue 60](https://github.com/vmware/burp-rest-api/issues/60) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters