File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 7474
7575## Install
7676
77- 1)Start ZAPROXY in your PC's Desktop.
78- 2)Install add-on customactivescan-alpha-N.N.N.zap file according to the ZAP add-on installation method (example: File menu "Load add-on file").<BR >
77+ This addon is 3rd party addon, so you must add this addon file to ZAPROXY manually. this addon does not have any telemetry feature.
78+
79+ 1 . download add on file customactivescan-xxx-n.n.n.zap on [ this release page] ( https://github.com/gdgd009xcd/CustomActiveScanForZAP/releases )
80+ 1 . Start ZAPROXY in your PC's Desktop.
81+ 1 . Install add-on customactivescan-xxx-n.n.n.zap file according to the ZAP add-on installation method (example: File menu "Load add-on file").<BR >
7982![ AddonInstall] ( https://raw.githubusercontent.com/gdgd009xcd/RELEASES/master/IMG/ZAP/addoninst.png ) <BR >
80- 3) restart zap(sorry, currently this addon does not work unless restart zap after install it.)
83+ 1 . restart zap(sorry, currently this addon does not work unless restart zap after install it.)
8184
8285## how to use
8386This is automatically called when you start active scannig after already installed default scanners.
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to this add-on will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6+ ## [ v0.8.14] - 2024-12-07
7+ ### Changed
8+ - maintenance: added some information to README.md
9+
610## [ v0.8.13] - 2024-12-05
711### Changed
812- maintenance: changed "Custom Vector" encoding behavior for supporting "Decode Parameter" feature in RequestRecorder
Original file line number Diff line number Diff line change 11import org.zaproxy.gradle.addon.AddOnStatus
22
33
4- version = " 0.8.13 "
4+ version = " 0.8.14 "
55description = " a Active Scanner with custmizable rules"
66
77val jar by tasks.getting(Jar ::class ) {
You can’t perform that action at this time.
0 commit comments