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 [desc] Views Posted
    Thread: wordlist line ending?
Post: RE: wordlist line ending?

It works with \n (unix) and \r\n (windows) line feeds, but not with \r (mac). You need to convert it before.
atom General Talk 2 6,117 10-17-2014, 01:26 PM
    Thread: Details about new SAP CODVN H - Iterated random-salted passwords (PWDSALTEDHASH)
Post: RE: Details about new SAP CODVN H - Iterated rando...

Many thanks, MV!!! Here's a benchmark: Quote: -- oclHashcat v1.32 starting in benchmark-mode... Device #1: Hawaii, 3072MB, 1000Mhz, 44MCU Device #2: Hawaii, 3072MB, 1000Mhz, 44MCU Hash...
atom User Contributions 2 17,853 11-04-2014, 12:08 AM
    Thread: What would be the most efficient way to solve this?
Post: RE: What would be the most efficient way to solve ...

For full speed this requires a special designed hash-mode. If you don't mind about performance simply pipe it. Quote: -- perl -MDigest::SHA -ne 'printf "%s\n", substr (Digest::SHA::sha1_hex ($_)...
atom General Help 2 4,653 11-07-2014, 09:08 AM
    Thread: Crypto ransomware
Post: RE: Crypto ransomware

Don't think so
atom General Help 2 5,798 11-23-2014, 03:09 PM
    Thread: Comments on UNHash talk at 31c3
Post: Comments on UNHash talk at 31c3

For those who haven't seen it, here's a link to the talk: https://mirror.netcologne.de/CCC/congress/2014/h264-hd/31c3-5966-en-de-UNHash_-_Methods_for_better_password_cracking_hd.mp4 My comments o...
atom General Talk 2 6,342 12-30-2014, 01:18 PM
    Thread: special character problem with standarad hash generators
Post: RE: special character problem with standarad hash ...

If you know for example that the hash has been generated using utf8 you could run your wordlist through iconv. hashcat does not know about encoding, it reads the data bytewise. If you feed it with utf...
atom Old oclHashcat Support 2 6,041 01-28-2015, 03:48 PM
    Thread: Rules with prefix and suffix in same time
Post: RE: Rules with prefix and suffix in same time

Syntax should be fine, but it's to many rules
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 8,119 02-11-2015, 11:58 PM
    Thread: Win8.1 64, Ati 5670, catalyst 14.9 but ERROR: clGetDeviceIDs() -1
Post: RE: Win8.1 64, Ati 5670, catalyst 14.9 but ERROR: ...

https://i.imgur.com/YgfmGK6.png
atom Old oclHashcat Support 2 4,644 02-16-2015, 10:11 AM
    Thread: brute force resume
Post: RE: brute force resume

We are using markov-chains as BF replacement in oclHashcat. https://hashcat.net/misc/p009_img/bfpp.png However, you can use -s parameter to skip to a specific percentage.
atom Old oclHashcat Support 2 6,891 02-16-2015, 12:35 PM
    Thread: 6x6950 Problem
Post: RE: 6x6950 Problem

s500bg Wrote: (02-25-2015, 09:07 PM) -- If it cant be fixed what ver. of hashcat can i use with 11.11 catalyst drivers?? -- There is no such version
atom Hardware 2 5,838 02-26-2015, 11:55 AM
    Thread: QBW Encoding, Hash Extraction
Post: RE: QBW Encoding, Hash Extraction

The answer is simple, the implementation may not. You need to find out is how the real program loads it.
atom General Talk 2 8,379 03-04-2015, 10:41 AM
    Thread: Any hash cracking competition?
Post: RE: Any hash cracking competition?

Next one is hashrunner @ Positive Hack Days, 26-27.05.2015
atom General Talk 2 6,269 03-17-2015, 09:15 PM
    Thread: Webserver hashcat.net now with IPv6
Post: Webserver hashcat.net now with IPv6

Both HTTP and HTTPS should work with IPv6 now.
atom Organisation and Events 2 9,121 03-21-2015, 03:49 PM
    Thread: WPA Combination attack (skipping passwords)
Post: RE: WPA Combination attack (skipping passwords)

Since -a1 (and -a6 and -a7 as well) change the length of the password candidate on gpu, there's no way to skip them anymore. If you want them skipped, use combinator.bin from hashcat-utils and pipe
atom Old oclHashcat Support 2 5,123 03-30-2015, 11:07 AM
    Thread: hybrid dic + mask
Post: RE: hybrid dic + mask

You can not do this with a hybrid attack. But you can do it with stacked rules: ./oclHashcat -a 0 hash.txt -r rules/hybrid/prepend_d.rule -r rules/hybrid/append_d.rule this would by like: ?dD...
atom General Help 2 4,946 03-30-2015, 11:24 AM
    Thread: Change gpu retain temp
Post: RE: Change gpu retain temp

-u requires an argument therefore it will try to convert the string --gpu-temp-retain=70 into a number, which will fail so it will be 0 which is then not allowed by oclHashcat leading to an error mess...
atom Old oclHashcat Support 2 7,963 04-14-2015, 12:54 PM
    Thread: What is wrong
Post: RE: What is wrong

Interger overflow (32^16) 32 because you use -t 32
atom Old oclHashcat Support 2 4,794 04-14-2015, 06:41 PM
    Thread: Newbie question - Recover associated hex string of SHA1 hash
Post: RE: Newbie question - Recover associated hex strin...

That's exactly what hashcat is for. Quote: -- root@et:~/oclHashcat-1.36# ./oclHashcat64.bin -m 100 054b71ba03578aa5b476b3d3af663b3180cecc59 -1 0123456789ABCDEF ?1?1?1?1?1?1?1?1 -w 3 -a 3 oclHashcat...
atom Old oclHashcat Support 2 4,687 04-17-2015, 11:05 AM
    Thread: rc1 is up
Post: rc1 is up

hey guys, rc1 is up and also a new test-scripts. we plan to release 1.36 soonish. please let run the test-script (working on linux and windows) and report in this thread. -- atom
atom Beta Tester 2 4,498 04-24-2015, 04:21 PM
    Thread: rc1 is up
Post: RE: rc1 is up

indeed but there's no way around it.
atom Beta Tester 2 4,498 04-27-2015, 01:47 PM