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: 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: Need Wordlist
Post: RE: Need Wordlist

just google: rockyou.txt
atom General Help 2 4,994 08-15-2014, 04:40 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 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 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 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 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 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 Help: Trying to Brute Force a salted SHA1 hash for a geocaching puzzle.
Post: RE: Need Help: Trying to Brute Force a salted SHA1...

Hey Geocacher, much thanks for asking us for support in this challange :) There are many ways to solve this problem, but the one I prefer when it comes to single hashes and partially known plaintext...
atom General Help 7 21,639 11-20-2011, 11:15 AM
    Thread: Need help with the HOWTO: Ubuntu Server guide
Post: RE: Need help with the HOWTO: Ubuntu Server guide

Please read this, regarding kernel 4.4: https://hashcat.net/forum/thread-5959-post-32131.html#pid32131
atom hashcat 8 12,161 11-03-2016, 04:37 PM
    Thread: Need help with the HOWTO: Ubuntu Server guide
Post: RE: Need help with the HOWTO: Ubuntu Server guide

I typically remove the i386 packages from the AMD installer script, that way I do not need to add the entire architecture
atom hashcat 8 12,161 03-08-2017, 09:52 AM
    Thread: need help with sha512
Post: RE: need help with sha512

hashcat CPU can crack sha512crypt
atom Very old oclHashcat-lite Support 23 49,312 07-09-2012, 09:52 AM
    Thread: Need help with script.
Post: RE: Need help with script.

try using screen, it needs a tty otherwise it runs into a cpu burning loop.
atom Very old oclHashcat-lite Support 6 10,931 02-21-2012, 08:46 PM
    Thread: need help with markov chain, or possibly another solution for decrypt of AES-256
Post: RE: need help with markov chain, or possibly anoth...

If the keyspace is just 2^32 it would be easy to crack the key if you know the plaintext. The keyspace is so small, you wouldn't even need to do it on GPU, you can do it on CPU.
atom hashcat 13 11,856 05-27-2017, 01:04 PM
    Thread: need help with cracking sha1 hash
Post: RE: need help with cracking sha1 hash

The hash sha1($salt.sha1($salt.sha1($pass))) is not supported.
atom General Talk 1 2,923 10-10-2016, 05:08 PM
    Thread: Need help with a mask (Brute force, but, I know a lot about the hash)
Post: RE: Need help with a mask (Brute force, but, I kno...

This is not supported by default. Best what you can do is to write a program that permutates the variables and handle the seperation. If you want to use oclHashcat-plus as an accelertor, you can using...
atom Very old oclHashcat-lite Support 1 5,290 09-03-2012, 10:20 AM
    Thread: Need Help to find out hash type
Post: RE: Need Help to find out hash type

You need the source to find about the algorithm used.
atom General Help 6 7,713 05-16-2016, 01:45 PM
    Thread: Need Help to find out hash type
Post: RE: Need Help to find out hash type

Could be anything. As I've said, you need to reverse the algorithm or look into the source.
atom General Help 6 7,713 05-19-2016, 08:18 PM