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: hashcat and f b passwords
Post: RE: hashcat and f b passwords

sure, just open the text file you saved it in.
undeath Old hashcat Support 3 8,289 10-30-2012, 04:06 PM
    Thread: Return Code backwards
Post: RE: Return Code backwards

However it's inconsistent because 0 actually indicates a "successful" run (posix standard).
undeath Very old oclHashcat-lite Support 3 9,111 11-03-2012, 11:59 AM
    Thread: Speed of Hascat vs Pyrit
Post: RE: Speed of Hascat vs Pyrit

you missed oclhashcat-plus :)
undeath General Help 10 49,692 11-03-2012, 11:59 AM
    Thread: salted md5
Post: RE: salted md5

get some cmd crash course. You must not include the leading path. Also your mask is now totally fucked.
undeath Old hashcat Support 9 18,644 11-03-2012, 12:01 PM
    Thread: salted md5
Post: RE: salted md5

you are using the wrong hash mode. Have a look at --help With issuing the previous command you deleted oclhashcat-lite64.exe (it is a 0 bytes file now). Redownload/extract the exe again.
undeath Old hashcat Support 9 18,644 11-03-2012, 12:45 PM
    Thread: NT Passworder
Post: RE: NT Passworder

ever heard of pentesting?
undeath General Talk 5 12,284 11-05-2012, 02:21 AM
    Thread: question about wpa wordlist and other things
Post: RE: question about wpa wordlist and other things

allowing greater lengths would cause a worse performance and probably more coding.
undeath General Help 7 12,559 11-05-2012, 02:26 AM
    Thread: zip compressed wordlist
Post: RE: zip compressed wordlist

Such a feature would bloat hashcat.
undeath General Help 6 13,786 11-07-2012, 08:11 PM
    Thread: zip compressed wordlist
Post: RE: zip compressed wordlist

I'm pretty sure the zcat command and all others only work with gzip, not zip.
undeath General Help 6 13,786 11-08-2012, 12:41 PM
    Thread: oclHashcat-plus v0.10 beta 50
Post: RE: oclHashcat-plus v0.10 beta 50

wow, finally resume support! The probably most missing feature in the previous versions. Great work!
undeath Beta Tester 6 6,351 11-08-2012, 04:32 PM
    Thread: Custom Feature
Post: RE: Custom Feature

you are looking for a lookup table. (e.g. rainbow table) PHPAss ist salted. This will therefore not work. (the way you want it to work) Anyway you would be better with a SQL table or something. (still...
undeath Feature Requests 1 5,587 11-16-2012, 04:26 PM
    Thread: des(salt,pass) or mschap fast or send me source
Post: RE: des(salt,pass) or mschap fast or send me sourc...

if you're looking for DES source code try jtr or openssl.
undeath Feature Requests 1 5,882 11-16-2012, 04:28 PM
    Thread: Help to start OclHashcat-lite on ati4870x2
Post: RE: Help to start OclHashcat-lite on ati4870x2

4k series is no longer supported by AMD.
undeath Hardware 13 20,489 11-23-2012, 09:35 AM
    Thread: Help to start OclHashcat-lite on ati4870x2
Post: RE: Help to start OclHashcat-lite on ati4870x2

Set your system date back for testing.
undeath Hardware 13 20,489 11-23-2012, 11:16 AM
    Thread: Help to start OclHashcat-lite on ati4870x2
Post: RE: Help to start OclHashcat-lite on ati4870x2

you do. probably unsupported driver installed. Try installing 12.04. //edit: err, wait. you're using 0.09 again which can not support 4k series cards.
undeath Hardware 13 20,489 11-23-2012, 11:51 AM
    Thread: Help to start OclHashcat-lite on ati4870x2
Post: RE: Help to start OclHashcat-lite on ati4870x2

you said you have 0.06 so use it. Not much changed for SL3.
undeath Hardware 13 20,489 11-23-2012, 04:39 PM
    Thread: Formatting question
Post: RE: Formatting question

omit the path for the dicts, specify the hash mode (-m) and append --show.
undeath General Help 4 8,308 11-27-2012, 08:20 PM
    Thread: Permutation attack with mask
Post: RE: Permutation attack with mask

you can add a rule to always append the username. ./olchhc [options...] -r rules.rule -r addusername.rule
undeath Very old oclHashcat-plus Support 2 7,049 11-28-2012, 02:40 PM
    Thread: "brute force" and custom charset questions
Post: RE: "brute force" and custom charset questions

these are special characters interpreted by bash. You need to either (single) quote them or escape them.
undeath Very old oclHashcat-plus Support 5 21,488 11-29-2012, 07:44 PM
    Thread: "brute force" and custom charset questions
Post: RE: "brute force" and custom charset questions

? is the special character for hashcat masks. you need to do ?? to have the character ? in the mask
undeath Very old oclHashcat-plus Support 5 21,488 11-29-2012, 08:58 PM