pwnfoo / NTLMRecon

Enumerate information from NTLM authentication enabled web endpoints 🔎

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement aiohttp based solution for much faster scanning

pwnfoo opened this issue · comments

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.