-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathREADME
32 lines (22 loc) · 749 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
This program dumps firefox password information from your default profile to standard output in a CSV format.
It _should_ work on Windows and Unix.
It is a port of http://fz-corp.net/?p=199 (that worked on Linux) and contain some small memory fixes.
Tested with Firefox 3.5.5 on Ubuntu 9.04
Usage:
-----
$ ff_key3db_dump
https://signin.ebay.fr,(null),https://signin.ebay.fr,userid,pass,youremail,yourpassword
....
$ ff_key3db_dump > ff_backup_passwords.csv
Dependencies:
-----------
* sqlite3
* nss
* nspr
* ini on Linux
Limitations
-----------
* only dumps the default profile
* a couple of hardcoded stuff...
* only works with Firefox 3.5. Older Firefox use a different storage mechanisms.
Comments/criticims ;) jerome.lacoste@gmail.com