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(screenshot): get only some columns from csv file #114

Closed psyray closed 2 weeks ago

psyray commented 2 weeks ago

fix #110

Instead of fetching the whole row, where number of columns can change again in the future, I'm fetching only the ones we are interested

So no problem like that in the future.

Tested and working

AnonymousWP commented 2 weeks ago

Please solve the conflicts so I can review it properly.

psyray commented 2 weeks ago

Done