-
-
Notifications
You must be signed in to change notification settings - Fork 138
HelpStartConceptsStats
psiinon edited this page Jun 3, 2016
·
3 revisions
ZAP maintains statistics which can help you understand what is really happening when interacting with large applications.
The statistics are available via the API and can be also sent to a Statsd server when configured via the Options Statistics screen.
Statistics maintained on a per site basis include:
-
response codes, eg:
- stats.code.200
- stats.code.302
-
response times in ms (using a logarithmic scale), eg:
- stats.responseTime.1
- stats.responseTime.2
- stats.responseTime.4
- stats.responseTime.8
- stats.responseTime.16
-
content types, eg:
- stats.contentType.text/css
- stats.contentType.text/html;charset=utf-8
-
tags, eg:
- stats.tag.Password
- stats.tag.Hidden
-
anticsrf tokens generated:
- stats.acsrf.anticsrf
-
authentication info:
- stats.auth.success (number of authentication successes)
- stats.auth.failure (number of authentication failures)
- stats.auth.state.loggedin (number of responses that appear to be logged in)
- stats.auth.state.loggedout (number of responses that appear to be logged out)
- stats.auth.state.noindicator (number of responses where no logged in or out indicators have been set)
- stats.auth.state.unknown (number of responses which don't contain either logged in or out indicators)
| UI Overview | for an overview of the user interface | |
| Features | provided by ZAP |
-
ZAP User Guide
- Introduction
-
Getting Started
- Configuring proxies
-
Features
- Active Scan
- Add-ons
- Alerts
- Anti CSRF Tokens
- API
- Authentication
- Break Points
- Callbacks
- Contexts
- Data Driven Content
- Filters
- Globally Excluded URLs
- HTTP Sessions
- Man-in-the-middle Proxy
- Modes
- Notes
- Passive Scan
- Scan Policies
- Scope
- Session Management
- Spider
- Statistics
- Structural Modifiers
- Structural Parameters
- Tags
- Users
- Scanner Rules
- A Simple Penetration Test
-
The User Interface
- Overview
- The Top Level Menu
- The Top Level Toolbar
- The Tabs
-
The Dialogs
- Active Scan
- Add Alert
- Add Break Point
- Add Note
- Encode/Decode/Hash
- Filter
- Find
- History Filter
- Manual Request Editor
- Manage Add-ons
- Manage Tags
-
Options
- Active Scan
- Active Scan Input Vectors
- Alerts
- Anti CSRF Tokens
- API
- Breakpoints
- Callback Address
- Certificate
- Check for Updates
- Connection
- Database
- Display
- Dynamic SSL Certificates
- Extensions
- Global Exclude URL
- HTTP Sessions
- JVM
- Keyboard
- Language
- Local Proxies
- Passive Scan Rules
- Passive Scan Tags
- Passive Scanner
- Rule Configuration
- Scripts
- Search
- Spider
- Statistics
- Persist Session
- Resend
- Scan Policy Manager
- Scan Progress
- Session
- Spider
- The Footer
- Command Line
- Add Ons
- Releases
- Paros Proxy
- Credits