Skip to content

Commit 5ac4910

Browse files
authored
Cosmetic
1 parent fb80ecb commit 5ac4910

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dbx-key-win-dpapi.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@
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

0 commit comments

Comments
 (0)