|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
| |
|
Thread: Cracking WPA2-Convert HCPX to hc22000 file
Post: RE: Cracking WPA2-Convert HCPX to hc22000 file
|
ZerBea Wrote: (11-21-2022, 11:39 PM)
--
hcxtool cando this.
First convert hccapx back to cap:
Code:
--
$ hcxhash2cap --hccapx=your_hccapx_file
Than convert all cap files to hc22000
$ hcxpcapn... |
|
Jojo koko |
hashcat
|
4 |
16,353 |
11-23-2022, 01:01 AM |
| |
|
Thread: Cracking WPA2-Convert HCPX to hc22000 file
Post: RE: Cracking WPA2-Convert HCPX to hc22000 file
|
marc1n Wrote: (11-21-2022, 12:22 PM)
--
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2
--
Again. I don't have a PCAP file.
I have a bufferthat start with HCPX and I need to convert it for h... |
|
Jojo koko |
hashcat
|
4 |
16,353 |
11-21-2022, 06:57 PM |
| |
|
Thread: Cracking WPA2-Convert HCPX to hc22000 file
Post: Cracking WPA2-Convert HCPX to hc22000 file
| I have a buffer that starts with HCPX so I want to crack it with hashcat mode=hc22000
How can I convert this buffer to hc22000 format? |
|
Jojo koko |
hashcat
|
4 |
16,353 |
11-20-2022, 11:11 PM |
| |
|
Thread: Crack JWT HS256 with hashcat with Intel I9
Post: RE: Crack JWT HS256 with hashcat with Intel I9
|
Snoopy Wrote: (05-20-2022, 03:01 PM)
--
if you didnt specify an attackmask you test your hash versus an empty word, so your wordlist is just one empty string ''
?a means is one position all possible... |
|
Jojo koko |
hashcat
|
5 |
28,435 |
05-20-2022, 04:46 PM |
| |
|
Thread: Crack JWT HS256 with hashcat with Intel I9
Post: RE: Crack JWT HS256 with hashcat with Intel I9
|
Snoopy Wrote: (05-20-2022, 09:58 AM)
--
-a3 is bruteforece yes, but you didnt specify an attackmask
try
hashcat -a3 -m16500 --session my_session --increment pass.txt ?a?a?a?a?a?a?a?a
this will... |
|
Jojo koko |
hashcat
|
5 |
28,435 |
05-20-2022, 12:57 PM |
| |
|
Thread: Crack JWT HS256 with hashcat with Intel I9
Post: Crack JWT HS256 with hashcat with Intel I9
| I have JWT with HS256 algorithm that I want to crack with hachcat using brute force.
I run : hashcat pass.txt -m 16500 -a3 --session my_session
1) I got warning
Quote:
--
The wordlist o... |
|
Jojo koko |
hashcat
|
5 |
28,435 |
05-19-2022, 09:40 PM |