kpcyrd/sn0int

Export Workspaces

gso-trifork-security opened this issue · 1 comments

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

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