pwnfoo / NTLMRecon

Enumerate information from NTLM authentication enabled web endpoints 🔎
MIT License
465 stars 68 forks source link

Add wildcard detection #9

Open pwnfoo opened 3 years ago

pwnfoo commented 3 years ago

The tool currently can't handle wildcard and will continue to enumerate old endpoints. An ideal solution would be to make a request to an endpoint which does not exist and check if auth is enabled.