Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Benchmarks for GTX 1070Ti FE (Founders Edition)
Post: RE: Benchmarks for GTX 1070Ti FE (Founders Edition...
Interesting - good to know! |
|
royce |
Hardware
|
3 |
7,857 |
06-07-2018, 06:32 PM |
|
|
Thread: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)+gtx1080+hashcat
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...
It looks like OpenCL is not installed?
https://wiki.tiker.net/OpenCLHowTo |
|
royce |
hashcat
|
3 |
7,782 |
10-05-2016, 08:42 PM |
|
|
Thread: how to hash with hashcat
Post: RE: how to hash with hashcat
The full Github hashcat distribution also has a "test.pl" Perl script in the tools/ directory that can hash quite a few formats.
$ echo -n 'password' | ./tools/test.pl passthrough 0
5f4dcc3b5aa765... |
|
royce |
hashcat
|
7 |
7,751 |
05-07-2017, 04:26 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: Do we need to drop 32 bit binaries?
Post: RE: Do we need to drop 32 bit binaries?
Suggestion: Separate them out into their own .7z archives.
That way, you can track whether anyone is downloading them. If no one is using them, you can drop them. |
|
royce |
hashcat
|
5 |
7,672 |
06-04-2016, 02:50 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: 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: 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: Cooling
Post: RE: Cooling
It sounds like you need to improve airflow in the case, or move the system to a cooler room (or both). Running cards hot is a gamble, and I'd concentrate on getting the cooling resolved rather than gu... |
|
royce |
hashcat
|
10 |
7,556 |
05-09-2018, 04:36 PM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
Try hashcat -I to show OpenCL info. If there isn't any, then there is indeed something wrong with the driver install. You may also want to review https://hashcat.net/faq/wrongdriver to see if it can h... |
|
royce |
hashcat
|
9 |
7,547 |
01-25-2019, 07:08 AM |
|
|
Thread: NTLM Benchmark vs Mask Attack
Post: RE: NTLM Benchmark vs Mask Attack
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_is_my_attack_so_slow
The most likely issue: is the target hash a single hash, or multiple hashes? Multiple hashes means slower cr... |
|
royce |
hashcat
|
4 |
7,501 |
01-20-2017, 09:07 AM |
|
|
Thread: NTLM Benchmark vs Mask Attack
Post: RE: NTLM Benchmark vs Mask Attack
That looks about right, then. I get the same 50%-ish drop when I do 40 NTLM:
$ hashcat -b -m 1000
hashcat (v3.30) starting in benchmark mode...
OpenCL Platform #1: NVIDIA Corporation
=========... |
|
royce |
hashcat
|
4 |
7,501 |
01-20-2017, 10:01 AM |
|
|
Thread: Notifications from forum are going to SPAM folder
Post: RE: Notifications from forum are going to SPAM fol...
Assuming that the stated host is the only source, something along these lines would be a starting point:
Code:
--
IN TXT "v=spf1 ip6:2a03:f80:ed15:149:154:152:149:1 ~all"
--
|
|
royce |
General Talk
|
4 |
7,260 |
08-28-2016, 12:51 AM |
|
|
Thread: How to get DES key if I know plain text?
Post: RE: How to get DES key if I know plain text?
DES and 3DES have been implemented:
https://github.com/hashcat/hashcat/commit/71a8459d851d246945343ea59effa1d46b965bf8
Beta binaries are here: https://hashcat.net/beta/ |
|
royce |
hashcat
|
4 |
7,220 |
08-30-2016, 08:18 PM |
|
|
Thread: 1Password Competition
Post: RE: 1Password Competition
It's after the official period of the challenge, but since people could theoretically keep working on it ...
If you post the syntax you were using, we might be able to help. The hashcat hash mode i... |
|
royce |
General Talk
|
9 |
7,198 |
05-12-2018, 07:22 PM |
|
|
Thread: 1Password Competition
Post: RE: 1Password Competition
Yep. The only way to make real progress on it would be if multiple teams with lots of cards all cooperated. Which would itself be pretty cool, IMO. |
|
royce |
General Talk
|
9 |
7,198 |
05-14-2018, 04:45 PM |
|
|
Thread: 1Password Competition
Post: RE: 1Password Competition
Proof of concept:
Code:
--
# Convert salt and hash from hex to raw and then to base64:
$ echo -n '00bb202b205f064e30f6fae101162a2e' | xxd -p -r | base64
ALsgKyBfBk4w9vrhARYqLg==
$ echo -n '919... |
|
royce |
General Talk
|
9 |
7,198 |
05-13-2018, 09:42 PM |
|
|
Thread: Total newbie needing advice
Post: RE: Total newbie needing advice
Googling for "hashcat wpa", the first hit is:
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2
Does this help? |
|
royce |
Old oclHashcat Support
|
5 |
6,999 |
11-15-2015, 11:22 PM |
|
|
Thread: Total newbie needing advice
Post: RE: Total newbie needing advice
And in your case, if it's 8 lower case, the mask would be ?l?l?l?l?l?l?l?l, using attack mode 3 (-a 3), so something like:
[hashcat executable] -m 2500 -a 3 myfile.hccap ?l?l?l?l?l?l?l?l |
|
royce |
Old oclHashcat Support
|
5 |
6,999 |
11-15-2015, 11:24 PM |
|
|
Thread: Mining Rig for hashcat
Post: RE: Mining Rig for hashcat
I'd also run a benchmark (hashcat -b -m 0) to quickly determine if it's a setup problem vs an attack methodology problem. If your driver/etc are set up correctly, a benchmark should peg all available ... |
|
royce |
Hardware
|
9 |
6,982 |
05-18-2018, 04:45 AM |