cr0hn / golismero-legacy

THIS IS A LEGACY VERSION PRESERVED FOR BACKUP, DO NOT USE
http://golismero-project.com
15 stars 4 forks source link

Store the output of external tools into the database #156

Closed MarioVilas closed 10 years ago

MarioVilas commented 11 years ago

Maybe we could add a new data type for the output of external tools, similar to the Text type, associated to the target that caused that output. It would normally not be shown in the report.

MarioVilas commented 10 years ago

On second thought, instead of a Data type this should be some kind of database feature. Also some tools may output binary files.

MarioVilas commented 10 years ago

Another option: use a general output folder instead of the temporary folder. This could be useful for the web UI for example.

cr0hn commented 10 years ago

Right! It can be great.

El 16 Nov 2013, a las 19:02, Mario Vilas notifications@github.com escribió:

Another option: use a general output folder instead of the temporary folder. This could be useful for the web UI for example.

— Reply to this email directly or view it on GitHub.

MarioVilas commented 10 years ago

Discarding this idea for now, we may want to revisit it later.