-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced Nashorn with Rhino JS Engine
Signed-off-by: Dan Negrea <[email protected]>
- Loading branch information
Showing
5 changed files
with
65 additions
and
43 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 |
---|---|---|
@@ -1,18 +1,19 @@ | ||
# TokenJar v2.1 | ||
# TokenJar v2.2 | ||
Burp Suite extension. Useful for managing tokens like anti-CSRF, CSurf, Session values. Can be used to set params that require random numbers or params that are computed based on application response. | ||
|
||
Here is just brief information. More details are on plugin GitHub [page](https://dannegrea.github.io/TokenJar/) | ||
|
||
Please report issues using [GitHub Issues](https://github.com/DanNegrea/TokenJar/issues) | ||
|
||
## Changelog | ||
Replaced NashornScriptEngine (deprecated) library with Mozilla Rhino | ||
Update other dependencies | ||
|
||
## Requirements for usage | ||
* Burp Suite Free or Pro | ||
* JRE or JDK 1.8+ | ||
|
||
### Notice | ||
* Tested with JDK 11 (End of Premier Support [September 2023](https://www.oracle.com/java/technologies/java-se-support-roadmap.html)) | ||
* JS Engine (NashornScriptEngine) is set to be deprecated (still available in [JRE 13](https://docs.oracle.com/en/java/javase/13/docs/api/jdk.scripting.nashorn/jdk/nashorn/api/scripting/NashornScriptEngine.html)) | ||
* Burp Suite Free or Pro 2022.3.1+ | ||
|
||
## Requirements for building | ||
* Google Guava 28.2 | ||
* Google Gson 2.8.6 | ||
* JDK 16 | ||
* Google Guava 31.1-jre | ||
* Google Gson 2.9.0 | ||
* Mozilla Rhino 1.7.14 |
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
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