Skip to content

Commit 462dc86

Browse files
committed
Update README.md
1 parent 9def7ad commit 462dc86

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,23 @@
22
## about revealhashed-python v0.1.4
33
revealhashed is a streamlined utility to correlate ntds usernames, nt hashes, and cracked passwords in one view while cutting out time-consuming manual tasks.
44

5+
## dependencies
6+
hashcat
7+
impacket or python3-impacket
8+
59
## how to install
610
from pypi:
7-
`pipx install revealhashed`
11+
`pipx install revealhashed`
812

913
from github:
1014
`pipx install git+https://github.com/crosscutsaw/revealhashed-python`
1115

1216
from deb package:
1317
`wget https://github.com/crosscutsaw/revealhashed-python/releases/latest/download/revealhashed_0.1.4_all.deb; apt install ./revealhashed_0.1.4_all.deb`
1418

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+
1522
## don't want to install?
1623
grab revealhashed binary from [here](https://github.com/crosscutsaw/revealhashed-python/releases/latest/download/revealhashed).
1724

@@ -43,7 +50,7 @@ usage: revealhashed dump [-h] [-debug] [-hashes HASHES] [-no-pass] [-k] [-aesKey
4350
this command executes [zblurx's ntdsutil.py](https://github.com/zblurx/ntdsutil.py) to dump ntds safely then does classic revealhashed operations.
4451

4552
-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.
4754
-nd (no-domain) switch hides domain names in usernames.
4855
-csv (csv) switch is self explanatory; saves output to csv, together with txt.
4956

@@ -73,7 +80,7 @@ this command wants to get supplied with ntds file by user or netexec then does c
7380

7481
-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.
7582
-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.
7784
-nd (no-domain) switch hides domain names in usernames.
7885
-csv (csv) switch is self explanatory; saves output to csv, together with txt.
7986

0 commit comments

Comments
 (0)