Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: PACK-0.0.4
Post: RE: PACK-0.0.4
How far into the analysis was it when you posted these stats?
It's a pretty intense analysis. I am currently processing a 1.3GB wordlist (154,094,601 words), and it's running at roughly 2500 p/s... |
|
royce |
General Help
|
2 |
5,824 |
01-30-2015, 09:24 AM |
|
|
Thread: Tridition DES supported ???
Post: RE: Tridition DES supported ???
Hi, oscam. Last I'd heard (2012), key-based DES is not supported.
The hash type 1500 - "descrypt, DES(Unix), Traditional DES" - is not keyed DES encryption. It's a format used to hash passwords o... |
|
royce |
General Help
|
3 |
5,658 |
03-07-2015, 06:43 PM |
|
|
Thread: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask
Assuming that it's this type of hash:
Code:
--
$ openssl passwd -1 -salt 0000 -table password
password $1$0000$aWwcZQIpZ/gD70N/fOUeh0
--
... then you need to specify the hash type (-m 500 = Cisco-... |
|
royce |
General Help
|
8 |
29,656 |
04-14-2015, 05:32 PM |
|
|
Thread: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask
This looks normal. Brute force automatically starts with short masks and then moves on to longer ones. While it's moving through the short masks, they're too short to really make the GPUs work hard, ... |
|
royce |
General Help
|
8 |
29,656 |
04-14-2015, 08:44 PM |
|
|
Thread: office excel 2010 hash
Post: RE: office excel 2010 hash
What command lines have you tried, and what errors were geenrtaed? |
|
royce |
General Help
|
8 |
12,521 |
04-14-2015, 08:54 PM |
|
|
Thread: Cracking descrypt
Post: RE: Cracking descrypt
Here's one for ZTEX -- source code, but no bitstream.
https://github.com/Gifts/descrypt-ztex-bruteforcer |
|
royce |
General Help
|
3 |
7,718 |
11-08-2015, 08:54 AM |
|
|
Thread: What I'm doing wrong?
Post: RE: What I'm doing wrong?
Please post your command syntax for a sanity check. |
|
royce |
General Help
|
8 |
11,374 |
11-12-2015, 03:51 AM |
|
|
Thread: About --keep-guessing
Post: RE: About --keep-guessing
Almost not at all. I guess it would alter the behavior for any hashes that already keep guessing (is it 7-Zip?) |
|
royce |
Beta Tester
|
7 |
10,828 |
11-27-2016, 01:45 AM |
|
|
Thread: compiling makefile github
Post: RE: compiling makefile github
https://github.com/hashcat/hashcat/blob/master/BUILD.md |
|
royce |
Beta Tester
|
8 |
13,135 |
05-08-2017, 10:25 PM |
|
|
Thread: compiling makefile github
Post: RE: compiling makefile github
Briefly:
* Don't use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). Use a direct OS install.
* Don't use aircrack-ng. Get the caps with https://github.com/ZerBea/hcxtools (or better ... |
|
royce |
Beta Tester
|
8 |
13,135 |
05-08-2017, 11:55 PM |
|
|
Thread: About --keep-guessing
Post: RE: About --keep-guessing
I've requested the --no-keep-guessing flag here:
https://github.com/hashcat/hashcat/issues/1795 |
|
royce |
Beta Tester
|
7 |
10,828 |
11-24-2018, 09:32 PM |
|
|
Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack
Wow, this is going to be a game-changer!
If feasible, one UX request: Please do what JtR does here and warn the user about any "calculatable" efficiency thresholds into this new mode. For example, a ... |
|
royce |
Beta Tester
|
21 |
3,762 |
09-29-2020, 05:03 PM |
|
|
Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack
"Association" is a general term here that allows attacks to be targets *on a per-hash basis*.
In other words, you don't have to try each word against each hash. Instead, you can try just one word ag... |
|
royce |
Beta Tester
|
21 |
3,762 |
10-01-2020, 05:20 PM |
|
|
Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack
atom Wrote: (09-30-2020, 12:11 PM)
--
Code:
--
The wordlist or mask that you are using is too small.
This means that hashcat cannot use the full parallel power of your device(s).
Unless you supp... |
|
royce |
Beta Tester
|
21 |
3,762 |
09-30-2020, 05:57 PM |