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 [desc] Replies Views Posted
    Thread: Totally lost!
Post: RE: Totally lost!

offline password cracking is for cracking password hashes that have been recovered from a password database or sniffed off the wire, and also for non-hash formats such as encrypted files. for onlin...
epixoip Old hashcat Support 5 9,459 12-03-2014, 07:39 AM
    Thread: Question re attacking one (1) hash....!
Post: RE: Question re attacking one (1) hash....!

If I understand correctly, you want to brute force both the key AND part of the message? To approach this with hashcat you will need to generate 10000 possible messages, one for each possible value...
epixoip Old hashcat Support 1 3,849 12-08-2014, 08:41 AM
    Thread: How to hashcat crack password?
Post: RE: How to hashcat crack password?

Code: -- h = hash algorithm p = candidate password T = target hash foreach p in candidates { if ( h(p) == T ) { print T + ":" + p return } } --
epixoip Old hashcat Support 3 6,742 12-08-2014, 11:26 PM
    Thread: how to crack MD5 middle with MASK attacking mode?
Post: RE: how to crack MD5 middle with MASK attacking mo...

what you are looking to do is not supported by hashcat
epixoip Old hashcat Support 5 11,642 12-10-2014, 06:08 AM
    Thread: how to crack MD5 middle with MASK attacking mode?
Post: RE: how to crack MD5 middle with MASK attacking mo...

hm didn't know atom implemented that, or how exactly he did implement it. maybe he can chime in on exactly how it works.
epixoip Old hashcat Support 5 11,642 12-10-2014, 09:19 AM
    Thread: Who hashcat code source v0.48 for me please?
Post: RE: Who hashcat code source v0.48 for me please?

hashcat was born through immaculate conception. there is no source code. merry christmas.
epixoip Old hashcat Support 4 7,188 12-11-2014, 06:45 AM
    Thread: MD5 salted hashs
Post: RE: MD5 salted hashs

Works for me. Code: -- epixoip@token:~/hashcat-0.48$ echo '01dfae6e5d4d90d9892622325959afbe:7050461' >testhash epixoip@token:~/hashcat-0.48$ echo 'hashcat' >testdict epixoip@token:~/hashcat-0....
epixoip Old hashcat Support 4 8,169 12-22-2014, 04:06 AM
    Thread: MD5 salted hashs
Post: RE: MD5 salted hashs

Correct. Code: -- epixoip@token:~/hashcat-0.48$ echo -n 'knickyM7j' | md5sum e8f17a431edd2b7edb1ab6b3ceb6f7d5 - epixoip@token:~/hashcat-0.48$ echo knicky >>testdict epixoip@token:~/hashcat-0...
epixoip Old hashcat Support 4 8,169 12-22-2014, 05:30 AM
    Thread: old version hashcat
Post: RE: old version hashcat

stop using hashcatgui, upgrade hashcat. also please don't double-post.
epixoip Old hashcat Support 11 18,200 12-26-2014, 12:12 AM
    Thread: old version hashcat
Post: RE: old version hashcat

we would likely be able to help you if you posted specific errors, rather than generically stating that they don't work.
epixoip Old hashcat Support 11 18,200 12-26-2014, 02:08 AM
    Thread: old version hashcat
Post: RE: old version hashcat

you must have catalyst 14.9 installed
epixoip Old hashcat Support 11 18,200 12-26-2014, 09:11 PM
    Thread: old version hashcat
Post: RE: old version hashcat

older versions are timebombed
epixoip Old hashcat Support 11 18,200 12-27-2014, 07:15 PM
    Thread: old version hashcat
Post: RE: old version hashcat

try harder to make 14.9 work. your gpu is supported by the driver so there's no reason why 14.9 won't work.
epixoip Old hashcat Support 11 18,200 12-28-2014, 03:10 AM
    Thread: 0% runs too fast no results
Post: RE: 0% runs too fast no results

100 threads? You have 100 CPU cores?
epixoip Old hashcat Support 1 4,503 12-29-2014, 10:29 PM
    Thread: Help with speed question
Post: RE: Help with speed question

In this context, "words" is the number of words from wordlist.txt that are being hashed per second, and "plains" is the number of actual plaintext candidates that are being hashed per second. For a...
epixoip Old hashcat Support 4 8,251 01-06-2015, 04:58 AM
    Thread: Help with speed question
Post: RE: Help with speed question

Your speed is 64.76 MH/s -- that's the "plains." And "words" how many words from your wordlist you are going through per second. If you were doing a straight wordlist attack, both "plains" and "wor...
epixoip Old hashcat Support 4 8,251 01-06-2015, 05:17 AM
    Thread: How to make Hashcat include dupes in outfile?
Post: RE: How to make Hashcat include dupes in outfile?

use --show afterwards
epixoip Old hashcat Support 6 9,987 01-07-2015, 03:15 AM
    Thread: How to make Hashcat include dupes in outfile?
Post: RE: How to make Hashcat include dupes in outfile?

You didn't specify a hash list.
epixoip Old hashcat Support 6 9,987 01-07-2015, 03:57 AM
    Thread: How to make Hashcat include dupes in outfile?
Post: RE: How to make Hashcat include dupes in outfile?

Cannot reproduce. Code: -- epixoip@token:~/hashcat-0.48$ cat hashcat.pot 098f6bcd4621d373cade4e832627b4f6:test epixoip@token:~/hashcat-0.48$ cat test.list 098f6bcd4621d373cade4e832627b4f6 ...
epixoip Old hashcat Support 6 9,987 01-07-2015, 05:34 AM
    Thread: Is it possible to find the salt for a known password?
Post: RE: Is it possible to find the salt for a known pa...

Easiest way would be to treat it as sha256(pass.salt), use the plaintext password as the salt, and crack the salt as the password. But this begs the question -- if you already have the password, wh...
epixoip Old hashcat Support 6 10,996 01-17-2015, 06:48 PM