Skip to content

Releases: xnl-h4ck3r/GAP-Burp-Extension

v5.4

14 Jul 20:39
Compare
Choose a tag to compare
  • v5.4

    • Changed

      • BUG FIX: Change the self.REGEX_LINKS regex to also look for . within file names. If a file name is found that has a required extension, e.g. .js then the file name itself can also have a . in it, e.g. chunk.1337.js. Previously the regex would not have picked these up in certain situations.

v5.3

26 May 23:30
Compare
Choose a tag to compare
  • Changed

    • Change REGEX_JSNESTED (used by the Javascript variables and constants option) to also get params from nested objects that start with JSON.stringify(.

v5.2

21 May 20:44
Compare
Choose a tag to compare
  • Changed

    • Fix bug where "sus" parameters wouldn't be shown at all in the Potential param pane if the option to Report "sus" params issues was not selected.
    • Change REGEX_JSNESTED (used by the Javascript variables and constants option) to also get params from nested objects that start with dataLayer.push(.
    • Improve the description for Javascript variables and constants in the GAP Help.md.

v5.1

21 May 16:31
Compare
Choose a tag to compare
  • New

    • When the RESPONSE PARAMETERS option of Javascript variables and constants is selected, GAP will now extract parameter names from nested objects too.
    • Add Inc. Tentaive? option next to Report "sus"params? option. Findings marked Tentative will only be raised if this option is checked. If disabled it will speed up processing.
  • Changed

    • Move the check for Sus param checkbox being checked to the start of checkSusParams instead of half way through, to help speed things up.
    • Change regex REGEX_PARAMSPOSSIBLE and REGEX_PARAMSSUB to check for HTML entities with the & as optional, as sometimes they appear without. This ensures they are replaced more effectively.

v5.0

16 Apr 21:08
Compare
Choose a tag to compare

See CHANGELOG for details

v4.9

08 Apr 19:44
Compare
Choose a tag to compare

See CHANGELOG

v4.8

20 Mar 19:59
Compare
Choose a tag to compare

Bug fixes - see CHANGELOG

v4.7

20 Feb 18:44
Compare
Choose a tag to compare

Fix bug with new Burp version causing files not to be written - see CHANGELOG

v4.6

09 Jan 23:01
Compare
Choose a tag to compare

FIx display issue in latest Burp, plus more. See CHANGELOG

v4.5

08 Dec 11:57
Compare
Choose a tag to compare

See CHANGELOG.md for details