Arachni / arachni

Web Application Security Scanner Framework
http://www.arachni-scanner.com
Other
3.71k stars 756 forks source link

arachni v 1.6.1-0.6.1 windows x86_64 sends Authorization header regardless of authentication type #1079

Open Aznariy opened 1 year ago

Aznariy commented 1 year ago

With the new version of arachni, that uses Chrome browser instead of decommissioned PhantomJS, I have noticed that the crawler sends Authorization: Negotiate header regardless of --http-authentication-type parameter (I have tried all of them) in every request the moment I start it. This breaks my entire scan, because the application already expects Authorization: Bearer JWT header, and fails receiving request with 2 identical name headers.

image

Is there any way to instruct arachni not to send that Authorization: Negotiate header at all?