Skip to content

v16

Compare
Choose a tag to compare
@zapbot zapbot released this 29 Mar 08:54
· 125 commits to main since this release
53a1f72

Added

  • httpsender/UpgradeHttp1To2.js - changes all HTTP/1.1 requests to use HTTP/2
  • standalone/devTools.js - Tools used to explore objects returned by the Java engine and better plug Nashorn objects into it

Changed

  • encode-decode/double-spacer.js - adapted to the functionality of Encoder 1.0.0.

Removed

  • standalone/Run report.js - no longer working, the old/deprecated class that it used was removed.

Fixed

  • active/User defined attacks.js - correctly escape dot character in some evidence strings.
  • targeted/curl_command_generator.js - prevent and warn on local file inclusion when generating the command.
    Thanks to James Kettle (@albinowax) for reporting.