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
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 executes [zblurx's ntdsutil.py](https://github.com/zblurx/ntdsutil.py) to dump ntds safely then does classic revealhashed operations.
76
51
77
52
-w (wordlist) switch is needed. one or more wordlists can be supplied.
78
-
-e (enabled-only) switch is suggested. it's only shows enabled users.
53
+
-e (enabled-only) switch is suggested. it's self explanatory; only shows enabled users.
79
54
-nd (no-domain) switch hides domain names in usernames.
80
-
-bh (bloodhound) switch marks cracked users as owned in bloodhound. if used, `--dburi`, `--dbuser` and `--dbpassword` are also needed to connect neo4j database. it supports both legacy and ce.
81
-
-csv (csv) switch saves output to csv, together with txt.
55
+
-csv (csv) switch is self explanatory; saves output to csv, together with txt.
-nd, --no-domain Don't display domain in usernames
100
74
-csv Save output in CSV format
101
-
-bh Mark cracked users as owned in BloodHound
102
-
--dburi DBURI BloodHound Neo4j URI
103
-
--dbuser DBUSER BloodHound Neo4j username
104
-
--dbpassword DBPASSWORD
105
-
BloodHound Neo4j password
106
75
```
107
76
108
77
this command wants to get supplied with ntds file by user or netexec then does classic revealhashed operations.
@@ -111,10 +80,9 @@ this command wants to get supplied with ntds file by user or netexec then does c
111
80
112
81
-ntds or -nxc switch is needed. -ntds switch is for a file you own with hashes. -nxc switch is for scanning ~/.nxc/logs/ntds directory then selecting .ntds file.
113
82
-w (wordlist) switch is needed. one or more wordlists can be supplied.
114
-
-e (enabled-only) switch is suggested. it's only shows enabled users.
83
+
-e (enabled-only) switch is suggested. it's self explanatory; only shows enabled users.
115
84
-nd (no-domain) switch hides domain names in usernames.
116
-
-bh (bloodhound) switch marks cracked users as owned in bloodhound. if used, `--dburi`, `--dbuser` and `--dbpassword` are also needed to connect neo4j database. it supports both legacy and ce.
117
-
-csv (csv) switch saves output to csv, together with txt.
85
+
-csv (csv) switch is self explanatory; saves output to csv, together with txt.
0 commit comments