You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A script to mine SQLite databases for hidden gems that might be overlooked
1
+
# SQLite Miner
2
+
By: Jon Baumann, [Ciofeca Forensics](https://www.ciofecaforensics.com)
3
+
4
+
## About
5
+
This script mines SQLite databases for hidden gems that might be overlooked.
6
+
7
+
## How It Works
8
+
This script
9
+
10
+
## Usage
11
+
### Base
12
+
This script is run by perl on a command line.
13
+
14
+
### Options
15
+
The required options that are currently supported are (one of):
16
+
1.`--file=`: This option tells the script where to find the SQLite you want to mine. If neither --file or --dir are used, the script will not run.
17
+
2.`--dir=`: This option tells the script where to find a directory to recursively search for SQLite format 3 database files and to parse each of them as if the --fiile option was called on them above.
18
+
19
+
The optional arguments are:
20
+
2.`--decompress`: This option tells the script to "show its work" and leave the gzipped blobs and gunzipped blobs in the script's directory for the forensics examiner to have better access to them.
21
+
3.`--help`: This option prints the usage information.
0 commit comments