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
+39-9Lines changed: 39 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
-
## about revealhashed-python v0.1.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.
2
+
## about revealhashed-python v0.1.3
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.
4
4
5
5
## how to install
6
6
from pypi:
@@ -15,7 +15,7 @@ grab revealhashed binary from [releases](https://github.com/crosscutsaw/revealha
15
15
16
16
## how to use
17
17
```
18
-
revealhashed v0.1.2
18
+
revealhashed v0.1.3
19
19
20
20
usage: revealhashed [-h] [-r] {dump,reveal} ...
21
21
@@ -32,28 +32,58 @@ options:
32
32
just execute `revealhashed -r` to remove contents of ~/.revealhashed
33
33
34
34
### revealhashed dump
35
-
this command executes [zblurx's ntdsutil.py](https://github.com/zblurx/ntdsutil.py) to dump ntds safely then does classic revealhashed operations.
-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.
-nd, --no-domain Don't display domain in usernames
65
+
-csv Save output in CSV format
66
+
```
67
+
68
+
this command wants to get supplied with ntds file by user or netexec then does classic revealhashed operations.
69
+
70
+
_ntds file should contain usernames and hashes. it should be not ntds.dit. example ntds dump can be obtained from repo._
71
+
72
+
-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.
48
73
-w (wordlist) switch is needed. one or more wordlists can be supplied.
49
74
-e (enabled-only) switch is not needed but suggested. it's self explanatory; only shows enabled users.
75
+
-nd (no-domain) switch hides domain names in usernames.
76
+
-csv (csv) switch is self explanatory; saves output to csv instead txt.
0 commit comments