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 Author Forum Replies [asc] Views Posted
    Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...

undeath Wrote: (02-27-2018, 06:29 PM) -- no, it doesn't. there are no instances of .?1 or .?2 -- That's what I get for not escaping my '?' in my egrep. :) Then I have no idea why the OP got that as...
royce hashcat 13 9,512 02-27-2018, 07:03 PM
    Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...

I didn't write that paste, just grabbed it because it did the job. :) Works for me: Code: -- # Get the masks file. $ wget -O ip.masks https://pastebin.com/raw/4HQ6C8gG [...] # For effici...
royce hashcat 13 9,512 02-27-2018, 05:25 PM
    Thread: hashcat v4.1.0
Post: RE: hashcat v4.1.0

So I guess the answer to your question is "no"? :P :) Sounds reproducible, so good catch. The steps necessary to reproduce, in a GitHub issue, would make this actionable.
royce hashcat 13 32,462 05-17-2018, 05:43 AM
    Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

Is the container mounted? You'll need to provide the path to the raw file, the raw device, or else extract the first 512 bytes and save that to a file to provide to hashcat. Also, from your cmdline...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,768 08-18-2019, 05:19 PM
    Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

Ha! I think I've just always wanted that syntax; didn't even give me pause. :D
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,768 08-18-2019, 07:29 PM
    Thread: help with hashcat.
Post: RE: help with hashcat.

Are you cards detected by hashcat? What is the output of hashcat -I?
royce hashcat 13 2,607 04-25-2020, 06:41 PM
    Thread: WPA 10 digit phone number using area code dictionary and 7 digit mask? HOW?
Post: RE: WPA 10 digit phone number using area code dict...

Hybrid (-a 6 - word list on left-hand side, mask on right) should work for your use case. Please try again, and post your command line for a cross-check.
royce hashcat 12 16,739 10-20-2016, 09:15 PM
    Thread: LUKS Support
Post: RE: LUKS Support

I wondered why it'd been quiet in #hashcat lately. :) Amazing work! Some quick benchmarks, stock clocks. Indeed, a slow algorithm. hashcat (v3.30-20-gf88644f) starting in benchmark mode... Op...
royce User Contributions 12 40,929 01-21-2017, 10:09 PM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

Try testing with the example hashcat hash: https://hashcat.net/wiki/doku.php?id=example_hashes This is "hashcat": $2a$05$LhayLxezLhK1LhWvKxCyLOj0j1u.Kj0jZ0pEmm134uzrQlFvQJLF6 If this works, it's mo...
royce hashcat 12 12,532 02-28-2017, 04:49 PM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

Yes. Try it to see if it works. You are empowered to to definitively answer your own question. :)
royce hashcat 12 12,532 03-02-2017, 05:00 PM
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

I don't think that there is a way to express this using hashcat's rules (unless you generated a very large list of masks and custom character sets). And even if there were, I don't think that it wo...
royce hashcat 12 12,013 03-06-2017, 01:49 AM
    Thread: PrinceProcessor now open source
Post: RE: PrinceProcessor now open source

I have changed ELEM_CNT_MAX, but have not tried changing OUT_LEN_MAX.
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 12 20,293 11-19-2017, 01:39 AM
    Thread: Ubuntu 14.04 Hashcat command?
Post: RE: Ubuntu 14.04 Hashcat command?

Prepend "./" (because the current directory isn't in your path by default in Linux) and use the executable for your platform (cudaHashcat64.bin or the 32-bit equivalent).
royce Old hashcat Support 11 16,491 11-16-2015, 02:40 AM
    Thread: long mask issue
Post: RE: long mask issue

If you really think that your target plaintext is 32 digits long, you will need more information about digit placement and likelihood to have any hope of cracking it. To answer the literal part of yo...
royce hashcat 11 12,829 02-11-2017, 11:54 PM
    Thread: long mask issue
Post: RE: long mask issue

Ah, and to be precise even further ... it would never exhaust, because it's not controlled.
royce hashcat 11 12,829 02-12-2017, 05:14 AM
    Thread: long mask issue
Post: RE: long mask issue

devilsadvocate Wrote: (02-12-2017, 05:44 AM) -- Generating random input to hashcat has its uses despite what you may think. -- Only in the same sense that a starving man might find it "useful" to wa...
royce hashcat 11 12,829 02-12-2017, 06:28 AM
    Thread: long mask issue
Post: RE: long mask issue

Your target ... is randomly generated ... and changes every 30 seconds? o_O The chances of you getting "lucky" are: (45Gh/s * 30) / 10^32 ≈ 1 in 7.407×10^19 ... or roughly 1 chance in 7,407,407...
royce hashcat 11 12,829 02-12-2017, 09:44 PM
    Thread: long mask issue
Post: RE: long mask issue

devilsadvocate Wrote: (02-12-2017, 02:33 AM) -- royce Wrote: (02-11-2017, 11:54 PM) -- If you really think that your target plaintext is 32 digits long, you will need more information about digit pl...
royce hashcat 11 12,829 02-12-2017, 05:04 AM
    Thread: What GPU and CPU is ideal for Penetration testing role job?
Post: RE: What GPU and CPU is ideal for Penetration test...

I can't speak to CPU (other than "generally faster is better" and "at least one core per GPU") or RAM (other than "more than 32GB for analyzing big wordlists"). For density (packing a good amount of ...
royce Hardware 11 13,247 03-27-2017, 09:33 PM
    Thread: What GPU and CPU is ideal for Penetration testing role job?
Post: RE: What GPU and CPU is ideal for Penetration test...

More cores is good. Current state of the art is NVIDIA (because of the LOPT3.LUT instruction set, I think?)
royce Hardware 11 13,247 03-30-2017, 06:14 PM