Skip to content

Releases: luh2/DetectDynamicJS

Lance

17 Dec 09:28
Compare
Choose a tag to compare
  • fix bug in hasAuthenticationCharacteristic
  • reduce amount of requests
    Thanks to @soffensive

Honey Bunny

24 Aug 11:57
Compare
Choose a tag to compare
  • add XSSI protection Detection
  • further code clean up
  • fix POST/GET problem

Captain Koons

22 Jun 15:00
Compare
Choose a tag to compare

New Features:

  • Can handle Basic Auth now
  • Further reduction of false positives by checking for more things before starting to scan
  • Further reduction by handling 304.

This release has various BugFixes:

  • race condition leading to sometimes odd results
  • consolidation of issues works now

This release got contributions from two other developers - @1lastBr3ath and @wh1tenoise. Special thanks to @wh1tenoise who gave the code a major clean up.

Marsellus Wallace

23 Jun 07:26
Compare
Choose a tag to compare
  • If necessary, the extension will now issue two requests to reduce false positives.
  • Also, depending on how the issue was discovered, it might be rated as Information and not as Medium.

Mia Wallace

23 Jun 07:27
Compare
Choose a tag to compare

I decided to improve the usability by not requiring the user to request both the non-authenticated version and the authenticated version of the script. Instead, when calling a passive scan of the authenticated version of the script, the extension requests the non-authenticated version by itself. This has proven to be more comfortable. It should be noted that the extension is still a passive scanner module, despite the fact that it issues a request per scanned file.