I have a website which is using header based http basic auth. Unfortunately nikto is not sending any authorization headers.
I'm running
nikto -h https://HOST/ -id ID:PASSWD -useproxy https://127.0.0.1:8080/ -ssl -Display D
On Port 8080 i have a mitmproxy through which i want to record the traffic.
I have a website which is using header based http basic auth. Unfortunately nikto is not sending any authorization headers.
I'm running
nikto -h https://HOST/ -id ID:PASSWD -useproxy https://127.0.0.1:8080/ -ssl -Display D
On Port 8080 i have a mitmproxy through which i want to record the traffic.The nikto debug output gives me the following:
As you can see, nikto is not sending an authorization Header to the server. It seems to me the -id param is simply ignored. Can somebody help me?