|
2 | 2 | ## about revealhashed-python v0.1.4
|
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 | +## dependencies |
| 6 | +hashcat |
| 7 | +impacket or python3-impacket |
| 8 | + |
5 | 9 | ## how to install
|
6 | 10 | from pypi:
|
7 |
| -`pipx install revealhashed` |
| 11 | +`pipx install revealhashed` |
8 | 12 |
|
9 | 13 | from github:
|
10 | 14 | `pipx install git+https://github.com/crosscutsaw/revealhashed-python`
|
11 | 15 |
|
12 | 16 | from deb package:
|
13 | 17 | `wget https://github.com/crosscutsaw/revealhashed-python/releases/latest/download/revealhashed_0.1.4_all.deb; apt install ./revealhashed_0.1.4_all.deb`
|
14 | 18 |
|
| 19 | +from whl package: |
| 20 | +`wget https://github.com/crosscutsaw/revealhashed-python/releases/latest/download/revealhashed-0.1.4-py3-none-any.whl; pipx install revealhashed-0.1.4-py3-none-any.whl` |
| 21 | + |
15 | 22 | ## don't want to install?
|
16 | 23 | grab revealhashed binary from [here](https://github.com/crosscutsaw/revealhashed-python/releases/latest/download/revealhashed).
|
17 | 24 |
|
@@ -43,7 +50,7 @@ usage: revealhashed dump [-h] [-debug] [-hashes HASHES] [-no-pass] [-k] [-aesKey
|
43 | 50 | this command executes [zblurx's ntdsutil.py](https://github.com/zblurx/ntdsutil.py) to dump ntds safely then does classic revealhashed operations.
|
44 | 51 |
|
45 | 52 | -w (wordlist) switch is needed. one or more wordlists can be supplied.
|
46 |
| --e (enabled-only) switch is not needed but suggested. it's self explanatory; only shows enabled users. |
| 53 | +-e (enabled-only) switch is suggested. it's self explanatory; only shows enabled users. |
47 | 54 | -nd (no-domain) switch hides domain names in usernames.
|
48 | 55 | -csv (csv) switch is self explanatory; saves output to csv, together with txt.
|
49 | 56 |
|
@@ -73,7 +80,7 @@ this command wants to get supplied with ntds file by user or netexec then does c
|
73 | 80 |
|
74 | 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.
|
75 | 82 | -w (wordlist) switch is needed. one or more wordlists can be supplied.
|
76 |
| --e (enabled-only) switch is not needed but suggested. it's self explanatory; only shows enabled users. |
| 83 | +-e (enabled-only) switch is suggested. it's self explanatory; only shows enabled users. |
77 | 84 | -nd (no-domain) switch hides domain names in usernames.
|
78 | 85 | -csv (csv) switch is self explanatory; saves output to csv, together with txt.
|
79 | 86 |
|
|
0 commit comments