Security-Tools-Alliance / rengine-ng

reNgine-ng is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface.
GNU General Public License v3.0
19 stars 8 forks source link

feat(scan): use syborg and Gotator for DNS enum #122

Open psyray opened 1 month ago

psyray commented 1 month ago

Expected feature

Syborg permit to find max subdomains recursivity based on NXDOMAIN response of the DNS server https://github.com/MilindPurswani/Syborg

Gotator is a tool to generate DNS wordlists through permutations. https://github.com/Josue87/gotator

Puredns use wildcard detection algorithm. It can filter out wildcards based on the DNS answers obtained from a set of trusted resolvers. It also attempts to work around DNS poisoning by validating the answers obtained using those trusted resolvers. https://github.com/d3mondev/puredns

Alternative solutions

No response

Anything else?

No response

Acknowledgements