Skip to content

phl4nk/devtoolreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

DevToolReader

Parses Indexeddb files - used to extract devtools console history. Blog post here: https://phl4nk.wordpress.com/2020/04/24/the-curious-case-of-firefoxs-devtools-storage/

Usage

usage: devToolReader.py [-h] [-s] [-o OUTPUT_FILE] indexeddb_file
Parses Indexeddb files from firefox;

positional arguments:
  indexeddb_file  IndexedDB file to parse

optional arguments:
  -h, --help      show this help message and exit
  -s              Srip the file of any control characters
  -o OUTPUT_FILE  Set the output file name

Dependencies

Needs python snappy

$ pip3 install pip3 install python-snappy

About

Parses Indexeddb files - used to extract devtools console history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages