Releases: xnl-h4ck3r/GAP-Burp-Extension
Releases · xnl-h4ck3r/GAP-Burp-Extension
v5.4
-
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.
- BUG FIX: Change the
-
v5.3
-
Changed
- Change
REGEX_JSNESTED
(used by theJavascript variables and constants
option) to also get params from nested objects that start withJSON.stringify(
.
- Change
v5.2
-
Changed
- Fix bug where "sus" parameters wouldn't be shown at all in the
Potential param
pane if the option toReport "sus" params
issues was not selected. - Change
REGEX_JSNESTED
(used by theJavascript variables and constants
option) to also get params from nested objects that start withdataLayer.push(
. - Improve the description for
Javascript variables and constants
in theGAP Help.md
.
- Fix bug where "sus" parameters wouldn't be shown at all in the
v5.1
-
New
- When the
RESPONSE PARAMETERS
option ofJavascript variables and constants
is selected, GAP will now extract parameter names from nested objects too. - Add
Inc. Tentaive?
option next toReport "sus"params?
option. Findings markedTentative
will only be raised if this option is checked. If disabled it will speed up processing.
- When the
-
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
andREGEX_PARAMSSUB
to check for HTML entities with the&
as optional, as sometimes they appear without. This ensures they are replaced more effectively.
- Move the check for Sus param checkbox being checked to the start of
v5.0
See CHANGELOG for details
v4.9
See CHANGELOG
v4.8
Bug fixes - see CHANGELOG
v4.7
Fix bug with new Burp version causing files not to be written - see CHANGELOG
v4.6
FIx display issue in latest Burp, plus more. See CHANGELOG
v4.5
See CHANGELOG.md for details