Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...
I'm not aware of anything dedicated that would natively provide a way to express the rules you described in the original question.
At that point, you're basically looking at using python, perl, etc... |
|
royce |
General Talk
|
8 |
6,771 |
02-22-2018, 09:29 AM |
|
|
Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...
Be sure to also do the math to calculate how many password candidates these rules will eliminate compared the speed of your attack. Some of the rules you're describing won't reduce the keyspace very m... |
|
royce |
General Talk
|
8 |
6,771 |
02-17-2018, 07:31 PM |
|
|
Thread: Getting new GPU
Post: RE: Getting new GPU
On an extreme budget, a GTX 970 performs similarly to a GTX 1060. Used 970s can be acquired on eBay for $150 or less.
Be aware that only 1/4 of the GPU's memory is made available by the NVIDIA Open... |
|
royce |
Hardware
|
2 |
3,416 |
03-14-2017, 05:28 PM |
|
|
Thread: GNUPG Symmetric help
Post: RE: GNUPG Symmetric help
hashcat currently has no direct support for PGP/GPG.
But John the Ripper does have the 'gpg-opencl' format, which is significantly faster on GPU that the basic 'gpg' format, so using a GPU should s... |
|
royce |
hashcat
|
1 |
2,152 |
11-19-2017, 01:38 AM |
|
|
Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Got it running, kind of
- Your hash is not formatted as -m 1400
- Your mask can be better expressed as -1 ?d- -2 ?l?u?d- -3 ?l?u?d ?d?1?2??3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3
- But your mask is much too long, and your ... |
|
royce |
hashcat
|
43 |
4,390 |
07-30-2020, 04:28 PM |
|
|
Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps
There is no relationship between WPA2 hash speed and wireless bandwidth speeds. |
|
royce |
hashcat
|
6 |
3,866 |
05-17-2018, 09:58 PM |
|
|
Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps
Nope. Totally unrelated ... unless you're using the router itself to crack hashes ;) |
|
royce |
hashcat
|
6 |
3,866 |
05-18-2018, 04:44 AM |
|
|
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: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version
All cards supported by current NVIDIA drivers will work with hashcat. You shouldn't have to use --force (at least, not at this writing. Someday you may have to. The 9xx, 10xx, and 20xx series should a... |
|
royce |
Hardware
|
6 |
4,047 |
08-25-2018, 08:53 PM |
|
|
Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version
More VRAM is good for when you are trying large lists of hashes, or large combos of wordlists+rules, etc.
Note also that due to what I believe to be an error in NVIDIA's interpretation of the Open... |
|
royce |
Hardware
|
6 |
4,047 |
08-25-2018, 11:10 PM |
|
|
Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version
I think that should be fine - it's not a hard requirement. You're close enough to it to be OK. |
|
royce |
Hardware
|
6 |
4,047 |
08-27-2018, 05:18 AM |
|
|
Thread: GTX1050 benckmarks
Post: RE: GTX1050 benckmarks
Thanks for the benchmark! A benchmark for latest (4.0.1) would also be handy, if you still have access to this hardware. |
|
royce |
Hardware
|
1 |
3,621 |
11-19-2017, 03:21 AM |
|
|
Thread: Hahshcat does not support the new rar3 type and needs help
Post: RE: Hahshcat does not support the new rar3 type an...
Please do not post real hashes. See the forum rules here:
https://hashcat.net/forum/archive/index.php?announcement-2.html |
|
royce |
hashcat
|
1 |
1,000 |
11-26-2019, 06:14 PM |
|
|
Thread: Hardware review
Post: RE: Hardware review
An x16 card won't fit in an x8 slot. 1070s don't draw a lot of power, but this entirely depends on the draw of the rest of the hardware in the chassis. Get a Kill-A-Watt and baseline it. |
|
royce |
Hardware
|
1 |
3,027 |
11-19-2017, 03:25 AM |
|
|
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 mode numbering logic
Post: RE: hash mode numbering logic
There is also a broad kind of namespace management that seems to have started later, where types are grouped. For example, most of the MS Office ones are near each other, etc. When someone adds a mode... |
|
royce |
hashcat
|
5 |
4,201 |
03-21-2018, 04:25 PM |
|
|
Thread: Hash types with multiple iterations/rounds
Post: RE: Hash types with multiple iterations/rounds
Good question!
Arbitrary iteration is currently out of scope for hashcat. atom has previously added specific cases when it's a commonly needed hash, but that's it.
Outside of the hashcat world, ... |
|
royce |
hashcat
|
1 |
4,188 |
05-20-2018, 06:00 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: Hash.org passwords?
Post: RE: Hash.org passwords?
This isn't hashcat-specific, but FWIW the hashes.org "found" lists sound like what you're looking for.
https://hashes.org/left.php
They are the "Complete found in plain" lists at the bottom of t... |
|
royce |
hashcat
|
3 |
2,577 |
09-02-2018, 11:01 PM |
|
|
Thread: Hash.org passwords?
Post: RE: Hash.org passwords?
The topic isn't necessarily hashcat-specific; that's all. But that's OK, given that it's a topic of sufficient general interest.
And hashes.org founds is definitely a high-quality list - as is any ... |
|
royce |
hashcat
|
3 |
2,577 |
09-03-2018, 12:21 AM |