Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: combinator + rule
Post: RE: combinator + rule
Try double quotes instead of single quotes, I think. |
|
royce |
hashcat
|
6 |
6,142 |
02-05-2018, 06:09 AM |
|
|
Thread: mask attack issue
Post: RE: mask attack issue
Have you tried --status and --status-timer ? |
|
royce |
hashcat
|
1 |
1,773 |
02-05-2018, 07:06 AM |
|
|
Thread: 1080ti slow speed performance WPA/WPA2
Post: RE: 1080ti slow speed performance WPA/WPA2
atom also came up with a pretty clever way to push more data across the PCI-e!
https://hashcat.net/forum/thread-7267-post-39112.html |
|
royce |
hashcat
|
13 |
18,419 |
02-05-2018, 09:22 PM |
|
|
Thread: Encfs
Post: RE: Encfs
I don't think hashcat current supports cracking encfs, but John the Ripper does:
Code:
--
$ johnl --list=formats | tr -s '[:space:]' '\n' | egrep -i encf
EncFS,
encfs-opencl,
--
|
|
royce |
hashcat
|
2 |
2,633 |
02-10-2018, 06:13 PM |
|
|
Thread: Hash craked with John the ripper but failed with Hashcat
Post: RE: Hash craked with John the ripper but failed wi...
Since this is a demo hash with a known plaintext, OK to post it here.
Works for me:
Code:
--
$ echo -n 'trumpette' | md5sum
6d980c97874860347312769e9854dab6 -
$ echo 'trumpette' | hashcat... |
|
royce |
hashcat
|
4 |
9,493 |
02-01-2018, 11:50 PM |
|
|
Thread: hash-encoding exception
Post: RE: hash-encoding exception
Hash files are almost always ASCII. Even if the salt contains non-ASCII, your hashes file should not need to be anything but ASCII (because the salts would be hex, and the --hex-salt parameter would b... |
|
royce |
hashcat
|
2 |
2,869 |
02-04-2018, 12:25 AM |
|
|
Thread: USER:HASH
Post: RE: USER:HASH
Yes, that's *exactly* what the link I sent you does. Please study it more closely.
First, crack, using --username so that usernames are understood in the target hash file:
Code:
--
$ cat test... |
|
royce |
hashcat
|
8 |
6,548 |
02-04-2018, 02:05 AM |
|
|
Thread: hashing MS Office 2010 so slow
Post: RE: hashing MS Office 2010 so slow
Yes, newer Office hashes are pretty slow.
You can add -w 4 and -O; that might help. |
|
royce |
hashcat
|
3 |
2,894 |
02-12-2018, 10:01 AM |
|
|
Thread: Bruteforce + Custom characters
Post: RE: Bruteforce + Custom characters
If the first 8 characters are truly unknown, then the first 8 positions of the mask would be ?a, and the rest would be literal / hard-coded:
?a?a?a?a?a?a?a?aAlis-ZA |
|
royce |
hashcat
|
1 |
1,857 |
02-17-2018, 06:27 PM |
|
|
Thread: What does the values in Speed Dev indicate
Post: RE: What does the values in Speed Dev indicate
The first device is hashing candidate passwords at a rate of roughly 9452700 hashes per second. |
|
royce |
hashcat
|
1 |
1,827 |
02-17-2018, 06:28 PM |
|
|
Thread: DES ECB error
Post: RE: DES ECB error
But why does the cracking approach sometimes find one first, and sometimes find the other one first? I would expect the attack to be deterministic and reproducible. |
|
royce |
hashcat
|
10 |
7,625 |
02-17-2018, 06:36 PM |
|
|
Thread: Hybrid Attack
Post: RE: Hybrid Attack
Nevertheless, that's the answer. Because of how hashcat is optimized to run, undersized masks on the left-hand side have more of an impact on speed than undersized masks on the right-hand side. |
|
royce |
hashcat
|
3 |
3,010 |
02-17-2018, 07:22 PM |
|
|
Thread: combinator + rule
Post: RE: combinator + rule
Sounds like you're working with a fast hash?
If so, and if your list of rules is just as you show - only four rules long - then that may be part of the reason why. Native hashcat combinator attack ... |
|
royce |
hashcat
|
6 |
6,142 |
02-05-2018, 01:59 AM |
|
|
Thread: How to change password length (min/max)
Post: RE: How to change password length (min/max)
Short answer: add the '-O' flag.
The default min and max lengths shown are very broad, and not as specific as any particular attack (though they do have broad impact on attack speed). It's about yo... |
|
royce |
hashcat
|
4 |
9,652 |
02-06-2018, 03:35 AM |
|
|
Thread: --stdout combinator attack
Post: RE: --stdout combinator attack
Syntax example? Works for me:
Code:
--
$ cat test.list
password
rockyou
linkedin
hashcat
hunter2
$ hashcat -a 1 test.list test.list --stdout
passwordpassword
passwordrockyou
rockyoupa... |
|
royce |
hashcat
|
2 |
2,402 |
02-11-2018, 08:39 AM |
|
|
Thread: DES ECB error
Post: RE: DES ECB error
It's a family reunion!
Code:
--
$ hashcat --quiet --potfile-path=/dev/null --keep-guessing -m 14000 test.hash -a 3 -1 '`012abcdghirstu' ?1?1?1?1?1?1?1?1
24ac458a29cc3241:5337554801018442:harica... |
|
royce |
hashcat
|
10 |
7,625 |
02-16-2018, 06:07 AM |
|
|
Thread: DES ECB error
Post: RE: DES ECB error
Normally, yes. But with --keep-guessing, I would expect all possibilities to be exhausted. In different output order, but all represented. |
|
royce |
hashcat
|
10 |
7,625 |
02-17-2018, 10:00 PM |
|
|
Thread: Linux GPU accelerated cracking
Post: RE: Linux GPU accelerated cracking
Skip K-a-l-i. I'd go straight to release of Ubuntu 16.04 LTS, and then set up using these instructions:
https://hashcat.net/faq/wrongdriver
... and this version of the drivers directly from AMD:... |
|
royce |
hashcat
|
5 |
10,071 |
02-22-2018, 04:36 PM |
|
|
Thread: solved -- invalid argument hashcat 4.1.0 --gpu-temp-retain=
Post: RE: invalid argument hashcat 4.1.0 --gpu-temp-reta...
Specifically:
Removed option --gpu-temp-retain that tried to retain GPU temperature at X degrees celsius - please use driver-specific tools
Removed option --powertune-enable to enable power tuning ... |
|
royce |
hashcat
|
3 |
5,849 |
02-24-2018, 08:58 PM |
|
|
Thread: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...
And if you need it before it's added to hashcat, you'll have to fall back to other tools. John the Ripper supports it with a dynamic mode (CPU only):
Code:
--
Format label ... |
|
royce |
hashcat
|
8 |
6,872 |
02-17-2018, 07:21 PM |