Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 458 Bytes

File metadata and controls

22 lines (17 loc) · 458 Bytes

Firefox History Viewer

Simple history viewer for Mozilla Firefox in Python.

Requires:

  • Linux
  • Python 2.7
  • sqlite3
  • jinja2
  • Mozilla Firefox

Usage:

firefoxHistoryViewer.py [OPTIONS]
Options:
	-h,  --help :  print this usage
	-p,  --path :  path to places.sqlite file
	               default is the one from current user 
	-o,  --out  :  generated report file
	               default is "output.html" in current folder