Skip to content

Commit d51d763

Browse files
committed
Small fixes and additions
1 parent 3b3b706 commit d51d763

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

README.md

+8-22
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Detailed description
6363
| hcxhashcattool | Convert old hashcat (<= 5.1.0) separate potfile (2500 and/or 16800) to new potfile format |
6464

6565

66-
Work flow
66+
Workflow
6767
--------------
6868

6969
hcxdumptool -> hcxpcapngtool -> hcxhashtool (additional hcxpsktool/hcxeiutool) -> hashcat or JtR
@@ -106,13 +106,15 @@ Or install via packet manager of your distribution
106106
[Arch Linux ARM ](https://archlinuxarm.org/)
107107
`pacman -S hcxtools`
108108

109-
### Black Arch
109+
### BlackArch
110110
[Black Arch](https://blackarch.org/) is an Arch Linux-based penetration testing distribution for penetration testers and security researchers
111111
`pacman -S hcxtools`
112112

113113
### Kali Linux
114114
`apt install hcxtools`
115115

116+
### OpenWRT
117+
`opkg install hcxtools`
116118

117119
### macOS
118120
[Homebrew](https://brew.sh/) is 3-rd party package manager for macOS
@@ -123,47 +125,31 @@ Requirements
123125
--------------
124126

125127
* knowledge of radio technology
126-
127128
* knowledge of electromagnetic-wave engineering
128-
129129
* detailed knowledge of 802.11 protocol
130-
131130
* detailed knowledge of key derivation functions
132-
133131
* detailed knowledge of Linux
134-
135132
* Linux (recommended Arch Linux, but other distros should work, too (no support for other distributions).
136-
137133
* gcc >= 11 recommended (deprecated versions are not supported: https://gcc.gnu.org/)
138-
139134
* libopenssl and openssl-dev installed
140-
141135
* librt and librt-dev installed (should be installed by default)
142-
143136
* zlib and zlib-dev installed (for gzip compressed cap/pcap/pcapng files)
144-
145137
* libcurl and curl-dev installed (used by whoismac and wlancap2wpasec)
146-
147138
* libpthread and pthread-dev installed (used by hcxhashcattool)
148-
149139
* pkg-config installed
150140

151141
To install requirements on Kali use the following 'apt-get install pkg-config libcurl4-openssl-dev libssl-dev zlib1g-dev'
152142

153143
If you decide to compile latest git head, make sure that your distribution is updated on latest version.
154144

155-
156-
157-
158-
159145
Useful scripts
160146
--------------
161147

162148
| Script | Description |
163149
| ------------ | -------------------------------------------------------- |
164150
| piwritecard | Example script to restore SD-Card |
165151
| piwreadcard | Example script to backup SD-Card |
166-
| hcxgrep.py | Extract records from hccapx/pmkid file based on regexp |
152+
| hcxgrep.py | Extract records from m22000 hashline/hccapx/pmkid file based on regexp |
167153

168154

169155
Notice
@@ -187,11 +173,11 @@ bit 0-2
187173

188174
010 = M2+M3, EAPOL from M2 (authorized)
189175

190-
011 = M2+M3, EAPOL from M3 (authorized) - unused"
176+
011 = M2+M3, EAPOL from M3 (authorized) - unused
191177

192-
100 = M3+M4, EAPOL from M3 (authorized) - unused"
178+
100 = M3+M4, EAPOL from M3 (authorized) - unused
193179

194-
101 = M3+M4, EAPOL from M4 if not zeroed (authorized)"
180+
101 = M3+M4, EAPOL from M4 if not zeroed (authorized)
195181

196182
3: reserved
197183

0 commit comments

Comments
 (0)