Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
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,141 |
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 |
573 |
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 |
574 |
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 |
726 |
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: debug mode rules file for ocl+
Post: debug mode rules file for ocl+
For oclHashcat+, please if you can add
Code:
--
--debug-mode=1 (and additionally: --debug-file=used_rules.rule)
--
(like in hashcat)
Thanks. |
|
Mem5 |
Feature Requests
|
1 |
7,464 |
08-11-2011, 12:50 PM |
|
|
Thread: WPA minimal len
Post: WPA minimal len
Hi,
Maybe a stupid question but as the standard WPA only accepts passwords at least 8 characters, is oclhashcat - in order to optimize - removes the word less than 8 characters in the case of a di... |
|
Mem5 |
Very old oclHashcat-plus Support
|
1 |
5,010 |
01-28-2012, 10:24 AM |
|
|
Thread: first post. I need help with command line.. thanks.
Post: RE: first post. I need help with command line.. th...
use a SMTP server to send an email. You should code it yourslef, or take a program that does it for you. => google |
|
Mem5 |
Very old oclHashcat-lite Support
|
1 |
5,172 |
03-22-2012, 08:57 AM |
|
|
Thread: Which power supply for HD 6990 ?
Post: Which power supply for HD 6990 ?
Hi,
Do you know which power supply can I choose for one hd6990 ? I have Corsair 600W, is it enough ? |
|
Mem5 |
Hardware
|
1 |
6,215 |
08-16-2012, 07:24 PM |
|
|
Thread: help please hashcat-gui v-0.5.1 and hashcat-plus v-0.9
Post: RE: help please hashcat-gui v-0.5.1 and hashcat-pl...
Hi,
oclhashcat is native in Backtrack. You just need to run it :
Quote:
--
[bt@ ~]# cd /pentest/passwords/oclhashcat
./cudahashcat -m 2500 wpa_file.hccap dict.dic
--
be sure you have the latest dr... |
|
Mem5 |
General Talk
|
1 |
9,721 |
09-17-2012, 12:50 PM |
|
|
Thread: problem with hashfile
Post: RE: problem with hashfile
Give us your command line. |
|
Mem5 |
Old hashcat Support
|
1 |
4,304 |
03-20-2013, 08:36 PM |
|
|
Thread: 5870 or 7970 ?
Post: 5870 or 7970 ?
Hi,
I currently have a radeon 5870.
https://golubev.com/gpuest.htm Wrote:
--
Single MD5 speed : 5018M
--
To get more power with oclhashcat, I would like to buy a 7970.
https://golubev.com/gpuest.h... |
|
Mem5 |
Hardware
|
1 |
5,525 |
07-20-2013, 10:44 AM |