This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP Attack Surface Detector Project"
(projectabout-del) |
(Resources-cli) |
||
Line 50: | Line 50: | ||
</span> | </span> | ||
====ASD Plugin for OWASP ZAP:==== | ====ASD Plugin for OWASP ZAP:==== | ||
− | [https://github.com/secdec/attack-surface-detector-zap/ ASD Home Page] | + | [https://github.com/secdec/attack-surface-detector-zap/ ASD ZAP Home Page] |
− | [https://github.com/secdec/attack-surface-detector-zap/wiki ASD Wiki] | + | [https://github.com/secdec/attack-surface-detector-zap/wiki ASD ZAP Wiki] |
[https://github.com/secdec/attack-surface-detector-zap/wiki/Installation Install Attack Surface Detector] | [https://github.com/secdec/attack-surface-detector-zap/wiki/Installation Install Attack Surface Detector] | ||
Line 65: | Line 65: | ||
====ASD Plugin for PortSwigger Burp:==== | ====ASD Plugin for PortSwigger Burp:==== | ||
− | [https://github.com/secdec/attack-surface-detector-burp/ ASD Home Page] | + | [https://github.com/secdec/attack-surface-detector-burp/ ASD Burp Home Page] |
− | [https://github.com/secdec/attack-surface-detector-burp/wiki ASD Wiki] | + | [https://github.com/secdec/attack-surface-detector-burp/wiki ASD Burp Wiki] |
[https://github.com/secdec/attack-surface-detector-burp/wiki/Installation Install Attack Surface Detector] | [https://github.com/secdec/attack-surface-detector-burp/wiki/Installation Install Attack Surface Detector] | ||
Line 80: | Line 80: | ||
[https://www.youtube.com/watch?v=jUUJNRcmqwI ASD for Burp Video] | [https://www.youtube.com/watch?v=jUUJNRcmqwI ASD for Burp Video] | ||
+ | |||
+ | ====ASD command-line tool:==== | ||
+ | [https://github.com/secdec/attack-surface-detector-cli/ ASD CLI Home Page] | ||
+ | |||
+ | [https://github.com/secdec/attack-surface-detector-cli/wiki ASD CLI Wiki] | ||
+ | |||
+ | [https://github.com/secdec/attack-surface-detector-cli/wiki/Building-from-Source Building from Source] | ||
+ | |||
+ | [https://github.com/secdec/attack-surface-detector-cli/wiki/Usage,-Parameters,-and-Output Usage, Parameters and Output] | ||
+ | |||
+ | [https://github.com/secdec/attack-surface-detector-cli/issues Issue Tracker] | ||
== Project Leader == | == Project Leader == |
Revision as of 18:47, 9 August 2018
IntroductionDuring 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. What is the Attack Surface Detector?
This tool is the Attack Surface Detector, a plugin for OWASP ZAP and PortSwigger Burp Suite. 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 or Burp so you view the results, or work with the detected endpoints and parameters from the target site map. How it WorksThe Attack Surface Detector uses static code analyses to identify web app endpoints by parsing routes and identifying parameters (with supported languages and frameworks). Supported Frameworks
LicensingThe Attack Surface Detector plugin is free to use. It is licensed under the link Mozilla Public License 2.0. Getting InvolvedContributions to the Attack Surface Detector project are encouraged and welcome. Additions of new features and enhancements can be provided through GitHub. We encourage users to assess the technology through individual evaluations, pilots and/or case studies. |
Project Resources
ASD Plugin for OWASP ZAP:Install Attack Surface Detector ASD Plugin for PortSwigger Burp:Install Attack Surface Detector ASD command-line tool:Project LeaderKen Prole Email: [email protected]
Related Projects
Classifications
|