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 Replies Views [asc] Posted
    Thread: Resuming job
Post: RE: Resuming job

You should have read --help: Code: -- * Session: --runtime=NUM Abort session after NUM seconds of runtime --session=STR Define specific session name ...
M@LIK Very old oclHashcat-lite Support 2 7,118 07-08-2012, 11:04 PM
    Thread: hashcat not working at all
Post: RE: hashcat not working at all

Add a MASK (https://hashcat.net/wiki/doku.php?id=mask_attack) at the end of your command-line! [hr] Basti-Fantasti Wrote: -- I've managed to test it with oclHashcat-lite like that: Code: -- ./oc...
M@LIK General Help 2 7,006 08-24-2012, 09:13 PM
    Thread: Outfile interference
Post: RE: Outfile interference

Truth is it depends. If you're having a lot found, you will definitely ruin your files. If nothing is being found, no problems at all.
M@LIK General Help 3 6,955 07-15-2012, 01:42 PM
    Thread: bug in 0.40b4
Post: RE: bug in 0.40b4

Yup, I noticed something similar in v0.39.
M@LIK Old hashcat Support 3 6,941 05-16-2012, 12:08 PM
    Thread: How to use md5(md5($pass).md5($salt)) to hashcat-plus?
Post: RE: How to use md5(md5($pass).md5($salt)) to hashc...

this could be useful:: Code: -- 0 = MD5 1ea0b60b47c53858693db1ca10c93164:HashCat 11 = Joomla md5($pass.$salt) md5($salt.md5($salt.$pass)) 932884c8a76279afd7baa6bd4c34e6fe:aaaaaaaaaa...
M@LIK Very old oclHashcat-plus Support 2 6,889 04-22-2012, 04:36 PM
    Thread: clgetDeviceIDs<> -1 Error?
Post: RE: clgetDeviceIDs<> -1 Error?

google says:: Code: -- when you get this problem it means the catalyst runtime is not working reset the computer: if still problems reinstall the drivers. --
M@LIK Very old oclHashcat-plus Support 2 6,885 04-22-2012, 06:13 PM
    Thread: What am I doing wrong?
Post: RE: What am I doing wrong?

when u putting [?l?u?d] as a mask.. its only trying [aA1, aA2.. aB1 aB2..] u have to define the charsets.. then putting the mask.. ur command line should be like this:: Code: -- hashcat-cli32 -m40...
M@LIK Old hashcat Support 2 6,825 03-29-2012, 11:51 PM
    Thread: Speed running on 8800GT (beginner)
Post: RE: Speed running on 8800GT (beginner)

i managed to crack 2 wpa2 networks @ the speed of 4500c/s.. u have to have to experience.. look around u and see what people choose as a pass in ur country.. make ur own dictionary and try it (dont m...
M@LIK Very old oclHashcat-plus Support 2 6,749 03-29-2012, 05:12 PM
    Thread: hashcat stdout mode
Post: RE: hashcat stdout mode

https://hashcat.net/forum/thread-1016.html Not mentioning, 0.39 is too old.
M@LIK Old hashcat Support 2 6,738 10-27-2012, 06:13 PM
    Thread: The output file looks messy.
Post: RE: The output file looks messy.

Use something other than notepad.exe.
M@LIK General Help 2 6,680 07-26-2012, 04:51 PM
    Thread: What happens with --increment when using irregular mask?
Post: RE: What happens with --increment when using irreg...

The first one.
M@LIK Very old oclHashcat-plus Support 2 6,526 01-19-2013, 02:53 PM
    Thread: 2013 outdated versions
Post: RE: 2013 outdated versions

The dude made his post before the release, so stop being smart-ass(s).
M@LIK Beta Tester 7 6,486 01-01-2013, 03:10 PM
    Thread: 2013 outdated versions
Post: RE: 2013 outdated versions

You now force me to use my psychic abilities and rephrase what the dude meant when he made his post. Obviously the post is about CPU's hashcat, 0.42b5 preciously. His reference of -plus's beta was ...
M@LIK Beta Tester 7 6,486 01-01-2013, 03:37 PM
    Thread: cudaHashcat-lite64 Special characters ?s
Post: RE: cudaHashcat-lite64 Special characters ?s

You need to add a mask at the end: Code: -- ... ?1?1?1?1 --
M@LIK General Help 2 6,459 07-24-2012, 04:24 PM
    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,365 11-17-2012, 06:07 PM
    Thread: hash file limit?
Post: RE: hash file limit?

From Home page (https://hashcat.net/oclhashcat-plus/): Code: -- Multi-Hash (up to 24 million hashes) -- I tried loading 15M, It did work. And I also highly doubt they're all MD5s.
M@LIK Very old oclHashcat-plus Support 2 5,881 05-12-2012, 09:49 AM
    Thread: Bruteforcing WPA
Post: RE: Bruteforcing WPA

You should read the wiki (https://hashcat.net/wiki/) more often. You don't need any character's set, all you need is a Mask attack (https://hashcat.net/wiki/mask_attack). Code: -- meow -m2500 -a3 [...
M@LIK Very old oclHashcat-plus Support 2 5,858 05-26-2012, 02:23 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,809 11-30-2012, 01:27 PM
    Thread: combine utilities into a single download
Post: RE: combine utilities into a single download

I do that myself xD + Adding them to PATH
M@LIK Feature Requests 1 5,691 07-09-2012, 11:36 PM
    Thread: Error when salt contains "<" symbol
Post: RE: Error when salt contains "<" symbol

You have to escape that character: G
M@LIK Very old oclHashcat-lite Support 2 5,610 06-22-2012, 10:49 PM