Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlauerman authored Feb 27, 2020
1 parent 238472a commit 86ec06e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Authorization: Bearer 5dbf5b54-4644-4015-a08e-333deea4c78c
If you are signing into multiple sessions at the same time, I would disable this extension, as it wil likely cause issues for you.

## Releases
This is available in the BApp store as the "Token Incrementor" extension.

See the [Releases](https://github.com/alexlauerman/UpdateToken/releases) tab for a pre-built jar, which is not current and missing some additional features commited to the source.

It will likely need some customization, so it's more of an extension template for you to modify, than it is something you can use without any changes. I've used this to update a CSRF token, and I've left that code commented out, so you can use this to update CSRF tokens as needed (e.g. ones that quickly time out), without using macros. Macros are very inefficent because they require a second request after reach request, which significantly increases the time it takes to active scan a large or slow site.

0 comments on commit 86ec06e

Please sign in to comment.