tristanlatr / burpa

Burp Automator - A Burp Suite Automation Tool. It provides a high level CLI and Python interfaces to Burp Suite scanner and can be used to setup Dynamic Application Security Testing (DAST).
GNU General Public License v3.0
190 stars 37 forks source link

Add support for burp-rest-api KEY #8

Open tristanlatr opened 2 years ago

tristanlatr commented 2 years ago

burp-rest-api docs:

--apikey= : Enables API key authentication to protect APIs at /burp/*. The customApiKey, if passed as an argument, must be included in every HTTP request as an additional header: "API-KEY: ".

I'll create a new burpa argument: --api-key