You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-7
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
## about revealhashed-python v0.1.1
1
+
2
+
## about revealhashed-python v0.1.2
2
3
revealhashed is a streamlined utility to correlate ntds usernames, nt hashes, and cracked passwords in one view while cutting out time-consuming manual tasks.
this command wants to get supplied with ntds file by user then does classic revealhashed operations.
44
+
this command wants to get supplied with ntds file by user then does classic revealhashed operations.
45
+
_ntds file should contain usernames and hashes. it should be not ntds.dit. example ntds dump can be obtained from repo_
39
46
40
-
-ntds switch is needed.
47
+
-ntds or -nxc switch is needed. -ntds switch is for a file you own with hashes. -nxc switch is for scanning ~/.nxc/logs/ntds then selecting .ntds file.
41
48
-w (wordlist) switch is needed. one or more wordlists can be supplied.
42
49
-e (enabled-only) switch is not needed but suggested. it's self explanatory; only shows enabled users.
43
50
44
-
for example: `revealhashed reveal -ntds TROUPEDC_192.168.2.11_2025-05-12_123035.ntds -w wordlist1.txt -e`
0 commit comments