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 [asc] Views Posted
    Thread: How to use or Hashcat?
Post: RE: How to use or Hashcat?

u should surf the site a little bit first.. here u would find everything:: Wiki (https://hashcat.net/wiki/)
M@LIK General Help 2 26,287 04-19-2012, 04:06 AM
    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: 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: GTX 680
Post: RE: GTX 680

oclHashcat-lite gtx680 benchmarks (https://hashcat.net/forum/thread-1026.html) u should use "https://hashcat.net/forum/images/toplinks/search.gifSearch (https://hashcat.net/forum/search.php)" more often
M@LIK General Help 2 7,327 04-23-2012, 06:40 PM
    Thread: How to find two strings with same MD5?
Post: RE: How to find two strings with same MD5?

as far as i know u can't find 2 hashes with the same string unless its salted BUT.. heres a similar one:: 6d41402abc4b2a76b9719d911017c592 spend the next good 30 years trying to crack it LOL xD
M@LIK Old hashcat Support 2 8,694 04-28-2012, 02:25 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: restore file
Post: RE: restore file

What?
M@LIK Feature Requests 2 9,404 05-15-2012, 05:53 PM
    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
    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
    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: 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: 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: 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: Hashcat stdout problem
Post: RE: Hashcat stdout problem

https://hashcat.net/forum/thread-1016.html
M@LIK General Help 2 8,240 08-29-2012, 01:27 AM
    Thread: Help Me HD 7970 Sow Error For Sl3 Crecking
Post: RE: Help Me HD 7970 Sow Error For Sl3 Crecking

SL3 FAGS, BEGONE!
M@LIK Very old oclHashcat-lite Support 2 7,382 09-22-2012, 01:19 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: Output with --show help.
Post: RE: Output with --show help.

oclHashcat-plus's --show is too simple to do that. Apparently, you're on Windows. So grab gawk (Google it) and run the following kinda-ugly one-liner: Code: -- gawk -F: "FNR==NR{a[$2]=$1;next} $1...
M@LIK Very old oclHashcat-plus Support 2 10,420 10-28-2012, 12:14 AM
    Thread: oclHashcat-plus v0.10b45
Post: RE: oclHashcat-plus v0.10b45

RESUME SUPPORT! YACKS!
M@LIK Beta Tester 2 3,301 11-07-2012, 03:43 PM
    Thread: dictionary generation
Post: RE: dictionary generation

For your case (which is cracking 2wire routers, I assume), see my post on your other thread. In general, what are you trying to do will not help much, filtering these guesses will reduce performanc...
M@LIK General Help 2 8,079 11-15-2012, 03:50 AM
    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