Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
albinowax committed Sep 2, 2020
1 parent aa871af commit e6028d5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -32,6 +32,10 @@ Here's a video of the new features being used to find a fat GET cache poisoning
Another video targeting a real site is coming soon - I'm just waiting on the target to patch.

# Changelog
**1.21 2020-09-02**
- Non-default settings are now highlighted, and can be reset to default
- Various bugfixes

**1.20 2020-08-05**
- Major update for Web Cache Entanglement

Expand All @@ -50,5 +54,8 @@ Another video targeting a real site is coming soon - I'm just waiting on the tar
This extension requires Burp Suite 1.7.10 or later. To install it, simply use the BApps tab in Burp.

# Build
Requires Java 1.8, Gradle
Navigate to param-miner directory and execute `gradle build`
Requires Java >1.8, Gradle.

Navigate to param-miner directory and execute `gradle build fatjar`.

Load the resulting jar: `build/libs/param-miner-all.jar`

0 comments on commit e6028d5

Please sign in to comment.