Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data #2776

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/content/docs/desktop/addons/retire.js/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 1
cascade:
addon:
id: retire
version: 0.38.0
version: 0.39.0
---

# Retire.js {#id-10003}
Expand Down
26 changes: 13 additions & 13 deletions site/content/docs/desktop/addons/technology-detection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 1
cascade:
addon:
id: wappalyzer
version: 21.39.0
version: 21.40.0
---

# Technology Detection
Expand All @@ -27,20 +27,20 @@ Right clicking on a technology will display a 'Show evidence' menu under which a
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.

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
table information currently being displayed. There is also a toggle button which allows users to easily Enable/Disable the Technology Detection
passive scanner.
table information currently being displayed.

The toolbar includes 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.
The toolbar also includes:

## Reporting
* 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.

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.
## Reporting

## External Links
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. |
| | <https://www.wappalyzer.com/> | The Wappalyzer Homepage |
| | https://github.com/wappalyzer/wappalyzer | As of early August 2023 the Wappalyzer Repository is no longer public. |
## External Links

| | | |
|---|-------------------------------------------------------------------|-------------------------------------------------------------------------------------------|
| | [Enthec Webappanalyzer](https://github.com/enthec/webappanalyzer) | This project is a continuation of the iconic Wappalyzer that went private in August 2023. |
| | <https://www.wappalyzer.com/> | The Wappalyzer Homepage |
| | https://github.com/wappalyzer/wappalyzer | As of early August 2023 the Wappalyzer Repository is no longer public. |
25 changes: 25 additions & 0 deletions site/content/docs/desktop/addons/technology-detection/options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
# This page was generated from the add-on.
title: Options Tech Detection screen
type: userguide
weight: 2
---

# Options Tech Detection screen

This screen allows you to configure the [Tech Detection](/docs/desktop/addons/technology-detection/) options:

### Mode

The Mode which controls the behavior of the technology detection passive scan rule. This Mode is persisted between ZAP sessions.

* Quick \> Return on first match; which may mean missing version information, but should be slightly more performant. (This is the default.)
* Exhaustive \> Keep matching and don't return early; likely slightly less performant.

### Alerts {#10004}

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.

Latest code: [TechPassiveScanner.java](https://github.com/zaproxy/zap-extensions/blob/main/addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPassiveScanner.java)

Alert ID: [10004](/docs/alerts/10004/)
4 changes: 2 additions & 2 deletions site/content/docs/sbom/retire.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ weight: 1
cascade:
addon:
id: retire
version: 0.38.0
version: 0.39.0
sbom:
format: CycloneDX
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/retire-v0.38.0/bom.json
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/retire-v0.39.0/bom.json
components:
- name: aopalliance
version: '1.0'
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/sbom/wappalyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ weight: 1
cascade:
addon:
id: wappalyzer
version: 21.39.0
version: 21.40.0
sbom:
format: CycloneDX
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/wappalyzer-v21.39.0/bom.json
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/wappalyzer-v21.40.0/bom.json
components:
- name: aopalliance
version: '1.0'
Expand Down
14 changes: 7 additions & 7 deletions site/data/addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -868,14 +868,14 @@
version: 0.9.0
- id: retire
name: Retire.js
description: Retire.js
description: Use Retire.js to identify vulnerable or out-dated JavaScript packages.
author: Nikita Mundhada and the ZAP Dev Team
status: release
infoUrl: /docs/desktop/addons/retire.js/
repoUrl: https://github.com/zaproxy/zap-extensions/
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/retire-v0.38.0/retire-release-0.38.0.zap
date: 2024-08-05
version: 0.38.0
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/retire-v0.39.0/retire-release-0.39.0.zap
date: 2024-08-28
version: 0.39.0
- id: reveal
name: Reveal
description: Show hidden fields and enable disabled fields
Expand Down Expand Up @@ -1045,9 +1045,9 @@
status: release
infoUrl: /docs/desktop/addons/technology-detection/
repoUrl: https://github.com/zaproxy/zap-extensions/
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/wappalyzer-v21.39.0/wappalyzer-release-21.39.0.zap
date: 2024-07-04
version: 21.39.0
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/wappalyzer-v21.40.0/wappalyzer-release-21.40.0.zap
date: 2024-08-28
version: 21.40.0
- id: webdriverlinux
name: Linux WebDrivers
description: Linux WebDrivers for Firefox and Chrome.
Expand Down