-
-
Notifications
You must be signed in to change notification settings - Fork 136
HelpReleases1_4_0
The following changes were made in this release:
The HTML panels now support switchable syntax highlighting.
The fuzzer includes fuzzdb (https://github.com/fuzzdb-project/fuzzdb) fuzzing files. Note that some fuzzdb files have been left out as they cause common anti virus scanners to flag them as containing viruses. You can replace them (and upgrade fuzzdb) by downloading the latest version of fuzzdb and expanding it in the 'fuzzers' library.
A new Params tab shows a summary of all of the parameters a site has used.
The Cross Site Scripting active scanner has been rewritten from scratch to find more potential XSS issues and report fewer false positives.
The following checks have been ported from Watcher (thanks to Chris Weber for oking this):
Check.Pasv.CrossDomain.ScriptReference.cs | checks for cross-domain javascript files inclusion. | |
Check.Pasv.Header.CacheControl.cs | checks HTTP cache-control header on SSL pages. | |
Check.Pasv.Header.ContentTypeMissing.cs | checks that the Content-Type HTTP header is not missing. | |
Check.Pasv.Header.FrameOptions.cs | checks that the X-FRAME-OPTIONS is not missing or insecurely set. | |
Check.Pasv.Header.IeXssProtection.cs | checks that the X-XSS-Protection has not been set to disable IE's XSS protection. | |
Check.Pasv.Header.MimeSniff.cs | checks that the X-CONTENT-TYPE-OPTIONS has been set. | |
Check.Pasv.InformationDisclosure.DatabaseErrors.cs | checks for database error messages. | |
Check.Pasv.InformationDisclosure.DebugErrors.cs | checks for debugging error messages. | |
Check.Pasv.InformationDisclosure.InUrl.cs | checks for information disclosure in URL parameters. | |
Check.Pasv.InformationDisclosure.ReferrerLeak.cs | checks HTTP Referer header for information disclosure. |
Full extensions can now be plugged into ZAP dynamically with full access to all of ZAPs features.
Issue 198: The report is not generated when a "Parameter tampering" alert with "NULL" character exists
Issue 223: Exception in "Sites" tab when choosing a popup option, "Delete (from view)" or "Purge (from DB)", when no node tree is selected
Introduction | the introduction to ZAP | |
Releases | the full set of releases | |
Credits | the people and groups who have made this release possible |
-
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