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-20240305.tar.gz (35.2 kB view details)

Uploaded Source

Built Distribution

dfindexeddb-20240305-py3-none-any.whl (44.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for dfindexeddb-20240305.tar.gz
Algorithm Hash digest
SHA256 6a46ec439640dd4328f6b6413547ba1bb7dba8b3f47ed03f11db57ff2e0175c1
MD5 3c29983bb76d0b584c0d977cedc05b92
BLAKE2b-256 74e37b9f79f182133e04a1f76cc6ba02a25aafc81b398a0f673cd933dbd8a454

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dfindexeddb-20240305-py3-none-any.whl
Algorithm Hash digest
SHA256 66ec380771037992f325ae9f6c7132da19d27f4c9bae807802e81b6617b0bb0b
MD5 2b9184e480df679050dcd7fbaae2d4d4
BLAKE2b-256 5402ad92dad8cb1c75d528b00d53b376ce3424b76d2f9bf9d7a53b1917b4b1c7

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