Firemaster is the Firefox master password recovery tool. If you have forgotten the master password, then using FireMaster you can find out the master password and get back your lost signon information. It uses various methods such as dictionary, hybrid and brute force techniques to recover the master password from the firefox key database file.
![]()
Firefox uses master password to protect the stored signon credentials. Now if you have set this master password and forgotten , that means you have also lost the authentication details for various websites which has been stored in firefox signon database. So far there was no way to recover these credentials once you have lost the master password.
Download Firemaster [Binary] or [Sources], Gecko SDK required to build from sources.




5 Comments on "FireMaster, The Firefox Master Password Recovery Tool"
I downloaded Firemaster_bin.zip and Firemaster_src.zip and gecko-sdk-i586-pc-msvc-1.7.zip.but i couldnt Run firemaster.how can i run it?
Gecko SDK is required only if you want to build from sources, otherwise the binary is enough.
Usage from command line, run FireMaster.exe and it will show you help screen. Here is some sample usage :
// Only dictionary crack
FireMaster.exe -q -d -f dictfile.txt firefox_profile_dir
// Only hybrid crack
FireMaster.exe -q -h -f dictfile.txt -c 3 -l “123″ firefox_profile_dir
// Only bruteforce crack
FireMaster.exe -q -b -n 6 -a “abc123″ firefox_profile_dir
// Dictionary crack followed by bruteforce crack
FireMaster.exe -q -d -f dictfile.txt -b -n 6 firefox_profile_dir
// Hybrid crack followed by bruteforce crack
FireMaster.exe -q -h -f dictfile.txt -c 3 -l “123″ -b -n 6 -a “abc123″ firefox_profile_dir
Hey
Origional article is present here..
http://nagmatrix.50webs.com/article_firemaster.html
It explains everything in details including the usage and working of firemaster.
Same here – will not work
I too am having difficulties running firemaster thru dos. It keeps telling me that “run” is no a vallid command tool, and “start” just starts the program thru windows in which event I am only informed again that i must open program in dos. Help!
j