sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.82k stars 323 forks source link

How to specify the SQLite3 file when it is not in the current directory? Similar to sqlite://gowitness.sqlite3. #203

Closed Admin123456-check closed 9 months ago

Admin123456-check commented 9 months ago

How to specify the SQLite3 file when it is not in the current directory? Similar to sqlite://gowitness.sqlite3.

leonjza commented 9 months ago

sqlite:///the/path/to/the/file/databasefile.sqlite3