Skip to main content

dfindexeddb is an experimental Python tool for performing digital forensic analysis of IndexedDB and leveldb files.

Project description

dfIndexeddb

dfindexeddb is an experimental Python tool for performing digital forensic analysis of IndexedDB and leveldb files.

It parses leveldb, IndexedDB and javascript structures from these files without requiring native libraries.

The content of IndexedDB files is dependent on what a web application stores locally/offline using the web browser's IndexedDB API. Examples of content might include:

  • text from a text/source-code editor application,
  • emails and contact information from an e-mail application,
  • images and metadata from a photo gallery application

Installation

$ pip install dfindexeddb

Installation from source

Linux

  1. Install the snappy compression development package
    $ sudo apt install libsnappy-dev
  1. Clone or download the repository to your local machine.

  2. Create a virutal environemnt and install the package

    $ python3 -m venv .venv
    $ source .venv/bin/activate
    $ pip install .

Usage

A CLI tool is available after installation:

$ dfindexeddb -h
usage: dfindexeddb [-h] -s SOURCE [--json] {log,ldb,indexeddb} ...

A cli tool for the dfindexeddb package

positional arguments:
  {log,ldb,indexeddb}

options:
  -s SOURCE, --source SOURCE
                        The source leveldb file
  --json                Output as JSON

To parse a LevelDB .log file:

$ dfindexeddb -s <SOURCE> log -h
usage: dfindexeddb log [-h] {blocks,physical_records,write_batches,parsed_internal_key,records}

positional arguments:
  {blocks,physical_records,write_batches,parsed_internal_key,records}

options:
  -h, --help            show this help message and exit

To parse a LevelDB .ldb file:

$ dfindexeddb -s <SOURCE> ldb -h
usage: dfindexeddb ldb [-h] {blocks,records}

positional arguments:
  {blocks,records}

options:
  -h, --help        show this help message and exit

To parse a LevelDB .ldb or .log file as IndexedDB:

$ dfindexeddb -s <SOURCE> indexeddb -h
usage: dfindexeddb indexeddb [-h]

options:
  -h, --help  show this help message and exit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dfindexeddb-20240301.tar.gz (33.3 kB view details)

Uploaded Source

Built Distribution

dfindexeddb-20240301-py3-none-any.whl (40.0 kB view details)

Uploaded Python 3

File details

Details for the file dfindexeddb-20240301.tar.gz.

File metadata

  • Download URL: dfindexeddb-20240301.tar.gz
  • Upload date:
  • Size: 33.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for dfindexeddb-20240301.tar.gz
Algorithm Hash digest
SHA256 a5efae054814352d7f05a1b5df86c55d47862bb7c5f4e83747a0a9635c9b634f
MD5 45847f2803bcdad7977c40ca175006d9
BLAKE2b-256 ccba7822ea24a4b97d569bac995cfadfe9ef702a632cbc603796d29781774e98

See more details on using hashes here.

File details

Details for the file dfindexeddb-20240301-py3-none-any.whl.

File metadata

File hashes

Hashes for dfindexeddb-20240301-py3-none-any.whl
Algorithm Hash digest
SHA256 ad76d3eadff54e2eb20d6eb7b042a8a5abb60e29bc67c33ad6622a3eef76b234
MD5 9cadf1f316204c48b812fbdf0b87334d
BLAKE2b-256 4131d763b029e5bca54a44192264ac37d2a92d1a6740fc27cec05146f4df6686

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page