CERT-Polska/Artemis

Set custom Authorization Header

Closed this issue · 1 comments

Hi,
Can I set an Authorization header for the target? I can set the User-Agent header only in the Configuration file.
Should I manually add a variable to the code or is there an option that I've missed?

Thanks <3

kazet commented

Hello,

sorry for the delay in the response.

Currently such a feature is not implemented. If you want to do that, you need to modify the code. Currently the http requests are performed in the artemis.http_requests module, and beside that, the User-Agent option is passed to tools called by Artemis:

We would be more than happy to integrate such a pull request into Artemis!