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
+47-13Lines changed: 47 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
2
-
## about revealhashed-python v0.1.4
2
+
3
+
## about revealhashed-python v0.2.1
3
4
revealhashed is a streamlined utility to correlate ntds usernames, nt hashes, and cracked passwords in one view while cutting out time-consuming manual tasks.
-nd, --no-domain Don't display domain in usernames
67
+
-csv Save output in CSV format
68
+
-bh Mark cracked users as owned in BloodHound
69
+
--dburi DBURI BloodHound Neo4j URI
70
+
--dbuser DBUSER BloodHound Neo4j username
71
+
--dbpassword DBPASSWORD
72
+
BloodHound Neo4j password
48
73
```
49
74
50
75
this command executes [zblurx's ntdsutil.py](https://github.com/zblurx/ntdsutil.py) to dump ntds safely then does classic revealhashed operations.
51
76
52
77
-w (wordlist) switch is needed. one or more wordlists can be supplied.
53
-
-e (enabled-only) switch is suggested. it's self explanatory; only shows enabled users.
78
+
-e (enabled-only) switch is suggested. it's only shows enabled users.
54
79
-nd (no-domain) switch hides domain names in usernames.
55
-
-csv (csv) switch is self explanatory; saves output to csv, together with txt.
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.
-nd, --no-domain Don't display domain in usernames
74
100
-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
75
106
```
76
107
77
108
this command wants to get supplied with ntds file by user or netexec then does classic revealhashed operations.
@@ -80,9 +111,10 @@ this command wants to get supplied with ntds file by user or netexec then does c
80
111
81
112
-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.
82
113
-w (wordlist) switch is needed. one or more wordlists can be supplied.
83
-
-e (enabled-only) switch is suggested. it's self explanatory; only shows enabled users.
114
+
-e (enabled-only) switch is suggested. it's only shows enabled users.
84
115
-nd (no-domain) switch hides domain names in usernames.
85
-
-csv (csv) switch is self explanatory; saves output to csv, together with txt.
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.
0 commit comments