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: Need redirection, can't find the answer anymore
Post: RE: Need redirection, can't find the answer anymor...

OK, I've made some tests: Quote: -- root@sf:~/oclHashcat# head -100000 /root/dict/untouched/rockyou.txt | /root/hashcat-utils-1.0/len.bin 4 14 | sort -u > dict root@sf:~/oclHashcat# perl tool...
atom Very old oclHashcat-plus Support 5 9,644 07-18-2012, 04:57 PM
    Thread: Need some help
Post: RE: Need some help

mastercracker Wrote: (06-30-2012, 05:28 AM) -- However, unless the rules have changed, the initial post should be a ban. -- I looked up the hash on google and was unable to find it. Also it looks l...
atom Old hashcat Support 6 12,852 06-30-2012, 08:39 AM
    Thread: NEED SOME HELP PLEASE
Post: RE: NEED SOME HELP PLEASE

That's the way to go, do not use hashcat-legacy
atom hashcat 2 3,083 03-09-2017, 12:33 PM
    Thread: Need spec assistance on a build
Post: RE: Need spec assistance on a build

If you overclock you can do it with 7.
atom Hardware 7 13,438 06-13-2012, 10:32 AM
    Thread: Need to find X in SHA1[(AES-128(X)]
Post: RE: Need to find X in SHA1[(AES-128(X)]

I wrote a little code for you that should solve the problem: Code: -- #!/usr/bin/env perl use strict; use warnings; use Digest::SHA qw (sha1_hex); use Crypt::CBC; use Crypt::Rijndael; ...
atom General Help 13 19,901 12-30-2014, 04:55 PM
    Thread: Need to find X in SHA1[(AES-128(X)]
Post: RE: Need to find X in SHA1[(AES-128(X)]

I think it's simply "0a01" as the sha1 output is already in hex
atom General Help 13 19,901 12-31-2014, 04:15 PM
    Thread: Need to find X in SHA1[(AES-128(X)]
Post: RE: Need to find X in SHA1[(AES-128(X)]

like this: Quote: -- root@et:~/hex# perl bla.pl 0a01 pt: 6861736863617400533c010000000000 ct: cf85ee2fc9e94200235ffebd366faa83 hash: e3dda6fa7bc307c9cbcc687878ed68295d060a01 --
atom General Help 13 19,901 12-31-2014, 04:30 PM
    Thread: Need to see the unsuccessful cracked hashes in output file
Post: RE: Need to see the unsuccessful cracked hashes in...

Or use --show and --left
atom hashcat 2 4,161 09-27-2016, 03:04 PM
    Thread: Need Wordlist
Post: RE: Need Wordlist

just google: rockyou.txt
atom General Help 2 4,994 08-15-2014, 04:40 PM
    Thread: NetgearKiller.dict - my Netgear WPA dict
Post: RE: NetgearKiller.dict - my Netgear WPA dict

The wordlist works only for default password. If the password was changed, it will not work.
atom User Contributions 15 82,305 05-16-2016, 01:38 PM
    Thread: NetNTLMv1 format
Post: RE: NetNTLMv1 format

fixed, thanks
atom Very old oclHashcat-plus Support 6 20,096 05-16-2013, 06:49 PM
    Thread: NetNTLMv1 Hashes not parsing
Post: RE: NetNTLMv1 Hashes not parsing

There's a space at line end
atom hashcat 2 4,975 11-03-2016, 12:05 AM
    Thread: NetNTLMv1 Help!
Post: RE: NetNTLMv1 Help!

I think you only have one error here: Quote: -- hashcat64.bin -m14000 --potfile-disable --quiet -a 3 -1 charsets/DES_full.charset --hex-charset 99223BFDCF216B9B:b66a63d54cfe005c ?1?1000000000000...
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 7,291 12-09-2016, 01:59 PM
    Thread: NetNTLMv2 Cyrillic symbols issue
Post: RE: NetNTLMv2 Cyrillic symbols issue

The linked site from rura works for the most algorithm like MD5, WPA, etc, but you can't crack 8bit passwords on algorithms which do the unicode conversion inside the algorithm itself. In that case th...
atom Old hashcat Support 4 7,564 05-13-2016, 03:09 PM
    Thread: network cluster cracking
Post: RE: network cluster cracking

I don't know of any distributed overlay that supports stdin. You may need to rethink your strategy, for example generate the chunks yourself and write them into wordlists so you can distribute them
atom hashcat 7 8,330 10-10-2017, 10:32 AM
    Thread: New Algorithm (hash) template
Post: RE: New Algorithm (hash) template

There's currently no documentation about how to do that. With latest version from github, it should be sufficient to add the host code to interface.c and the kernel in OpenCL/ Note this is very bet...
atom General Talk 3 4,366 11-07-2016, 12:24 PM
    Thread: New Algorithm (hash) template
Post: RE: New Algorithm (hash) template

It's definitly more complicated :)
atom General Talk 3 4,366 11-15-2016, 07:17 PM
    Thread: New AMD 6990 - Information, opinions and experiences
Post: RE: New AMD 6990 - Information, opinions and exper...

note this table have not been updated yet. it shows an 750mhz clock rate for the 6990 while it actually runs on 830mhz by default.
atom Hardware 14 34,121 03-10-2011, 11:15 AM
    Thread: New AMD 6990 - Information, opinions and experiences
Post: RE: New AMD 6990 - Information, opinions and exper...

oh and i am sure it will break 10B mark in md5 with new oclHashcat lite :)
atom Hardware 14 34,121 03-10-2011, 11:15 AM
    Thread: New AMD 6990 - Information, opinions and experiences
Post: RE: New AMD 6990 - Information, opinions and exper...

oclHashcat-lite is not yet public, but it will support the following formats: 0 = MD5 200 = MySQL 1 = md5($pass.$salt) 300 = MySQL4.1/MySQL5 3 = md5(md5($pass)) ...
atom Hardware 14 34,121 03-15-2011, 10:27 AM