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): add some iterable checks to prevent TypeError #113

Closed psyray closed 2 weeks ago

psyray commented 2 weeks ago

fix #112

I've added a function to check if a variable is an iterable

Tested and working