I need to brute force Last Pass since I forgot my master password. Anyone know how is the format of the local storage of the extension?
I was logged into it so it must have local data. I see words.dic and LPMPMU in local storage.
I need to brute force Last Pass since I forgot my master password. Anyone know how is the format of the local storage of the extension?
I was logged into it so it must have local data. I see words.dic and LPMPMU in local storage.
Lastpass uses PBKDF2 for password hashing with 5000 iterations and SHA-256 (reference).
So if you have actually forgotten your password I doubt that you will be successful using brute force.
If you want to estimate your success probability get hashcat and run it in benchmarking mode. It will figure out how many hashes/second it can try and if you tell it what you are looking for (maybe you still have a vague idea what the password was) even how many possibilities there are and how long it will take.