Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Issue with ChaCha20
Post: RE: Issue with ChaCha20
Got it.
Thanks, I've created a github issue : https://github.com/hashcat/hashcat/issues/2199 |
|
Mem5 |
hashcat
|
2 |
1,143 |
10-12-2019, 03:52 PM |
|
|
Thread: TOTP issue
Post: TOTP issue
Hi all,
I generate a TOTP PIN thanks to python lib, using 'hashcat' password.
Code:
--
import pyotp
# base32_encode(hashcat) = NBQXG2DDMF2A====
totp = pyotp.TOTP("NBQXG2DDMF2A====")
print(totp.at... |
|
Mem5 |
hashcat
|
2 |
1,147 |
11-01-2019, 11:54 PM |
|
|
Thread: TOTP issue
Post: RE: TOTP issue
Ok, I was not aware that collisions would work with this algorithm!
I confirm that collided passwords generate the same PIN.
Adding --keep-guessing + adding more PINs do find the 'original' password.
... |
|
Mem5 |
hashcat
|
2 |
1,147 |
11-02-2019, 10:43 AM |
|
|
Thread: rocktastic -> PACK
Post: RE: rocktastic -> PACK
Do you have any statistics on well-known hashlist? Huge wordlists are not always the best for slow hashes. |
|
Mem5 |
User Contributions
|
2 |
1,626 |
01-22-2020, 12:03 PM |
|
|
Thread: Hash Extraction
Post: RE: Hash Extraction
Note that you can do .cap -> hash (mode 22000)
No need to use hccapx. |
|
Mem5 |
hashcat
|
2 |
1,045 |
03-13-2020, 03:59 PM |
|
|
Thread: How to use Hashmode: 2501
Post: RE: How to use Hashmode: 2501
Please do not write in CAPITALS.
Never used this mode before, so I assume:
- mode 2501 (or 22001) need a known PMK
- mode 2500 (or 22000) DOES compute PMK through hash_pbkdf2(), while mode 2501 don't... |
|
Mem5 |
hashcat
|
2 |
972 |
03-21-2020, 06:26 PM |
|
|
Thread: help rar5 lost password
Post: RE: help rar5 lost password
English please.
Step 1 : extract a hash from your archive file (via John executable (https://github.com/magnumripper/JohnTheRipper) or online (https://www.onlinehashcrack.com/tools-zip-rar-7z-archiv... |
|
Mem5 |
General Talk
|
2 |
950 |
03-25-2020, 11:07 PM |
|
|
Thread: Is This Make A Problem for Cracking?
Post: RE: Is This Make A Problem for Cracking?
And do not use https://hashcat.net/cap2hccapx/ as it is obsolete. |
|
Mem5 |
hashcat
|
2 |
679 |
03-31-2020, 02:54 PM |
|
|
Thread: SHA-256 64 char password
Post: RE: SHA-256 64 char password
Why are you sure it's 64 chars? You generated it? |
|
Mem5 |
hashcat
|
2 |
574 |
05-26-2020, 11:14 PM |
|
|
Thread: Is hccap Support Intentionally Dropped in V6?
Post: RE: Is hccap Support Intentionally Dropped in V6?
mode 2500 still work for me in v 6.0 |
|
Mem5 |
hashcat
|
2 |
576 |
06-25-2020, 02:26 PM |
|
|
Thread: Zip to Hashcat
Post: RE: Zip to Hashcat
Yes, pkzip hash is limited in length.
https://github.com/hashcat/hashcat/issues/2186#issuecomment-530489997 |
|
Mem5 |
hashcat
|
2 |
728 |
06-27-2020, 02:34 PM |
|
|
Thread: Charsets Order and rockyou Mask files
Post: RE: Charsets Order and rockyou Mask files
have you tried
Quote:
--
--markov-disable | | Disables markov-chains, emulates classic brute-force
--
|
|
Mem5 |
hashcat
|
2 |
566 |
07-23-2020, 08:36 AM |
|
|
Thread: Need assistance with command parameters.
Post: RE: Need assistance with command parameters.
Words from a language dictionary?
If yes, I would:
1) extract all words starting from 't' or 'T' => use grep
Code:
--
# sample wordlist t.dic
tabasco
table
--
2) Combine these words to produce n-tupl... |
|
Mem5 |
hashcat
|
2 |
465 |
07-28-2020, 12:47 PM |
|
|
Thread: Charset ?h
Post: Charset ?h
Hi,
Please what is the charset (letters and length ?) of this :
Code:
--
?h = 8 bit characters from 0xc0 - 0xff
--
Thanks |
|
Mem5 |
Very old oclHashcat Support
|
3 |
12,754 |
10-23-2011, 12:01 PM |
|
|
Thread: Charset ?h
Post: RE: Charset ?h
Ok.
So it includes ?F (french letters), ?D (german) and ?R (russian) letters ? |
|
Mem5 |
Very old oclHashcat Support
|
3 |
12,754 |
10-23-2011, 03:25 PM |
|
|
Thread: What about --increment for bruteforcing ?
Post: What about --increment for bruteforcing ?
Hi,
I switch to cudahashcat-plus because cudahashcat does not work anymore.
In the help I don't see neither --increment, neither --bf-pw-min/max option.
How to simply bruteforce with --attack-mod... |
|
Mem5 |
Very old oclHashcat-plus Support
|
3 |
7,720 |
01-03-2012, 10:43 PM |
|
|
Thread: What about --increment for bruteforcing ?
Post: RE: What about --increment for bruteforcing ?
Hum.. is it the only solution ?! |
|
Mem5 |
Very old oclHashcat-plus Support
|
3 |
7,720 |
01-04-2012, 10:55 PM |
|
|
Thread: SHA1 bad result
Post: SHA1 bad result
Hi,
oclhashcat-plus 0.07 gave me as a result :
Quote:
--
139f69c93c042496a8e958ec5930662c6cccafbf:1:31
--
It seems wrong : SHA('1') is 356A192B7913B04C54574D18C28D46E6395428AB
Any ideas ?
... |
|
Mem5 |
Very old oclHashcat-plus Support
|
3 |
7,548 |
01-12-2012, 01:45 PM |
|
|
Thread: Aircack-ng with -J on windows ?
Post: Aircack-ng with -J on windows ?
Hi,
I downloaded aircak-ng for windows but it was given without -J option (for hashcat wpa).
Where can I found a aircrack-ng version with -J ?
Thanks. |
|
Mem5 |
General Help
|
3 |
9,428 |
01-21-2012, 11:22 AM |
|
|
Thread: SHA1 bad result
Post: RE: SHA1 bad result
|
Mem5 |
Very old oclHashcat-plus Support
|
3 |
7,548 |
01-21-2012, 12:18 PM |