You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/desktop/addons/technology-detection/_index.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ weight: 1
6
6
cascade:
7
7
addon:
8
8
id: wappalyzer
9
-
version: 21.39.0
9
+
version: 21.40.0
10
10
---
11
11
12
12
# Technology Detection
@@ -27,20 +27,20 @@ Right clicking on a technology will display a 'Show evidence' menu under which a
27
27
Selecting a regex will switch to the 'Search' tab and search through the history for that regex. Note: If multiple rows are selected the menu will not be displayed.
28
28
29
29
Beside the site selection drop down is an Export button which can be used to export a CSV (comma separated values) file based on the
30
-
table information currently being displayed. There is also a toggle button which allows users to easily Enable/Disable the Technology Detection
31
-
passive scanner.
30
+
table information currently being displayed.
32
31
33
-
The toolbar includes an enable/disable toggle button which controls whether the technology detection passive scan rule is functioning or not.
34
-
This enabled state is persisted between ZAP sessions.
32
+
The toolbar also includes:
35
33
36
-
## Reporting
34
+
* An enable/disable toggle button which controls whether the technology detection passive scan rule is functioning or not. This enabled state is persisted between ZAP sessions.
37
35
38
-
Technology data is available to reports via the [WappalyzerJobResultData](https://github.com/zaproxy/zap-extensions/tree/main/addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/automation/WappalyzerJobResultData.java) class.
36
+
## Reporting
39
37
40
-
## External Links
38
+
Technology data is available to reports via the [TechJobResultData](https://github.com/zaproxy/zap-extensions/tree/main/addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/automation/TechJobResultData.java) class.
||[Enthec Webappanalyzer](https://github.com/enthec/webappanalyzer)| This project is a continuation of the iconic Wappalyzer that went private in August 2023. |
45
-
||<https://www.wappalyzer.com/>| The Wappalyzer Homepage |
46
-
||https://github.com/wappalyzer/wappalyzer| As of early August 2023 the Wappalyzer Repository is no longer public. |
||[Enthec Webappanalyzer](https://github.com/enthec/webappanalyzer)| This project is a continuation of the iconic Wappalyzer that went private in August 2023. |
45
+
||<https://www.wappalyzer.com/>| The Wappalyzer Homepage |
46
+
||https://github.com/wappalyzer/wappalyzer| As of early August 2023 the Wappalyzer Repository is no longer public. |
This screen allows you to configure the [Tech Detection](/docs/desktop/addons/technology-detection/) options:
11
+
12
+
### Mode
13
+
14
+
The Mode which controls the behavior of the technology detection passive scan rule. This Mode is persisted between ZAP sessions.
15
+
16
+
* Quick \> Return on first match; which may mean missing version information, but should be slightly more performant. (This is the default.)
17
+
* Exhaustive \> Keep matching and don't return early; likely slightly less performant.
18
+
19
+
### Alerts {#10004}
20
+
21
+
Allows the user to select whether or not the technology detection passive scan rule should raise alerts as technologies are identified (Enabled by default). Alerts are Informational and include the Tech Name, a Description of the tech if available, Other Info may include CPE or version details, and References may contain Tech specific URLs.
0 commit comments