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
12 stars 6 forks source link

fix(file_fuzz): subdomain_id key error #88

Closed psyray closed 1 month ago

psyray commented 1 month ago

fix #17

Problem comes when a file fuzzing was launched on the target (scan) and not on the subdomain (subscan). subdomain_var does not exists while launching a scan from a target so a simple existence check resolve the problem and the subdomain is extracted from the endpoint

tested and working