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 [desc] Posted
    Thread: hashcat wont bruteforce
Post: RE: hashcat wont bruteforce

nah. osx has a bsd userland, not a gnu userland.
epixoip Old hashcat Support 12 29,596 01-16-2013, 08:21 AM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

open a ticket to request a new format
epixoip Old hashcat Support 16 29,653 10-20-2013, 09:02 PM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

oh, haha, so it is. good eye.
epixoip Old hashcat Support 16 29,653 10-21-2013, 01:21 PM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

um, what i did was pretty easy. just hash:salt format, crack as mode 2611. the extra stuff you see there is me generating a test hash. you can skip that.
epixoip Old hashcat Support 16 29,653 10-21-2013, 02:47 PM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

yes, just supply the path to the directory containing the wordlists instead of a specific wordlist file.
epixoip Old hashcat Support 16 29,653 10-22-2013, 10:42 PM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

Code: -- epixoip@token:~/oclHashcat-1.00$ type joomla joomla is a function joomla () { echo "$(echo -n "$(echo -n $1 | md5sum | awk '{print $1}')$2" | md5sum | awk '{print $1}'):$2" } e...
epixoip Old hashcat Support 16 29,653 10-21-2013, 01:30 PM
    Thread: AMD Radeon R9 295 X2 on april rel.
Post: RE: AMD Radeon R9 295 X2 on april rel.

As NBZ hinted at earlier in this thread, the 295X will throttle aggressively when it reaches its max target temperature of only 75C. Custom water cooling is pretty much your only option.
epixoip Hardware 11 29,776 09-09-2014, 02:54 AM
    Thread: How to crack iTunes backup password with hashcat?
Post: RE: How to crack iTunes backup password with hashc...

It's in a plist file. Use google and stop hijacking threads.
epixoip General Help 7 29,800 06-16-2016, 11:16 PM
    Thread: Radeon HD 7470m -- oclHashcat-plus64.exe has stopped working
Post: RE: Radeon HD 7470m -- oclHashcat-plus64.exe has s...

no, you do not need to install the sdk. in fact, it's the exact opposite -- you absolutely do not want to install the sdk!
epixoip Very old oclHashcat-plus Support 19 29,834 08-29-2013, 07:52 AM
    Thread: Radeon HD 7470m -- oclHashcat-plus64.exe has stopped working
Post: RE: Radeon HD 7470m -- oclHashcat-plus64.exe has s...

your driver is not installed correctly.
epixoip Very old oclHashcat-plus Support 19 29,834 08-29-2013, 09:14 AM
    Thread: ATI Radeon HD 7970 ASUS , Sapphire or XFX
Post: RE: ATI Radeon HD 7970 ASUS , Sapphire or XFX

depends on if you want reference or non-reference design. the asus directcu II is the best non-reference card i've seen. perfect for desktops.
epixoip Hardware 12 29,883 08-22-2013, 02:11 AM
    Thread: ATI Radeon HD 7970 ASUS , Sapphire or XFX
Post: RE: ATI Radeon HD 7970 ASUS , Sapphire or XFX

eljolot Wrote: (08-22-2013, 10:42 PM) -- But what is the difference between them? reference design is better? -- covered in detail in this thread: https://hashcat.net/forum/thread-2043-post-12103.ht...
epixoip Hardware 12 29,883 08-23-2013, 05:24 AM
    Thread: ATI Radeon HD 7970 ASUS , Sapphire or XFX
Post: RE: ATI Radeon HD 7970 ASUS , Sapphire or XFX

same options
epixoip Hardware 12 29,883 08-27-2013, 08:41 AM
    Thread: ATI Radeon HD 7970 ASUS , Sapphire or XFX
Post: RE: ATI Radeon HD 7970 ASUS , Sapphire or XFX

i don't know what country you're in, but newegg currently has a large stock of reference design 7970s. the 8xxx series is already out, and has been out for a while. the reason you have not heard of...
epixoip Hardware 12 29,883 09-11-2013, 09:45 PM
    Thread: Support for new ASP.NET password storage practices
Post: RE: Support for new ASP.NET password storage pract...

Sc00bz Wrote: (11-15-2012, 06:20 AM) -- Who thought that "PBKDF2_SHA1(pw, salt, 1000, 256)" is a good idea? -- The same people who thought LM Hash and NT Hash were a good idea. :)
epixoip Feature Requests 6 30,200 11-15-2012, 08:12 AM
    Thread: howto use stats processor with oclHashcat+ v0.8?
Post: RE: howto use stats processor with oclHashcat+ v0....

ntk, you have to give the gpus work. reading from stdin means copying each plaintext candidate to gpu as they come in which is very slow, so gpus aren't doing any work, hence the 0% load. you need to ...
epixoip Very old oclHashcat-plus Support 17 30,284 07-08-2012, 01:52 PM
    Thread: howto use stats processor with oclHashcat+ v0.8?
Post: RE: howto use stats processor with oclHashcat+ v0....

there is no problem. what you are describing is normal and expected. if you want gpus to work harder, add rules.
epixoip Very old oclHashcat-plus Support 17 30,284 07-08-2012, 03:34 PM
    Thread: Keyboard Walks
Post: RE: Keyboard Walks

Thanks for sharing! At first glance this appears to be very well done.
epixoip User Contributions 11 30,805 08-15-2014, 02:15 PM
    Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...

You can combine your first four commands into a single sed command. Since it appears you have an example that uses multiple nested directories (grep -r) you can use find + sed. And since you used grep...
epixoip General Talk 12 30,913 06-14-2012, 05:58 PM
    Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...

M@LIK uses Windows, so his command will not work for you. For instance, ''type'' is like ''cat'' on Windows, whereas in most unix shells ''type'' shows how a command will be interpreted by the shell. ...
epixoip General Talk 12 30,913 06-14-2012, 08:54 PM