Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post [desc] Author Forum Replies Views Posted
    Thread: Itunes Backup line length
Post: RE: Itunes Backup line length

To be fair, the error could be more clear for people who are not proficient on the command line. Though I'm not sure how to make it better, other than to make it reeeeeeally explicit, as in: Code:...
royce hashcat 6 4,624 12-18-2017, 01:47 AM
    Thread: Itunes Backup line length
Post: RE: Itunes Backup line length

I see what you're getting at -- hmm, maybe "and/or" (since it can be either?) Both of our suggestions are workarounds for the fact that the same syntax can be used both to specify a hash directly, ...
royce hashcat 6 4,624 12-18-2017, 02:07 AM
    Thread: Jetson Nano Benchmarks
Post: RE: Jetson Nano Benchmarks

Hey, awesome - a nice start to a new (retro?) era for hashcat!
royce Hardware 2 2,880 05-14-2019, 10:47 PM
    Thread: Juniper netscreen hash help
Post: RE: Juniper netscreen hash help

does the attack work against the Netscreen example hash from the hashcat wiki (https://hashcat.net/wiki/doku.php?id=example_hashes)? nNxKL2rOEkbBc9BFLsVGG6OtOUO/8n:user
royce hashcat 2 1,126 12-11-2019, 06:15 AM
    Thread: Just a small bench of OSX 10.8+ hash
Post: RE: Just a small bench of OSX 10.8+ hash

Yes, that looks good! What version of hashcat was that? (Please include hashcat version information in future benchmarks, for historical purposes). Here's an updated benchmark: Code: -- $ has...
royce Hardware 1 3,207 11-19-2017, 03:58 AM
    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: keep-guessing + rules?
Post: RE: keep-guessing + rules?

Ha! I'm only about one chapter ahead of you in the book. ;) And guess what? I should have tried it first! :) --keep-guessing  works fine with --debug-mode (for at least some attacks): Code...
royce hashcat 2 2,181 06-18-2018, 11:00 PM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

You cannot directly load the keepass file itself - you need to extract the hash to provide to hashcat.  John the Ripper's keepass2john or harmj0y's Python port of keepass2john (https://gist.github.c...
royce hashcat 8 6,754 06-04-2017, 04:45 PM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

If you're just using CPU, maybe try -D 1 ? More info here: https://hashcat.net/forum/thread-5566.html
royce hashcat 8 6,754 06-04-2017, 06:03 PM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

Could you be more specific? :)
royce hashcat 8 6,754 06-04-2017, 06:59 PM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

To cross-check your methodology, consider creating a new KeePass volume with the same specifications and a known password, then try to crack that. :)
royce hashcat 8 6,754 06-04-2017, 09:07 PM
    Thread: Kerberoasting-Attack / NTLM Hash cracking
Post: RE: Kerberoasting-Attack / NTLM Hash cracking

If you know for a fact that it's *truly* 12 random characters... then it's not crackable in a reasonable amount of time. If you do the math: https://www.wolframalpha.com/input/?i=(26%2B26%2B34)...
royce hashcat 5 3,976 08-04-2019, 08:12 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

See also: ALU/Nokia GPON Admin and WIFI keygen https://git.lsd.cat/g/nokia-keygen Hak5 forums Table of WiFi Password Standards (2016) https://forums.hak5.org/topic/39403-table-of-wifi-passwor...
royce User Contributions 182 305,386 05-05-2020, 10:59 PM
    Thread: Known password construction
Post: RE: Known password construction

You'd need to generate multiple masks, using something like https://thesprawl.org/projects/pack/#policygen
royce hashcat 7 4,564 03-30-2018, 03:25 AM
    Thread: Known password construction
Post: RE: Known password construction

Ah, I misunderstood your question. Check out the 'req-include' and 'req-exclude' tools from hashcat-utils: https://hashcat.net/wiki/doku.php?id=hashcat_utils#req
royce hashcat 7 4,564 03-31-2018, 03:30 AM
    Thread: Known password construction
Post: RE: Known password construction

Unless you're dealing with a very slow hash, that level of processing would be a waste of time on GPU, especially when using rules. Filter it the best you can inbound, and then use rules to permute wh...
royce hashcat 7 4,564 04-01-2018, 12:58 AM
    Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...

You need to use the native NVIDIA drivers and their associated OpenCL. This guide for driver baselining and reinstallation may be helpful. https://hashcat.net/faq/wrongdriver CUDA is not nec...
royce hashcat 9 4,191 01-26-2019, 01:54 AM
    Thread: Learn Next?
Post: RE: Learn Next?

One of the most educational experiences I've had with hashcat was when I did this: * working a large general list using all of the techniques that I knew, * running PRINCE, random rules, or junk ...
royce hashcat 2 2,037 07-06-2018, 08:35 PM
    Thread: Legacy Hashcat
Post: RE: Legacy Hashcat

[hr] https://hashcat.net/files_legacy/oclHashcat-2.01.7z https://hashcat.net/files_legacy/cudaHashcat-2.01.7z Be aware that if your GPUs are no longer supported by the manufacturer, they are not s...
royce hashcat 1 2,975 08-13-2016, 07:39 PM
    Thread: Line Exception using Example Hash md5
Post: RE: Line Exception using Example Hash md5

Do you have extra (or too few) characters in your hash.txt file? This is what the line-length exception error means. Code: -- $ cat - >hash.txt 8743b52063cd84097a65d1633f5c74f5 $ cat hash.tx...
royce hashcat 4 3,155 12-07-2017, 02:25 AM