Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNegrea authored Apr 5, 2020
1 parent d38eb11 commit e88cb59
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# TokenJar v2.0
# TokenJar v2.1
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/)

Here is just brief information. More details are on plugin GitHub [page](http://dannegrea.github.io/TokenJar/)
Please report issues using [GitHub Issues](https://github.com/DanNegrea/TokenJar/issues)

## 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))

## Requirements for building
* Google Guava 28.2
* Google Gson 2.8.6

0 comments on commit e88cb59

Please sign in to comment.