Skip to content

Commit a599d90

Browse files
Stubbing out README
1 parent 598aa9e commit a599d90

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# sqlite_miner
2-
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.
22+
23+
## Requirements
24+
This script requires the following Perl packages:
25+
1. DBI
26+
2. FILE::Copy
27+
3. IO::Uncompress
28+
4. Getopt
29+
30+

0 commit comments

Comments
 (0)