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
| auth.failure.overall | All authentication elements passed yet authentication was deemed a failure in the end. |
58
+
| auth.failure.pass_count | No successful browser logins. |
59
+
| auth.failure.session_mgmt | Failed to identify session management. |
60
+
| auth.failure.login_failures | One or more failed logins. |
61
+
| auth.failure.no_successful_logins | No successful browser logins. |
62
+
| auth.failure.verif_ident | Failed to identify verification URL. |
63
+
51
64
### Automation Framework Environment
52
65
53
66
This is the [Automation Framework environment](/docs/desktop/addons/automation-framework/environment/) that can be used to recreate the context being tested.
@@ -189,6 +202,11 @@ When this section is enabled the step can, optionally, include all the input ele
189
202
"@generated": "Mon, 10 Feb 2025 17:27:23",
190
203
"site": "http:\/\/localhost:9091"
191
204
,"summaryItems": [
205
+
{
206
+
"description": "Authentication appeared to work",
207
+
"passed": true,
208
+
"key": "auth.summary.auth"
209
+
},
192
210
{
193
211
"description": "Username field identified",
194
212
"passed": true,
@@ -210,6 +228,12 @@ When this section is enabled the step can, optionally, include all the input ele
The Common Library add-on provides a tabbed output panel that replaces the default output panel in ZAP. This allows other add-ons to optionally log messages under named tabs in the output panel. If a name is not provided, messages are shown under the "General" tab and exceptions are shown under the "Errors" tab by default.
11
+
12
+
13
+
While the Output tab itself can be detached, the tabs within the Output tab can also be detached if desired.
14
+
To detach a tab, right click on it and select "Move Tab to New Window" in the context menu that pops up.
15
+
16
+
17
+
Right-clicking within the body of a tab will display a context menu with relevant options such as Copy and Find.
18
+
All standard shortcuts (such as Ctrl/Cmd + A/C/F), should work as expected too.
19
+
20
+
21
+
Whenever new output is appended to any tab, a green dot will appear over the tab icon as well as the output panel
22
+
icon to indicate that there is new content.
23
+
The green dot will disappear from the tab when the content is viewed, and from the output panel when new content
24
+
from all tabs (including detached tabs) has been seen.
Copy file name to clipboardexpand all lines: site/content/docs/desktop/addons/spider/options.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ By default this is set to zero which means there are no limits applied to the nu
40
40
41
41
### Maximum parse size
42
42
43
-
Defines the maximum size, in bytes, that a response might have to be parsed. This allows the Spider to skip big responses/files.
43
+
Defines the maximum size, in bytes, that a response might have to be parsed. This allows the Spider to skip big responses/files. Zero means unlimited size.
Copy file name to clipboardexpand all lines: site/content/docs/desktop/addons/zest/_index.md
+5-1
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: zest
9
-
version: 48.4.0
9
+
version: 48.5.0
10
10
---
11
11
12
12
# Zest
@@ -99,6 +99,10 @@ There are also some right click options available when you select text in the Re
99
99
Zest includes a set of 'built in' variables as well as allowing you to declare your own.
100
100
A right click menu is provided (where relevant) in the edit dialogs to allow you to paste in any of the available variable names.
101
101
102
+
## Authentication Scripts
103
+
104
+
Authentication scripts can use a custom ZAP variable, called `TOTP`, to send a value to an input field with a TOTP code generated from the user's credentials TOTP data.
0 commit comments