Add-on repo
https://github.com/secdec/attack-surface-detector-zap
Your contact details
matthew.deletto@securedecisions.com
Are you one of the authors
Yes
Licence
in repo
Build instructions
Install Maven: https://maven.apache.org/install.html
Clone Attack Surface Detector repository: https://github.com/secdec/attack-surface-detector-zap
Navigate to the source code Directory, open terminal and run the command mvn clean package
The plugin will be located in the target folder named: attacksurfacedetector-release-#.zap.
also in readme
Link to more information
https://github.com/secdec/attack-surface-detector-zap/wiki
Twitter handle for tool or author(s)
https://twitter.com/secdec
Promote to Beta or Release?
Note that all new add-ons start at Alpha status.
Anything else we should know
During web application penetration testing, it is important
to enumerate your application's attack surface. While Dynamic Application Security Testing (DAST) tools (such as Burp Suite and ZAP) are good at spidering to identify application attack surfaces, they will often fail to identify unlinked endpoints and optional parameters. These endpoints and parameters not found often go untested, which can leave your application open to an attacker. 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
marketplace