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(scan): check value returned for all subs saved #100

Closed psyray closed 3 weeks ago

psyray commented 4 weeks ago

Fix #18

save_subdomain function can return None in some case, so I've added the condition to verify if an object of type Subdomain is returned. If not, skip record, log error and continue loop

It fixes issue, bug I've added this check on all save_subdomain call to prevent errors