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: Dilemma…!
Post: RE: Dilemma…!

Not quite. The difference is with mp (or any other external candidate generator), candidates are generated on the CPU, piped into hashcat via stdin, and then streamed to the compute devices, whereas t...
epixoip hashcat 13 9,650 09-13-2017, 05:24 AM
    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
    Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...

random is easy to generate but hard to detect. humans recognize what appears to be random by identifying that there are no recognizable patterns in the text. programmatically speaking, you have to do ...
epixoip General Talk 12 30,913 06-16-2012, 11:57 AM
    Thread: Extracting the passwords from a multiple file wordlist (sed & grep).
Post: RE: Extracting the passwords from a multiple file ...

Quote: -- I notice that you are attempting to chop the beginning and end from words to try to remove the "password padding". [...] You could keep chopping bits off until you find a word match I sup...
epixoip General Talk 12 30,913 06-17-2012, 03:04 PM
    Thread: Stop auto incrementing
Post: RE: Stop auto incrementing

I can get behind this as well.
epixoip Very old oclHashcat-plus Support 12 20,479 09-05-2012, 11:12 AM
    Thread: Stop auto incrementing
Post: RE: Stop auto incrementing

Rolf Wrote: (09-05-2012, 11:32 AM) -- Yea, but what if you have 1k+ of masks, each of separate length ? Max len approach sucks. Either no default increment(like it was be4) or --no-increment would be...
epixoip Very old oclHashcat-plus Support 12 20,479 09-05-2012, 01:36 PM
    Thread: 3 questions..
Post: RE: 3 questions..

greg232 Wrote: (09-04-2012, 09:47 PM) -- Your tests indicate 134.3k c/s, 39224 c/s, 182.7k c/s, 25608 c/s using hd7970, gtx570, hd6990, gtx560Ti. These cards do not have such GFLOPS advantage over Qu...
epixoip Old hashcat Support 12 29,066 09-05-2012, 01:49 PM
    Thread: How to apply rules to combinator attack?
Post: RE: How to apply rules to combinator attack?

M@LIK Wrote: (10-21-2012, 10:35 PM) -- If you want to make "Sup3rThinkers" out of "sup3r" in dict1 and "thinkers" in dict2, you would run: Code: -- -plus ... -a1 -j u -k u ... dict1 dict2 -- -- rul...
epixoip General Help 12 22,997 10-22-2012, 04:41 AM
    Thread: How to apply rules to combinator attack?
Post: RE: How to apply rules to combinator attack?

so they do. i thought it was supposed to work, but didn't. i tested earlier before i posted, just in case it did work now, but it looks like i had made an error in my test. however, i think i found a ...
epixoip General Help 12 22,997 10-22-2012, 12:20 PM
    Thread: What gfx card to buy?
Post: RE: What gfx card to buy?

it doesn't really matter. the only thing that is different between each 7970 is the cooling solution. get the cooling solution that appears most appropriate for your setup. you may also consider gett...
epixoip General Help 12 20,302 12-02-2012, 03:25 PM
    Thread: What gfx card to buy?
Post: RE: What gfx card to buy?

They are VisionTek 900557, but I would not recommend them. They are hard to keep cool due to poor quality control. The temps are way over the place, and some cards get much hotter than others. I need ...
epixoip General Help 12 20,302 12-08-2012, 06:34 PM
    Thread: hashcat wont bruteforce
Post: RE: hashcat wont bruteforce

DaaQ Wrote: (01-15-2013, 11:26 PM) -- Why echo test | md5sum isnt the correct hash? oO -- because you did "echo test" instead of "echo -n test", which means you hashed "test\n" instead of "test"
epixoip Old hashcat Support 12 29,596 01-16-2013, 02:55 AM
    Thread: hashcat wont bruteforce
Post: RE: hashcat wont bruteforce

forumhero Wrote: (01-15-2013, 11:32 PM) -- use this command instead of echo: md5 -s "test" -- what package provides this magic 'md5' binary? apt-file doesn't turn up anything.
epixoip Old hashcat Support 12 29,596 01-16-2013, 02:57 AM
    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: HD5870 Still Better Value Than HD7970 !
Post: RE: HD5870 Still Better Value Than HD7970 !

yeah, 5xxx series cards still provide the best bang for the buck. the btc community has done a really good job tracking the economics of gpus over the years. check out the Mhash/s/$ column on https:/...
epixoip General Talk 12 33,111 02-11-2013, 02:07 PM
    Thread: HD5870 Still Better Value Than HD7970 !
Post: RE: HD5870 Still Better Value Than HD7970 !

well, moore's law is projected to taper off this year, and gpus seem to have tracked moore's law better than cpus.
epixoip General Talk 12 33,111 02-11-2013, 03:19 PM
    Thread: Hashcat 0.43 not successfully decrypting SHA512 unix hash
Post: RE: Hashcat 0.43 not successfully decrypting SHA51...

cannot reproduce. Code: -- epixoip@db:~/hashcat-0.43$ echo '$6$DNRlEKWm$tEcdDjEuxYJFaA41eq1Ro4SHot3ov3SHeLo4LQqKNtzjHCNExT5kED8KpIGzQZrt758sa/WwCnQsgRS80EHRT/' >test.hash epixoip@db:~/hashcat-0.43...
epixoip Old hashcat Support 12 33,265 03-14-2013, 03:58 AM
    Thread: 5970 slow?
Post: RE: 5970 slow?

first, you're comparing lite to plus. second, you're using a salted algorithm, not a raw algorithm. third, we have no idea how many hashes/unique salts you're cracking because you did not paste the fu...
epixoip Hardware 12 22,929 04-15-2013, 02:41 AM
    Thread: 5970 slow?
Post: RE: 5970 slow?

also, i don't know if you caught it, but in my benchmark output that you link to, you'll see that i'm running my 5970s at 830Mhz. so if you're running yours at 725Mhz, you need to take that into accou...
epixoip Hardware 12 22,929 04-15-2013, 02:44 AM