kpcyrd / sn0int

Semi-automatic OSINT framework and package manager
https://sn0int.readthedocs.io/
GNU General Public License v3.0
1.92k stars 177 forks source link

Export Workspaces #230

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello, I can't really find a method to export a workspace. Is it even possible?

kpcyrd commented 1 year ago

There are two commands to export a workspace:

sn0int -w CHANGEME export --format json > export.json

By default binary blobs (like images) are not included, if you want to take a full export use:

sn0int -w CHANGEME export --format json-blobs > export.json