Skip to content

v17

Compare
Choose a tag to compare
@zapbot zapbot released this 28 Jun 13:11
· 102 commits to main since this release
80a61b1

Added

  • targeted/SQLMapCommandGenerator.js - it will generate and copy sqlmap command based on the request
  • encode-decode/JwtDecode.js - Decodes JWTs

Changed

  • Update minimum ZAP version to 2.12.0:
    • Remove compatibility code that provided the singletons (control and model) in JavaScript scripts, they can now be accessed directly always.
    • Use provided singletons (control and model) in Python scripts.
    • Use non-deprecated HttpSender constructor.
    • extender/Simple Reverse Proxy.js - replace usage of deprecated core classes.
  • Remove statements that return the message in HTTP Sender scripts, the message passed as parameter is used/sent always.