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 [asc] Author Forum Replies Views Posted
    Thread: MD5 - Dictionary attack
Post: RE: MD5 - Dictionary attack

Use hash mode 20 and specify the timestamp as salt. Then create a rule file to append the user and specify it last on the hashcat command line then you can run hashcat like this: hashcat -m 20 a...
undeath hashcat 1 673 04-14-2020, 02:36 PM
    Thread: mcrypt decryption
Post: RE: mcrypt decryption

your use of back-tics is disturbing.
undeath General Help 5 11,907 12-24-2012, 01:42 PM
    Thread: MBP - memory is not enough to use?
Post: RE: MBP - memory is not enough to use?

Don't run scrypt on GPU.
undeath hashcat 1 2,248 09-06-2018, 10:42 PM
    Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists

nope.
undeath hashcat 7 5,996 11-30-2017, 09:43 PM
    Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists

but he wants to lower it!
undeath hashcat 7 5,996 12-01-2017, 12:49 PM
    Thread: Masks for Multiple Language Charsets in UTF-8
Post: RE: Masks for Multiple Language Charsets in UTF-8

Your findings are correct. UTF-8 is fully ASCII-compatible and latin characters (along with numbers and the basic set of special characters) are represented with only one byte. As you already noticed...
undeath hashcat 3 2,950 07-11-2018, 05:46 PM
    Thread: Maskprocessor Hanging
Post: RE: Maskprocessor Hanging

so much wrong here. oclhashcat has long been deprecated, use the latest hashcat version. either you use a0 with pipe or a3 without a pipe if you use mp you have to define the custom character...
undeath hashcat 1 2,301 04-09-2018, 10:45 AM
    Thread: Maskprocessor file size
Post: RE: Maskprocessor file size

just curious, but is there any reason to waste disk space with such "dictionaries"?
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 14 27,040 06-01-2014, 04:45 PM
    Thread: Maskprocessor file size
Post: RE: Maskprocessor file size

how about: count the generated words and divide it by the cracking speed?
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 14 27,040 06-01-2014, 06:16 PM
    Thread: Maskprocessor file size
Post: RE: Maskprocessor file size

I don't know why you wouldn't be able to count the words and divide them by the cracking speed. ./mp64.bin | wc -l
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 14 27,040 06-01-2014, 08:47 PM
    Thread: Maskprocessor file size
Post: RE: Maskprocessor file size

sure.
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 14 27,040 06-01-2014, 09:08 PM
    Thread: Maskprocessor file size
Post: RE: Maskprocessor file size

I prefer msys, but cygwin should work just as well.
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 14 27,040 06-01-2014, 09:23 PM
    Thread: Masking??? (Noob)
Post: RE: Masking??? (Noob)

1. generate a list for the first part hashcat --stdout -a3 -1 aA -2 bB -3 cC ?1?2?3 -o part1.txt 2. create a file part2.txt that has the three variations of the known parts 3. combine part1 + part2 ...
undeath hashcat 3 2,286 11-27-2018, 11:28 AM
    Thread: Masking??? (Noob)
Post: RE: Masking??? (Noob)

thanks for the corrections, philsmd. Was a bit in a hurry when typing that.
undeath hashcat 3 2,286 11-28-2018, 01:56 PM
    Thread: Mask setup
Post: RE: Mask setup

you can generate all masks for 8 chars upper/num and filter out the ones which do not have 4 upper/num chars. echo uuuudddd | ./permute.bin | sort -u | sed 's/\(.\)/?\1/g' > masks.hcmask note: permu...
undeath Old oclHashcat Support 7 10,601 05-06-2014, 10:32 PM
    Thread: Mask setup
Post: RE: Mask setup

you are missing the starting "s" for the sed command
undeath Old oclHashcat Support 7 10,601 05-07-2014, 12:22 AM
    Thread: mask search with doubles
Post: RE: mask search with doubles

It's not possible with masks only. You can pipe in a mask attack and then apply the repeat rule "p" to each input word. However, depending on your hash type, this may severely slow down your attack sp...
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 1,317 10-21-2019, 11:49 AM
    Thread: Mask Processor Wordlist
Post: RE: Mask Processor Wordlist

no idea how the title is connected to the content, but this forum is not about aircrack and hashcat only supports cracking WPA on GPU.
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 7,492 05-18-2012, 09:53 PM
    Thread: Mask help
Post: RE: Mask help

For password policies have a look at PACK: https://thesprawl.org/projects/pack/
undeath Old hashcat Support 2 5,466 02-05-2015, 04:44 PM
    Thread: mask for MAC Address
Post: RE: mask for MAC Address

shortkud Wrote: (11-12-2011, 08:14 AM) -- Also trying 00:?u?d:?u?d:?u?d:?u?d:?u?d and 00:?d?u:?d?u:?d?u:?d?u:?d?u. It is likely a little inefficient but it should work. -- this would not work. It w...
undeath Very old oclHashcat-lite Support 4 14,587 11-12-2011, 11:54 AM