Skip to content

Releases: minamo7sen/burp-JS-Miner

JS Miner - v1.16

30 May 21:08
Compare
Choose a tag to compare
  • Added http-basic auth scan to "Secrets" scanner.
  • small bug fix

JS Miner - v1.15

23 Apr 19:44
Compare
Choose a tag to compare
  • Added new passive scan "API Endpoints Finder".

JS Miner - v1.14

20 Oct 19:41
Compare
Choose a tag to compare
  • Replaced Java Regex with Google/RE2J, which is much faster, and it does not need timeout tuning.
  • Based on that, all timeout functionalities have been removed.
  • Other improvements to make sure the extension runs faster and smoother (against huge websites) without having deadlocks.

JS Miner - v1.13

14 Oct 20:15
Compare
Choose a tag to compare
  • Code Re-Structure
  • Similar issues affecting the same URL are now combined into one issue.
    • For example, instead of getting like 100 dependencies (in the same URL), you only get one Burp issue for all of them (with highlights).
    • Same idea for secrets and other scanners.
  • New context menu items for all scan types.
  • New context menu items for extensions configuration.
    • Enable/disable verbose tasks logging.
    • Enable/disable Burp's passive scanning.
  • Tasks management
    • Better visibility over scanning tasks (New context menu item to see tasks summary and uncompleted tasks).
    • Duplicate unwanted scans are now skipped (if 3 factors are matched: Request URL, HTTP Response body hash and scan type).
  • Small improvement to the Secrets scanner to eliminate some false positives. (Planning to improve it further in the future)
  • New scan features: Static Files Dumper
    • It dumps static files from a website to the local disk (namely: JS, JSON, CSS and MAP files).
    • The purpose is to provide an easy way to check those static files locally (using other custom tools or to search for specific patterns based on your target).

JS Miner - v1.12

26 Sep 14:31
Compare
Choose a tag to compare
  • Added logging to the extension console.
    • Only enabled for invoked tasks through the context menu items. (Not enabled for Burp's passive scan)
  • Added a new approach to identify internally disclosed NPM package names.
    • For this approach, "css" files are also scanned as they are a potential location for this type of disclosure.

JS Miner - v1.11

19 Sep 10:40
Compare
Choose a tag to compare
  • Improving the "subdomains" scanner, updating gradle build script and other minor enhancements.

JS Miner - v1.1

08 Sep 20:11
Compare
Choose a tag to compare

Includes new scans (dependency confusion and inline base64 JS source map files) with other improvements.

JS Miner - v1.0

22 Aug 21:28
Compare
Choose a tag to compare