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"
(→ASD Plugin for OWASP ZAP:) (Tag: Visual edit) |
(→How it Works) (Tag: Visual edit) |
||
Line 13: | Line 13: | ||
<span style="color:#000000"> | <span style="color:#000000"> | ||
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.<br> | 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.<br> | ||
− | + | [[File:ASD-Endpoint-Screens.png|center|thumb|628x628px]] | |
==== Attack Surface Detector Command Line Interface==== | ==== Attack Surface Detector Command Line Interface==== | ||
Line 21: | Line 21: | ||
==How it Works== | ==How it Works== | ||
<span style="color:#000000"> | <span style="color:#000000"> | ||
− | The Attack Surface Detector | + | The Attack Surface Detector </span>Implements the HAM engine to perform<span style="color:#000000"> static code analyses to identify web app endpoints by parsing routes and identifying parameters (with supported languages and frameworks). </span>This data is made available in Burp Suite and OWASP ZAP<span style="color:#000000"></span> |
− | </span> | ||
==Supported Frameworks== | ==Supported Frameworks== |
Revision as of 16:18, 16 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?Attack Surface Detector ZAP and Burp Plugins
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. Attack Surface Detector Command Line Interface The attack-surface-detector-cli program is a command-line tool that takes in a folder location and outputs the set of endpoints detected within that codebase. It uses the ASTAM Correlator's threadfix-ham module to generate these endpoints. The endpoints are output to the console by default, and can save a JSON version of those endpoints through the -output-file and -json flags. How it WorksThe Attack Surface Detector Implements the HAM engine to perform static code analyses to identify web app endpoints by parsing routes and identifying parameters (with supported languages and frameworks). This data is made available in Burp Suite and OWASP ZAP 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
|