Quantcast
Channel: BOT24
Viewing all articles
Browse latest Browse all 8064

Hacking ZAP #3 - Passive scan rules

$
0
0
Welcome to a series of blog posts aimed at helping you “hack the ZAP source code”.
The previous post in this series is: Hacking ZAP #2 - Getting Started

One of the easiest ways to enhance ZAP is to write new passive scan rules.
Passive scan rules are used to warn the user of potential vulnerabilities that can be detected passively - they are not allowed to make any new requests or manipulate the requests or responses in any way.
They typically run against all of the requests and responses that flow through ZAP.
Passive rules run in separate background thread so that they have as little effect on performance as possible.

more here.....http://zaproxy.blogspot.co.uk/2014/04/hacking-zap-3-passive-scan-rules.html


Viewing all articles
Browse latest Browse all 8064

Trending Articles