Albert Veli
Albert Veli
I created a minimal [C-program](https://github.com/AlbertVeli/nss_test/) that only checks the master password for a profile. It uses the same libnss3 calls as the python program. The C-program might be helpful if...
After manually building libnss3-dbg and an hour of debugging I found out the magic happens in [sftkdb_CheckPassword()](https://github.com/nss-dev/nss/blob/master/lib/softoken/sftkpwd.c#L904). The following sqlite query is issued against key4.db (if it has a master...
The ciphertext in item2 in the database is DER encoded. I managed to decode it online by pasting a hexdump of the 133 bytes [here](https://lapo.it/asn1js/). Input: ``` 308182306e06092a864886f70d01050d3061304206092a864886f70d0105 0c303504204afcec35e5d9cc2f1be46e2dc0fe2fcfb832effc227b05d6f7 758af6311079d502022710020120300a06082a864886f70d0209301b0609...
I think I solved it. At least for the specific ciphers used in my key4.db. Now the check is also implemented in the python file. It should be moved out...
> Good stuff. Our current `mozilla2john.py` just blindly dumps data at hardcoded offsets - I wonder if we could amend this new script to support both types. The older `key3.db`...
> > The older `key3.db` is "Berkeley DB 1.85" according to file(1). > > Perhaps that's a false positive - I can't read it with db_dump(1) It's too old, but...
Would it be a performance penalty even if rule logging is default off? In my world I would first do some test runs and collect statistics, build a rule set....
XQuartz 2.8.1 crashes for me every time I try to start it on macOS 12.4 (Monterey). Just starting it by itself from the cmdline reproduces the crash. I tried to...
Upgraded to 2.8.1 again. ``` $ cat ~/Library/Logs/X11/org.xquartz.log X11.app: main(): argc=2 argv[0] = /Applications/Utilities/XQuartz.app/Contents/MacOS/X11.bin argv[1] = --listenonly Waiting for startup parameters via Mach IPC. X11.app: No launchd socket handed off,...
I got the same issue in Big Sur and fixed it by removing and re-adding OBS in System Preferences. _System Preferences -> Security & Privacy_, Privacy tab. Then I selected...