Skip to content
matthewD-AVI edited this page May 14, 2018 · 11 revisions

What is the Attack Surface Detector?


This tool is the Attack Surface Detector, a plugin for OWASP ZAP. This tool figures out the endpoints of a web application, the parameters these endpoints accept, and the data type of those parameters. This includes the unlinked endpoints a spider won't find in client-side code, or optional parameters totally unused in client-side code. The plugin then imports this data into ZAP so you view the results, or work with the detected endpoints and parameters from the target site map.

Quick Start

  1. Install Attack Surface Detector plugin in OWASP ZAP
  2. Configure source code location in the options dialog
  3. Configure target url in the options dialog
  4. Import endpoints