bitquark / shortscan

An IIS short filename enumeration tool
MIT License
754 stars 73 forks source link

NTLM Authentication #6

Open irsdl opened 1 year ago

irsdl commented 1 year ago

Is there any way to use NTLM authentication with this?

I can do this via a web proxy but the tool does not provide a way to use a web proxy either.

irsdl commented 1 year ago

I am using

export HTTP_PROXY=http://127.0.0.1:8090
export HTTPS_PROXY=http://127.0.0.1:8090

to proxy the app now.