Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: A very special mask
Post: RE: A very special mask
You'll want to use
https://thesprawl.org/projects/pack/#policygen
.. but that will only solve most of your question, not the "no repeated characters" part.
But in practice, most hashes are fas... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
2,670 |
09-27-2018, 05:20 PM |
|
|
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: 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: Adding to .pot file
Post: RE: Adding to .pot file
There may be other ways, but quitting and restoring the hashcat session will reread the pot file. |
|
royce |
Old hashcat Support
|
4 |
6,827 |
11-29-2015, 08:02 PM |
|
|
Thread: Adding to .pot file
Post: RE: Adding to .pot file
Ah, I misunderstood. I thought you meant after a cracking run had started, but it sounds like you're talking about doing this before your initial cracking run begins. That's much easier! Yes, by al... |
|
royce |
Old hashcat Support
|
4 |
6,827 |
11-29-2015, 11:45 PM |
|
|
Thread: Advantage with a big wordlist?
Post: RE: Advantage with a big wordlist?
Giant deduplicated wordlists are great for fast hashes, but not as helpful for slow ones.
And what's usually missing from most of them is *frequency data*.
A giant wordlist, sorted by how commo... |
|
royce |
hashcat
|
2 |
2,362 |
03-07-2018, 10:45 PM |
|
|
Thread: Alternatives to HashcatGUI?
Post: RE: Alternatives to HashcatGUI?
|
royce |
hashcat
|
4 |
1,992 |
07-06-2019, 08:31 PM |
|
|
Thread: Am I doing something wrong to cause this poor performance?
Post: RE: Am I doing something wrong to cause this poor ...
Not sure why your performance dropped. What version are you running -- latest release, or beta? You might try the latest beta, and see if you get the same results: https://hashcat.net/beta/
And gene... |
|
royce |
Old oclHashcat Support
|
2 |
4,273 |
05-05-2016, 05:36 PM |
|
|
Thread: AMD vs NVIDIA ~ $300 USD
Post: RE: AMD vs NVIDIA ~ $300 USD
I would watch for a used GTX 1080 Founders Edition on eBay. They're currently going for a little more than $400, but not much - and you'll get quite a bump up in speed for the price. The FE cards are ... |
|
royce |
Hardware
|
1 |
2,647 |
11-19-2017, 01:40 AM |
|
|
Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update
+1.
This benchmark collection is a little behind, but it will give you a rough idea:
https://www.crackingservice.com/?q=node/20 |
|
royce |
General Talk
|
35 |
48,972 |
02-07-2017, 06:30 AM |
|
|
Thread: Anyone please help me
Post: RE: Anyone please help me
Wow, no idea. Sorta looks like URL encoding, but different.
Not really a hashcat-specific question; you might try the hashkiller forums or similar. |
|
royce |
General Talk
|
1 |
4,733 |
11-19-2017, 03:10 AM |
|
|
Thread: Apply Rule In Between Dictionary Words
Post: RE: Apply Rule In Between Dictionary Words
You have a couple of indirect options:
1. Generate the .###. list externally with a script, and then use combinator3 to pipe that combined with your other wordlists hashcat. That will be OK for slo... |
|
royce |
hashcat
|
1 |
483 |
05-15-2020, 05:36 AM |
|
|
Thread: Assistance building mask
Post: RE: Assistance building mask
+1. Specifically:
Code:
--
$ cat words.list
red
blue
green
yellow
$ cat mask.list
?d?s
?d?d?s
?d?d?d?s
?d?d?d?d?s
$ hashcat --stdout -a 6 words.list mask.list | head
red1.
red0.... |
|
royce |
hashcat
|
3 |
2,720 |
01-07-2018, 07:25 PM |
|
|
Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...
I don't think that there is a way to express this using hashcat's rules (unless you generated a very large list of masks and custom character sets).
And even if there were, I don't think that it wo... |
|
royce |
hashcat
|
12 |
12,013 |
03-06-2017, 01:49 AM |
|
|
Thread: AWS EC2 p2 x16 instance (full benchmark)
Post: RE: AWS EC2 p2 x16 instance (full benchmark)
|
royce |
Hardware
|
10 |
19,503 |
10-05-2016, 05:36 PM |
|
|
Thread: bcrypt $2*$, Blowfish (Unix) slow speed
Post: RE: bcrypt $2*$, Blowfish (Unix) slow speed
What value is in the "cost" field of your hash? (the second $-separated field, two digits wide)?
Based on the speed you're getting, I'm guessing that it's probably cost 10? If so, that speed is norma... |
|
royce |
hashcat
|
4 |
3,356 |
09-11-2018, 10:35 PM |
|
|
Thread: bcrypt $2*$, Blowfish (Unix) slow speed
Post: RE: bcrypt $2*$, Blowfish (Unix) slow speed
(Unless you also post the plaintext, please don't post hashes.)
Your performance is quite normal for cost 10 on a 1080. |
|
royce |
hashcat
|
4 |
3,356 |
09-11-2018, 10:50 PM |
|
|
Thread: Bcrypt Blowfish Unix Hash
Post: RE: Bcrypt Blowfish Unix Hash
This all looks like you're doing it right (may want to post commandline just in case, with hash masked if you're using it on the command line). |
|
royce |
hashcat
|
5 |
5,599 |
02-27-2018, 05:36 PM |
|
|
Thread: bcrypt salt format
Post: RE: bcrypt salt format
I haven't worked with this hash type before, but A) it's not pure bcrypt, and B) the portion after the colon is, I'm told, not a salt. |
|
royce |
hashcat
|
4 |
4,535 |
12-08-2017, 04:41 AM |
|
|
Thread: Been away for a while
Post: RE: Been away for a while
Your absence was keenly felt. We kept the lights on, but you are truly the heart of hashcat. Welcome back, sir. |
|
royce |
hashcat
|
4 |
3,507 |
06-12-2018, 04:51 PM |