pwnfoo / NTLMRecon

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

Implement aiohttp based solution for much faster scanning #5

Open pwnfoo opened 4 years ago

pwnfoo commented 4 years ago

The tool currently send synchronous requests. This is obviously not the best solution and it waits for the response before proceeds to the next set of URLs.

asyncio based solution will be a good feature to have.