jonluca / Anubis

Subdomain enumeration and information gathering tool
https://jonlu.ca/anubis/
MIT License
1.18k stars 151 forks source link

Modularizing searches #17

Closed jonluca closed 6 years ago

jonluca commented 6 years ago

For a sneak peek, check out the recursive_search_on_subdomain branch

I've done a substantial reorganization of the code such that all the functions are now modules in anubis.scanners. This'll make it trivial to add new ones, and will prevent bloat in target.py.

The feature will be merged into master in the next few days.

jonluca commented 6 years ago

19 Completed and merged into master