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): fix bad base path retrieval for results dir #94

Closed psyray closed 1 month ago

psyray commented 1 month ago

I've made a mistake in #92 I've retrieved the base path from the scan db table instead of the config This gave the full path : base_path/domain/scans/uuid/subscans/uuid instead of base_path/domain/subscans/uuid Only if you launch a subscan not a scan. Fixed here, tested and working