Skip to content

Commit a327aed

Browse files
committed
handshake capture image added
1 parent af0eb76 commit a327aed

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Open terminal.....
5858

5959
6. Capture handshake : it will be shown in the monitor if captured ! at **Terminal-2**.
6060

61+
![Captured handshake](images/handshake_captured.png)
62+
6163
7. Now you got the handshake **(terminal-2)**
6264
8. Stop the process of terminal-2 : `ctrl+c`
6365

@@ -75,7 +77,11 @@ or
7577
7678
![cap to hcappx](images/capToHccapx.png)
7779

78-
2. Crack password using **hashcat** :
80+
**Note :** cap to pkid (in case of pkid) :
81+
82+
> hcxpcaptool -z pmkidhash suva-01.cap
83+
84+
1. Crack password using **hashcat** :
7985

8086
- **Install hashcat :** `sudo apt install hashcat`
8187
- check is everything oky ? : `hashcat -I` **to use hashcat you need gpu**
@@ -90,6 +96,16 @@ or
9096

9197
![Hashcat Status](images/hashcat_status.png)
9298

93-
Then you will get the password.
99+
- Bruteforce :
100+
Example (bruteforce for length 8 password using 0-9 digits) :
101+
102+
> hashcat -a 3 -m 16800 pmkidhash ?d?d?d?d?d?d?d?d
103+
104+
Then you will get the password (if you are lucky enough).
105+
![password](images/pass.png)
106+
here password : secret
107+
108+
- Others :
109+
All ready cracked pass check :
94110

95-
![password](images/pass.png)
111+
> hashcat -m 2500 test.hccapx rockyou.txt --show

images/converted_to_hccapx.png

53.9 KB
Loading

images/handshake_captured.png

18.2 KB
Loading

images/pass.png

216 KB
Loading

rockyou.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)