File tree Expand file tree Collapse file tree 5 files changed +19
-3
lines changed Expand file tree Collapse file tree 5 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ Open terminal.....
58
58
59
59
6 . Capture handshake : it will be shown in the monitor if captured ! at ** Terminal-2** .
60
60
61
+ ![ Captured handshake] ( images/handshake_captured.png )
62
+
61
63
7 . Now you got the handshake ** (terminal-2)**
62
64
8 . Stop the process of terminal-2 : ` ctrl+c `
63
65
75
77
76
78
![ cap to hcappx] ( images/capToHccapx.png )
77
79
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** :
79
85
80
86
- ** Install hashcat :** ` sudo apt install hashcat `
81
87
- check is everything oky ? : ` hashcat -I ` ** to use hashcat you need gpu**
90
96
91
97
![ Hashcat Status] ( images/hashcat_status.png )
92
98
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 :
94
110
95
- ![ password ] ( images/pass.png )
111
+ > hashcat -m 2500 test.hccapx rockyou.txt --show
You can’t perform that action at this time.
0 commit comments