./start.sh <port> <workspace> <output> <interactive>
./start.sh 9008 google output true
./start.sh 9008 google output false
Make sure to have the following targets.txt
file in the /jobs
folder.
./start.sh 9008 google output true
[sn0int][google] > use import
[sn0int][google][shahnami/import] > run
./start.sh 9008 google output true
[sn0int][google] > use export
[sn0int][google][shahnami/export] > set host localhost
# host.docker.internal when using Docker[sn0int][google][shahnami/export] > set port 9008
[sn0int][google][shahnami/export] > set command json
[sn0int][google][shahnami/export] > run
Make sure the following line in export.py
is modified to point to the generated database file:
conn = connect("%s/%s.db" % (home+'/Library/Application Support/sn0int', args.workspace.lower()))
conn = connect("/path_to_repo/.data/sn0int/data/[workspace]/db.sqlite")
For more information, please look at the documentation: https://sn0int.readthedocs.io/en/stable/
An IRC channel was setup for any questions around the framework at: https://webirc.hackint.org/#irc://irc.hackint.org/#sn0int