Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Best strategy for keyword attack
Post: RE: Best strategy for keyword attack
Because masks are executed on GPU, it's probably much faster to just run it as a hybrid (-a 6) or mask attack. |
|
royce |
hashcat
|
4 |
1,997 |
09-08-2019, 03:43 AM |
|
|
Thread: Exploiting the human factor
Post: RE: Exploiting the human factor
That's exactly what hashcat does when using attack mode 3 (brute force, -a 3), and a mask is not specified.
It defaults to this mask:
-1 ?l?d?u -2 ?l?d -3 ?l?d*!$@_ ?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d |
|
royce |
hashcat
|
11 |
2,910 |
09-21-2019, 06:42 PM |
|
|
Thread: Exploiting the human factor
Post: RE: Exploiting the human factor
Yes, by default if you specify no other parameters other than -a 3, it will automatically increment until exhaustion. IF you want it to terminate earlier, you'd have to specify an --increment-max. |
|
royce |
hashcat
|
11 |
2,910 |
09-21-2019, 06:50 PM |
|
|
Thread: Exploiting the human factor
Post: RE: Exploiting the human factor
No utility necessary - honest. :D Study the default, understand how it works, and then adapt it to your needs. :D |
|
royce |
hashcat
|
11 |
2,910 |
09-21-2019, 07:15 PM |
|
|
Thread: Exploiting the human factor
Post: RE: Exploiting the human factor
Yes - the one I first posted. ;)
Study how custom character set works, and replace sequences like this:
?l?l?l?l?l?l?l?l
?u?l?l?l?l?l?l?l
?d?l?l?l?l?l?l?l
... with:
-1 ?l?u?d ?1?l?l?l?l?... |
|
royce |
hashcat
|
11 |
2,910 |
09-22-2019, 06:40 PM |
|
|
Thread: unknown hash type
Post: RE: unknown hash type
https://hashcat.net/forum/archive/index.php?announcement-2.html |
|
royce |
hashcat
|
2 |
1,064 |
09-25-2019, 03:42 AM |
|
|
Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length
I honestly haven't tried this before, but instead of trying to load it all into a mask, you might also be able to just do a hybrid attack (mask + wordlist), where the wordlist is just one line with yo... |
|
royce |
hashcat
|
6 |
2,043 |
10-09-2019, 06:06 PM |
|
|
Thread: Graphic card or cloud computing
Post: RE: Graphic card or cloud computing
This depends on your use case.
If you have a one-time cracking job that will only take a few hours or days, then the cloud makes more sense.
If you intend to have longer-running jobs, or multipl... |
|
royce |
hashcat
|
3 |
1,505 |
10-11-2019, 07:34 AM |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
Fair question. So far, I don't think that any interface-breaking changes have happened, so no migration steps have been necessary.
If/when it becomes necessary, the migration will vary, based on wh... |
|
royce |
hashcat
|
8 |
2,472 |
10-12-2019, 08:44 AM |
|
|
Thread: My amd gpu hashcat -b -m 17200 can't get the benchmark, the page can't perform hash o
Post: RE: My amd gpu hashcat -b -m 17200 can't get the b...
Thanks for masking the hash!
Could you provide the full commandline you're using, and the output that you get (continuing to mask any hashes)? |
|
royce |
hashcat
|
2 |
1,345 |
10-21-2019, 04:18 AM |
|
|
Thread: MD5 Help
Post: RE: MD5 Help
Do you mean that the plaintext is 32 characters?
If so, then unless you have a strong idea of its composition, bruteforce cannot reach even half of that keyspace. |
|
royce |
hashcat
|
4 |
1,655 |
10-21-2019, 06:20 AM |
|
|
Thread: newbie question - rejected passwords stay at zero
Post: RE: newbie question - rejected passwords stay at z...
Password candidates are only rejected when they're not applicable - for example, if the minimum password length supported by the password hash format is 8, and candidates less than 8 are being attempt... |
|
royce |
hashcat
|
2 |
960 |
10-29-2019, 06:06 AM |
|
|
Thread: clWaitForEvents(): CL_UNKNOWN_ERROR
Post: RE: clWaitForEvents(): CL_UNKNOWN_ERROR
If it's only happening for certain hash types, it's probably not a driver problem.
How many rules are you using? This sounds like there are more end-result rules than will fit in GPU memory. |
|
royce |
hashcat
|
6 |
2,317 |
10-29-2019, 06:14 AM |
|
|
Thread: New - What am I missing?
Post: RE: New - What am I missing?
Can you post the full output - full command line, and the results?
This is what a successful run (but unsuccessful crack) looks like ('hashcat') happens to not be in RockYou:
Code:
--
$ hashcat -m... |
|
royce |
hashcat
|
8 |
2,370 |
10-12-2019, 04:56 PM |
|
|
Thread: TITAN RTX - performance issues?
Post: RE: TITAN RTX - performance issues?
It's OK to use hashcat GUI if it works for what you're trying to do. But many of the things you'll eventually want to do are better done with the command line directly. |
|
royce |
hashcat
|
5 |
2,340 |
10-29-2019, 06:16 AM |
|
|
Thread: Hashing Linux Passwords
Post: RE: Hashing Linux Passwords
hashcat can't parse the entire /etc/shadow format with all fields.
hashcat expects either a list of raw hashes (or, when using --username, user:hash pairs)
Just trim off the first two fields (cu... |
|
royce |
hashcat
|
3 |
1,447 |
10-30-2019, 03:22 PM |
|
|
Thread: MD5 question
Post: RE: MD5 question
To be clear, I'm not the author of MDXfind and my site isn't the official site for MDXfind. The official site is https://hashes.org/mdxfind.php. I try to keep my mirror up to date, but there may be a ... |
|
royce |
hashcat
|
6 |
2,051 |
10-31-2019, 03:29 PM |
|
|
Thread: Low Hashrate
Post: RE: Low Hashrate
Drop one or two ?b and try again |
|
royce |
hashcat
|
10 |
3,248 |
11-10-2019, 05:33 PM |
|
|
Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...
Hi, Robert - could you please copy and paste the simplest, but complete, cmdline example and resulting output that demonstrates the issue, including an artificial/synthetic hash with a known password ... |
|
royce |
hashcat
|
20 |
5,249 |
11-15-2019, 08:56 PM |
|
|
Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...
Also, could you please confirm whether the 'rdgeno' user on these forums is also you?
https://hashcat.net/forum/user-12496.html
If so, why are you creating multiple accounts? |
|
royce |
hashcat
|
20 |
5,249 |
11-15-2019, 08:59 PM |