Skip to content

v0.5-alpha

Compare
Choose a tag to compare
@B0lg0r0v B0lg0r0v released this 29 Nov 16:14
· 70 commits to main since this release

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