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 [asc] Replies Views Posted
    Thread: Possibile rule bug on CPU Hashcat v2.00
Post: RE: Possibile rule bug on CPU Hashcat v2.00

This is true for oclHashcat only.
Xanadrel Old hashcat Support 1 3,536 01-19-2016, 07:47 PM
    Thread: [sort of] Known password - which method?
Post: RE: [sort of] Known password - which method?

Rules or tables.
Xanadrel Old hashcat Support 2 4,601 01-31-2016, 05:56 AM
    Thread: Hashcat combining two wordlists - 0 progress
Post: RE: Hashcat combining two wordlists - 0 progress

Use combinator.bin, pipe its output in a fifo, use the fifo as the wordlist in hashcat with attack mode 0.
Xanadrel Old hashcat Support 7 11,432 02-12-2016, 02:05 PM
    Thread: Hashcat combining two wordlists - 0 progress
Post: RE: Hashcat combining two wordlists - 0 progress

Use mkfifo, pipe the output of combinator.bin in the fifo, hashcat doesn't support stdin so piping won't work. Something like that : Code: -- mkfifo blah ./combinator.bin firstList.txt secondL...
Xanadrel Old hashcat Support 7 11,432 02-14-2016, 07:04 AM
    Thread: File name in MD5
Post: RE: File name in MD5

With hashing algorithms there is no guarantee to get the plaintext at all.
Xanadrel Old hashcat Support 6 8,082 02-22-2016, 02:08 PM
    Thread: File name in MD5
Post: RE: File name in MD5

There are multiple ways.
Xanadrel Old hashcat Support 6 8,082 02-23-2016, 07:58 PM
    Thread: Hashcat combining two wordlists - 0 progress
Post: RE: Hashcat combining two wordlists - 0 progress

Do you even know how to use your own system ? You are passing 4 names to mkfifo with your command, you're not calling combinator.bin at all and you're trying to pipe into hashcat which is not possibl...
Xanadrel Old hashcat Support 7 11,432 02-14-2016, 03:56 PM
    Thread: OCL HASHCAT on PC with old ATI graphic card
Post: RE: OCL HASHCAT on PC with old ATI graphic card

You can't do anything about it, this gpu is old as fuck, not even supported by amd anymore.
Xanadrel Old hashcat Support 6 9,521 03-15-2016, 09:37 PM
    Thread: Help with simple mask
Post: RE: Help with simple mask

I don't think you know what --stdout does.
Xanadrel Old hashcat Support 4 6,368 04-10-2016, 06:31 PM
    Thread: cracking a pdf
Post: RE: cracking a pdf

Read the basic usage of hashcat.
Xanadrel Old hashcat Support 4 14,105 05-15-2016, 08:36 PM
    Thread: Combolist decrypt
Post: RE: Combolist decrypt

Read the rules. Don't post hashes. Do your own research.
Xanadrel Old hashcat Support 1 6,091 06-04-2016, 12:44 PM
    Thread: hashcat v0.36
Post: RE: hashcat v0.36

Always great to see a new version :D
Xanadrel Old hashcat Announcements 2 15,497 02-15-2011, 07:20 PM
    Thread: hashcat v0.50
Post: RE: hashcat v0.50

Here is the answer : https://hashcat.net/wiki/doku.php?id=ubernoobs There is no support for any GUI here, only hashcat, take some time to learn the command line.
Xanadrel Old hashcat Announcements 5 83,718 08-12-2015, 12:53 PM
    Thread: can't figure this out with maskprocessor.
Post: RE: can't figure this out with maskprocessor.

Your posts are still amazingly lame... Using latest maskprocessor (0.73) on windows 7 with the following command : Code: -- mp64.exe -o 1.dict mypassword##^^?a?a?a -- generates correctly the expe...
Xanadrel hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 5,018 08-03-2015, 07:43 PM
    Thread: Maskprocessor and CudaHashcat - 16 Numbers Bruteforce
Post: RE: Maskprocessor and CudaHashcat - 16 Numbers Bru...

How about not using increment mode ? Do you even know what it does ?
Xanadrel hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 9,101 11-08-2015, 10:15 PM
    Thread: Maskprocessor and CudaHashcat - 16 Numbers Bruteforce
Post: RE: Maskprocessor and CudaHashcat - 16 Numbers Bru...

Code: -- $ ./mp64.exe ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d -q 3 | head 0010010010010010 0010010010010011 0010010010010012 0010010010010013 0010010010010014 0010010010010015 0010010010010016 00100...
Xanadrel hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 9,101 11-08-2015, 10:20 PM
    Thread: Maskprocessor and CudaHashcat - 16 Numbers Bruteforce
Post: RE: Maskprocessor and CudaHashcat - 16 Numbers Bru...

I would guess you stopped cudaHashcat (or it would say exhausted), when you use pipe it doesn't know the keyspace, so it will periodically print how many words it processed. Looks like there is no re...
Xanadrel hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 9,101 11-08-2015, 10:29 PM
    Thread: combinator.bin command not found?
Post: RE: combinator.bin command not found?

Did you even read phil's reply ? Like, seriously.
Xanadrel hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 12 19,432 11-12-2015, 07:19 PM
    Thread: combinator.bin command not found?
Post: RE: combinator.bin command not found?

philsmd Wrote: (11-09-2015, 04:18 PM) -- also check the "file" and "readelf" command --
Xanadrel hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 12 19,432 11-12-2015, 07:28 PM
    Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...

or just sort -u
Xanadrel hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 9 9,541 12-22-2016, 11:01 PM