NetsOSS/headless-burp

View on GitHub
BappDescription.html

Summary

Maintainability
Test Coverage
<p>This extension allows you to run Burp Suite's Spider and Scanner tools in headless mode via the command-line. It can:</p>

<ul>
<li>Run burp scan in headless or GUI mode.</li>
<li>Specify target sitemap and add URL(s) to Burp's target scope.</li>
<li>Use the seed request/response data saved in a project file, generated by any integration, functional or manual testing.</li>
<li>Mark issues as false positives, these will not be reported in the scan report anymore.</li>
<li>Spider the target scope.</li>
<li>Actively scan the target scope.</li>
<li>Generate a scan report in JUnit, HTML, or XML format. The JUnit report can be used to instruct the CI server to fail the build when vulnerabilities are found.</li>
<li>Shut down Burp</li>
</ul>

<p>For more detailed examples and the config file format, consult the extension's Github repository.</p>