33 lines
692 B
Plaintext
33 lines
692 B
Plaintext
==================
|
|
DB Fingerprint
|
|
==================
|
|
|
|
|
|
-------------
|
|
INTRO
|
|
-------------
|
|
dbfp is a tool that will scan a sqlite database and generate a fingerprint.
|
|
The fingerprint is basically the database schema with some metadata (md5 sums, scan information)
|
|
The fingerprint is stored to disk in JSON format.
|
|
|
|
|
|
-------------
|
|
BUILD
|
|
-------------
|
|
This project is completely python. No building required.
|
|
There are no dependencies.
|
|
It has been tested on Python 2.7.10
|
|
|
|
|
|
-------------
|
|
LIBRARY
|
|
-------------
|
|
The following is documentation regarding the usage of the various libraries included
|
|
with this tool.
|
|
|
|
[ Fingerprint Library ]
|
|
|
|
|
|
[ Fingerprint Index Library ]
|
|
|