File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919#
2020# Dropbox DBX key extraction *offline* (why not? even online)
2121#
22- # python27 dbx-keygen-windpapi .py
22+ # python27 dbx-key-win-dpapi .py
2323# --masterkey=/mnt/win81/Users/user/AppData/Roaming/Microsoft/Protect/S-1-5-21-2128076315-4144300488-3078399761-1001/
2424# --sid=S-1-5-21-2128076315-4144300488-3078399761-1001
2525# --password=fuffa
2626# --ntuser=NTUSER.DAT
2727#
2828# In case you have not the password but its SHA1 (see Happy DPAPI blog post)
2929#
30- # python27 dbx-keygen-windpapi .py
30+ # python27 dbx-key-win-dpapi .py
3131# --masterkey=/mnt/win81/Users/user/AppData/Roaming/Microsoft/Protect/S-1-5-21-2128076315-4144300488-3078399761-1001/
3232# --sid=S-1-5-21-2128076315-4144300488-3078399761-1001
3333# --hash=51d2e3226fca7f5932784a8e44cc9240
3434# --ntuser=NTUSER.DAT
3535#
3636# In case you need the old credentials, add the credhist paramenter
3737#
38- # python27 dbx-keygen-windpapi .py
38+ # python27 dbx-key-win-dpapi .py
3939# --masterkey=/mnt/win81/Users/user/AppData/Roaming/Microsoft/Protect/S-1-5-21-2128076315-4144300488-3078399761-1001/
4040# --sid=S-1-5-21-2128076315-4144300488-3078399761-1001
4141# --credhist=/mnt/win81/Users/user/AppData/Roaming/Microsoft/Protect/CREDHIST
You can’t perform that action at this time.
0 commit comments