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: Basics
Post: RE: Basics

supreme Wrote: (06-11-2013, 11:01 AM) -- what is the main difference between oclHashcat-plus and lite ? when exactly would i choose lite instead of plus ? -- plus supports cracking multiple hashes ...
epixoip Very old oclHashcat-lite Support 7 15,234 06-11-2013, 11:14 AM
    Thread: Basics
Post: RE: Basics

supreme Wrote: (06-11-2013, 02:07 PM) -- you mentioned different attack modes, is there something like a rule of thumb when to use which attack method or why method xy is less powerfull or just not t...
epixoip Very old oclHashcat-lite Support 7 15,234 06-11-2013, 02:17 PM
    Thread: Basics
Post: RE: Basics

supreme Wrote: (06-11-2013, 02:16 PM) -- Code: -- cudaHashcat-lite64.exe -n 800 --gpu-loops 1024 -1 ?l?d?s?u --outfile-watch 0 --restore-timer 0 --runtime 28 --pw-min 8 -m 0 aaaaaaaaaaaaaaaaaaaaaaaa...
epixoip Very old oclHashcat-lite Support 7 15,234 06-11-2013, 02:30 PM
    Thread: ASIC support?
Post: RE: ASIC support?

they aren't made to do sha256, they're made to do double-sha256. this has already been covered before, though: https://hashcat.net/forum/thread-2057.html
epixoip Very old oclHashcat-lite Support 6 18,113 07-24-2013, 02:28 PM
    Thread: problem with ati mobility radeon hd4570
Post: RE: problem with ati mobility radeon hd4570

no, old versions are timebombed. suck it up and buy a new gpu.
epixoip Very old oclHashcat-lite Support 3 12,021 08-25-2013, 06:12 AM
    Thread: Defining an algorithim
Post: RE: Defining an algorithim

what you want to do is a mask attack. https://hashcat.net/wiki/doku.php?id=mask_attack
epixoip Very old oclHashcat-lite Support 10 22,487 09-26-2013, 06:38 AM
    Thread: Defining an algorithim
Post: RE: Defining an algorithim

break it up and use a different mask for each pass. nothing says you have to do it all at once... -1 ?l?u?d ?d-?1?1?1?1?1?1?1?1?1?1 -1 ?l?u?d 1?d-?1?1?1?1?1?1?1?1?1?1 -1 ?l?u?d -2 12345 2?2-?1?1?...
epixoip Very old oclHashcat-lite Support 10 22,487 09-26-2013, 07:06 AM
    Thread: Defining an algorithim
Post: RE: Defining an algorithim

it wouldn't be worth using plus just for hcmask support due to the performance hit.
epixoip Very old oclHashcat-lite Support 10 22,487 09-26-2013, 07:48 AM
    Thread: Mask Attack/Charset Usage
Post: RE: Mask Attack/Charset Usage

mask attack is just brute force with per-position character set. so set the first position to upper alpha (?u), and the rest of the positions to whatever keyspace you want to search. if you want to se...
epixoip Very old oclHashcat-lite Support 2 9,124 09-28-2013, 08:07 AM
    Thread: cuMemAlloc () 2
Post: RE: cuMemAlloc () 2

why did you bother resurrecting a thread that's nearly a year old, when you're not even using the same version or receiving the same error as the OP? christ.
epixoip Very old oclHashcat-lite Support 7 17,207 10-07-2013, 12:01 PM
    Thread: PW-MIN - dont workin ??
Post: RE: PW-MIN - dont workin ??

it says the length is 8. it sounds like you just do not know how to read hashcat's output.
epixoip Very old oclHashcat-lite Support 5 12,648 10-25-2013, 03:12 PM
    Thread: Defining an algorithim
Post: RE: Defining an algorithim

lite is going away. so yes.
epixoip Very old oclHashcat-lite Support 10 22,487 10-26-2013, 02:38 AM
    Thread: HD 4850 x2 problem
Post: RE: HD 4850 x2 problem

had you searched the forums, you would have known that AMD no longer supports OpenCL on the HD4xxx series. Your driver is also 13.1 Legacy, not 13.1, which is actually 12.4 or 12.6, i can't remember w...
epixoip Very old oclHashcat-lite Support 3 11,282 11-04-2013, 04:52 PM
    Thread: hashcat-gui v0.5.1
Post: RE: hashcat-gui v0.5.1

deprecated forum. old announcement. dead gui. thread locked.
epixoip Very old hashcat-GUI Announcements 8 55,215 01-11-2013, 10:06 PM
    Thread: need analog for HashHush and Coy in Linux
Post: RE: need analog for HashHush and Coy in Linux

I'm not familiar with COY or HashHush. But I believe I understand what you are attempting to accomplish, and do not understand why you needed programs to do this. To extract uncracked hashes from you...
epixoip User Contributions 2 7,310 09-07-2012, 05:20 PM
    Thread: [Python] Split LM hashes
Post: RE: [Python] Split LM hashes

Code: -- sed -rn 's/(.{16})(.{16})/\1\n\2/p' hashfile --
epixoip User Contributions 5 17,667 09-25-2012, 05:35 AM
    Thread: [Python] Split LM hashes
Post: RE: [Python] Split LM hashes

nice, very clever use of fold.
epixoip User Contributions 5 17,667 09-25-2012, 12:06 PM
    Thread: Question rules
Post: RE: Question rules

look at leetspeek.rule , and also leet.table in cpu hashcat.
epixoip User Contributions 3 9,047 01-18-2013, 11:31 AM
    Thread: Language Character Sets
Post: RE: Language Character Sets

definitely a native encoding. utf would defeat the purpose of this.
epixoip User Contributions 36 78,055 02-06-2013, 09:46 AM
    Thread: Language Character Sets
Post: RE: Language Character Sets

KT819GM Wrote: (02-06-2013, 11:25 AM) -- Lithuanian: Encoding Windows-1257 Not used characters: qwxQWX addition to English chars: ąčęėįšųūžĄČĘĖĮŠ�...
epixoip User Contributions 36 78,055 02-06-2013, 09:18 PM