Skip to content

Commit a0d000e

Browse files
authored
Update Tech Detection terminology
1 parent 49c9bd2 commit a0d000e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

addOns/quickstart/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
## Unreleased
77
### Changed
88
- News display tweak.
9+
- Updated messages from "wappalyzer" to "Technology Detection".
910

1011
## [47] - 2024-05-07
1112
### Changed

addOns/quickstart/src/main/resources/org/zaproxy/zap/extension/quickstart/resources/Messages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ quickstart.cmdline.zapit.root.inputs = \tNumber of HTML input fields: {0}
5858
quickstart.cmdline.zapit.root.links = \tNumber of HTML links: {0}
5959
quickstart.cmdline.zapit.start = ZAPit scan of {0}
6060
quickstart.cmdline.zapit.tech = Technology:
61-
quickstart.cmdline.zapit.tech.disabled = Technology: Not available (enable the wappalyzer add-on)
62-
quickstart.cmdline.zapit.tech.na = Technology: Not available (install the wappalyzer add-on)
61+
quickstart.cmdline.zapit.tech.disabled = Technology: Not available (enable the Technology Detection add-on)
62+
quickstart.cmdline.zapit.tech.na = Technology: Not available (install the Technology Detection add-on)
6363
quickstart.cmdline.zapit.tech.none = Technology: None
6464
6565
quickstart.cmdline.zapiturl.help = The URL to perform a quick 'reconnaissance' scan on, e.g. http://www.example.com The -cmd option must be specified

0 commit comments

Comments
 (0)