v0.5-alpha
What's new in 0.5 ?
🎉 New "-sdo" argument. This new subdomain enumeration functionality uses free online tools (without any API Keys) to search the subdomains of your target. This function works very (very) fast and should be used over the "-sd" function.
In order to use this functionality, please install beautifulsoup4 with pip.
pip3 install beautifulsoup4
Fixes:
- Improved code logic
- Improved exception handling