File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,23 @@ SQLite-Parser
33
44Script to recover deleted entries in an SQLite database and places the output into either a TSV file or text file (-r)
55
6- ###Usage
6+ ###Usage for sqlparse.py
77
88 sqlparse.py -f /home/sanforensics/smsmms.db -o report.tsv
99 sqlparse.py -f /home/sanforensics/smssms.db -r -o report.txt
1010
11+ ###Usage for sqlparse_CLI.exe
12+
13+ sqlparse_CLI.exe -f C:\Users\Mari\smsmms.db -o report.tsv
14+ sqlparse_CLI.exe -f C:\Users\Mari\smsmms.db -t -o report.txt
15+
16+ ###sqlparse_GUI.exe
17+ This file is a GUI interface. In order to use the GUI, the sqlparse_CLI.exe must be included in the same directory.
18+ Both of these files are included in the sqlparse_GUI.zip file.
19+
1120###More Information
1221
1322View the blog post at http://az4n6.blogspot.com/2013/11/python-parser-to-recover-deleted-sqlite.html for more information
1423
1524
16- Email Mari > arizona4n6 at gmail dot com for help/questions/bugs
25+ Email Mari, arizona4n6 at gmail dot com for help/questions/bugs
You can’t perform that action at this time.
0 commit comments