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 [asc] Forum Replies Views Posted
    Thread: HCCAP format : retrieve bssid
Post: RE: HCCAP format : retrieve bssid

To extract the ESSiD (using just head): Code: -- head -c36 hccap Much more neater than piping twice -- To extract the BSSiD (using just od): Code: -- od -j36 -N6 -tx1 hccap | grep -Eo "[a-f0-9 ]{...
M@LIK General Help 2 6,367 11-17-2012, 06:07 PM
    Thread: sha256(pass.salt)
Post: RE: sha256(pass.salt)

Your command-line? FYI, the thread is closed.
M@LIK Very old oclHashcat-plus Support 4 11,797 11-17-2012, 06:11 PM
    Thread: sha256(pass.salt)
Post: RE: sha256(pass.salt)

Try something simple, like: Code: -- cudaHashcat-plus64 -m1410 -a3 A231FDDFB80C2EAC1EB4C38A36B9628F73A418988FCABD119C2E9C6E5F0E01E8::20120902:12 delicious90 --
M@LIK Very old oclHashcat-plus Support 4 11,797 11-17-2012, 06:20 PM
    Thread: Rejector modifier
Post: RE: Rejector modifier

What?!
M@LIK Feature Requests 8 16,645 11-20-2012, 09:47 PM
    Thread: auto length increment?
Post: RE: auto length increment?

Add --pw-min=17 to your command-line.
M@LIK Very old oclHashcat-lite Support 3 8,377 11-21-2012, 10:37 AM
  Bug Thread: Bad --hex-charset
Post: Bad --hex-charset

--hex-charset affects interpreting the whole command-line instead of working on charsets only. See below: Code: -- // md5-fu 3631313171ffbf23b394fa8ecd9e83e5:zer0 // hashcat-fu -plus -a3 --f...
M@LIK Very old oclHashcat-plus Support 1 5,810 11-30-2012, 01:27 PM
    Thread: Hashcat pot file: permission denied
Post: RE: Hashcat pot file: permission denied

Probably hashcat.pot is being used by any other program, or set to read-only. Reboot and try again.
M@LIK Old hashcat Support 5 16,277 11-30-2012, 06:44 PM
    Thread: Non printable ascii characters in salt
Post: RE: Non printable ascii characters in salt

From --help: Code: -- --hex-salt Assume salt is given in hex -- But that's in -plus only, I don't know why there's no such option in CPU's hashcat.
M@LIK Old hashcat Support 7 13,203 12-01-2012, 11:25 PM
    Thread: Non printable ascii characters in salt
Post: RE: Non printable ascii characters in salt

Can you post some of the salts? In hex if it's required.
M@LIK Old hashcat Support 7 13,203 12-02-2012, 05:47 AM
    Thread: Non printable ascii characters in salt
Post: RE: Non printable ascii characters in salt

"shit in, shit out" -Not-me
M@LIK Old hashcat Support 7 13,203 12-02-2012, 04:32 PM
    Thread: oclHashcat-plus-0.10-rc3-12.8
Post: RE: oclHashcat-plus-0.10-rc3-12.8

Reported already: M@LIK Wrote: (11-15-2012, 11:18 PM) -- - It crashes when there's more than 27 dicts in command-line, this problem started with 0.10b44 precisely (0.10b43 works just fine). It's beh...
M@LIK Beta Tester 12 11,855 12-07-2012, 10:54 AM
    Thread: Line length
Post: RE: Line length

CPU's hashcat doesn't read hashes from command-line. Make sure you're using the proper relative path of hash-file.
M@LIK Very old oclHashcat-lite Support 5 10,902 12-11-2012, 08:46 AM
    Thread: Line length
Post: RE: Line length

Hm. Post the hash, after masking some of it, or at least mention the exact length of hash and salt.
M@LIK Very old oclHashcat-lite Support 5 10,902 12-11-2012, 11:52 AM
    Thread: time estimate for brute forcing wpa2
Post: RE: time estimate for brute forcing wpa2

91403960 years only.
M@LIK Very old oclHashcat-plus Support 5 12,300 12-12-2012, 09:06 PM
    Thread: Results: oclHashcat-lite-0.11-rc3-12.8
Post: RE: Results: oclHashcat-lite-0.11-rc3-12.8

Why MD5 benchmarks are appearing twice? Once in the beginning and again in the end...
M@LIK Beta Tester 7 7,855 12-13-2012, 12:11 PM
    Thread: maskprocessor increment with 2 digits applied
Post: RE: maskprocessor increment with 2 digits applied

To fully utilize GPU, use separate lines. Or at least, pipe the a-z part only and use rules on -plus's side. Code: -- mp64 --increment-min=6 ?l?l?l?l?l?l?l?l | -plus -r ./hybrid/append_d.rule -r ...
M@LIK Very old oclHashcat-plus Support 11 22,058 12-14-2012, 11:15 PM
    Thread: oclHashcat-lite-0.11-rc3 seperator bug
Post: RE: Results: oclHashcat-lite-0.11-rc3-12.8

Interesting. Reproduced and confirmed. EDiT: It simply exits with code -1.
M@LIK Beta Tester 3 4,387 12-15-2012, 01:55 AM
    Thread: mode -a 5 Not working
Post: RE: mode -a 5 Not working

It wasn't officially, properly documented or explained but: Tables used in Table Look-up attacks has a slightly changed format since -0.41, see below: CHAR=STR Where CHAR is a single character, and...
M@LIK Old hashcat Support 3 7,379 12-17-2012, 10:10 PM
    Thread: oclHashcat-gui problem
Post: RE: oclHashcat-gui problem

Smart enough to take a screen shot and draw some retarded arrows and numbers but not to type a bloody YES. ... Dexter is only good at killing.
M@LIK Very old oclHashcat-plus Support 8 13,590 12-19-2012, 02:55 PM
    Thread: maskprocessor increment with 2 digits applied
Post: RE: maskprocessor increment with 2 digits applied

-plus reads s or p from STDIN (user's input), and since STDIN is busy with mp64 there's no way to read user's input, so the status show every 10 secs automatically. Again, the neatest, best way to ...
M@LIK Very old oclHashcat-plus Support 11 22,058 12-20-2012, 10:42 PM