0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
The firefox-data library extracts various types of data from firefox profiles.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.9.17, ~> 1.9
>= 2.8.0, ~> 2.8
>= 1.0.2, ~> 1.0
>= 0.19.4, ~> 0.19
 Project Readme

firefox-data

Introduction

The firefox-data gem is a library to extract data from firefox profiles. It currently has the ability to extract and decrypt usernames and passwords.

I intend to add support for bookmarks and history in the future.

Usage

The library is not currently documented. The firefox-data script can be used to search for credentials:

firefox-data search-logins -p default github

This command searches in the default profile for credentials where the hostname matches the regular expression github. The -w flag can be used to prompt for a master password if there is one.

Contact

If you have an idea or a question, email me at khaelin@gmail.com.