Skip to content

Commit 14925a2

Browse files
authored
Merge pull request #43 from gdgd009xcd/JOHANNESS241207
## [v0.8.14] - 2024-12-07
2 parents 6f23db8 + 66bcf96 commit 14925a2

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,13 @@ $
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
8386
This is automatically called when you start active scannig after already installed default scanners.

addOns/customactivescan/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this add-on will be documented in this file.
33

44
The 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

addOns/customactivescan/customactivescan.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.zaproxy.gradle.addon.AddOnStatus
22

33

4-
version = "0.8.13"
4+
version = "0.8.14"
55
description = "a Active Scanner with custmizable rules"
66

77
val jar by tasks.getting(Jar::class) {

0 commit comments

Comments
 (0)