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: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT

well, for salted hashes you lack the salt, so it won't work here. for unsalted hashes i think there will be some point where it's faster to crack them. but for unsalted hashes, you should use ra...
atom General Talk 8 12,946 07-21-2014, 03:38 PM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

can be anything. you will need to reverse engineer the algorithm used
atom General Talk 8 16,902 09-22-2014, 11:50 AM
    Thread: question about office 2007/2010 hash
Post: RE: question about office 2007/2010 hash

There's two ways: 1. Use the hash as it is, add the --username switch 2. Remove everything to the : (including)
atom General Talk 1 7,194 10-14-2014, 02:10 PM
    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: Random or not
Post: Random or not

This is more or less a note-to-self, but feel free to comment. While I was generating a new password for a new account I caught myself in being somehow selective! That means that there's somethi...
atom General Talk 3 7,108 10-27-2014, 02:32 PM
    Thread: Random or not
Post: RE: Random or not

It's as I said, all character-classes (?l, ?u and ?d) have to be inside with a nearly equal amount.. Like 2 lower, 2 upper, 3 digits, etc. It's like a internal password policy.
atom General Talk 3 7,108 10-28-2014, 03:18 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: permutation patterns
Post: RE: permutation patterns

Btw, if this is about WPA, I remember one vendor from UK using such an algorithm. There's a wordlist for that case which is much lower than 1000 words. We successfully cracked them, see Blandys hashki...
atom General Talk 5 12,660 01-23-2015, 12:11 PM
    Thread: Explaining the PostgreSQL pass-the-hash vulnerability
Post: Explaining the PostgreSQL pass-the-hash vulnerabil...

While we were working on the hashcat trac ticket #490 Support for postgres challenge-response authentication (https://hashcat.net/trac/ticket/490) we instantly realized that this scheme is vulnerable ...
atom General Talk 4 37,712 03-03-2015, 01:21 PM
    Thread: Explaining the PostgreSQL pass-the-hash vulnerability
Post: RE: Explaining the PostgreSQL pass-the-hash vulner...

giveen Wrote: (03-03-2015, 02:12 PM) -- Really good read, you would have to capture the hash first right as it transitioned across the network? -- It's a bit different but for your case we have add...
atom General Talk 4 37,712 03-03-2015, 02:56 PM
    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: Price for PW Audit
Post: RE: Price for PW Audit

what did you expect
atom General Talk 5 10,567 04-21-2015, 03:50 PM
    Thread: Not sure how to crack this
Post: RE: Not sure how to crack this

Guess there's no way around to reverse the code on the CNC
atom General Talk 2 5,432 04-27-2015, 01:49 PM
    Thread: Twofish + whirlpool hash
Post: RE: Twofish + whirlpool hash

If you want performance there's no way around rewriting the crypto functions on gpgpu. Or you do it half-way. Do only the slow stuff on GPU and the rest on CPU with a crypto library.
atom General Talk 3 7,303 04-27-2015, 01:58 PM
    Thread: How not to salt a hash
Post: How not to salt a hash

Yesterday I've send two tweets about an exploiteable issue in the ColdFusion 11 password hashes. https://twitter.com/hashcat/status/609088301295923202 https://twitter.com/hashcat/status/609088327...
atom General Talk 1 20,091 06-12-2015, 11:03 AM
    Thread: Fury X has joined the game
Post: RE: Fury X has joined the game

epixoip Wrote: (06-17-2015, 12:45 AM) -- No, the specs confirm that it IS 2x 7970 on a single chip. 7970: GCN, 2048 stream processors, 32 compute units, 4.3 billion transistors Fury X: GCN, 4096 str...
atom General Talk 30 57,737 06-17-2015, 04:09 PM
    Thread: Fury X has joined the game
Post: RE: Fury X has joined the game

Flomac Wrote: (06-18-2015, 12:19 PM) -- Btw. the latest AMD drivers are these Omega 14.12, which are not working under hashcat. Did this change with the latest beta drivers? Otherwise it might be a ...
atom General Talk 30 57,737 06-18-2015, 06:40 PM
    Thread: Lastpass cracking speed
Post: RE: Lastpass cracking speed

I've the feeling I need to clarify the following: Quote: -- Speed.GPU.#1...: 1980 H/s -- You are clearly missing -w 3 and Quote: -- for SHA256 it's 16904 MH/s so 16,904,000,000 / 8...
atom General Talk 6 17,874 06-16-2015, 11:34 AM
    Thread: LDAP {SSHA} modes
Post: RE: LDAP {SSHA} modes

sounds cool, could you please add a trac ticket?
atom General Talk 1 8,215 06-20-2015, 12:39 AM