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: Is it 'safe' to upgrade Ubuntu Server with hashcat?
Post: RE: Is it 'safe' to upgrade Ubuntu Server with has...

glad to hear it's working again. yeah, we have experienced random issues, where sometimes catalyst just needs to be reinstalled. not a clue how it manages to fuck itself up. but a reinstall is quick ...
epixoip General Help 9 18,435 02-11-2013, 01:37 AM
    Thread: [Solved] dictionary cleaning
Post: RE: dictionary cleaning

nobody know what? you said "yes!" and that strings removed everything from the list. did you have another question?
epixoip General Talk 10 18,449 09-25-2012, 09:17 AM
    Thread: [Solved] dictionary cleaning
Post: RE: dictionary cleaning

it's kind of a tricky subject and requires some experience. the issue might be solely with your language settings. just because your system is unable to represent a character doesn't mean it's unprin...
epixoip General Talk 10 18,449 09-25-2012, 01:41 PM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

you're trying to load a 32-bit library on a 64-bit system. looks like somehow along the way, something got screwed up. start by removing the APP SDK, you should not have this installed. ''aptitu...
epixoip General Help 8 18,511 06-06-2013, 05:01 AM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

i would also highly recommend disabling multiarch support if you do not need it (and most don't.) it's highly experimental and causes way more problems than it solves.
epixoip General Help 8 18,511 06-07-2013, 11:22 AM
    Thread: Please add auto redirect forum to HTTPS
Post: RE: Please add auto redirect forum to HTTPS

why must you be so obnoxious about it?
epixoip General Talk 11 18,534 06-29-2014, 10:56 PM
    Thread: Please add auto redirect forum to HTTPS
Post: RE: Please add auto redirect forum to HTTPS

https is available. either manually specify https:// in the url, or use HTTPS Everywhere.
epixoip General Talk 11 18,534 06-29-2014, 11:59 PM
    Thread: Please add auto redirect forum to HTTPS
Post: RE: Please add auto redirect forum to HTTPS

the intended audience for this forum is security professionals and hackers. in other words, people who already know when/where to use https. therefore, it is not necessary to force the use of https. ...
epixoip General Talk 11 18,534 07-01-2014, 07:52 PM
    Thread: Session issue
Post: RE: Session issue

don't look at the time, look at the progress.
epixoip Very old oclHashcat-plus Support 12 18,653 10-13-2013, 10:59 PM
    Thread: what do you say about all this bitcons asic poping up
Post: RE: what do you say about all this bitcons asic po...

the problem with asics is that they are, by definition, application-specific. bitcoin asics will only work for bitcoin, and nothing else. well, you could attempt to use them for password cracking, but...
epixoip Hardware 7 18,673 02-10-2013, 12:38 PM
    Thread: what do you say about all this bitcons asic poping up
Post: RE: what do you say about all this bitcons asic po...

lots of used high-end gpus should be hitting the market soon as more people abandon gpu mining.
epixoip Hardware 7 18,673 02-10-2013, 04:39 PM
    Thread: what do you say about all this bitcons asic poping up
Post: RE: what do you say about all this bitcons asic po...

between halving day and asics hitting the market, gpu mining is no longer profitable.
epixoip Hardware 7 18,673 02-12-2013, 06:45 AM
    Thread: bcrypt hash with salt
Post: RE: bcrypt hash with salt

Heh yeah, 23 KH/s is for cost of 5. At cost 12 the speed is 2^7 times slower at roughly 179 H/s.
epixoip hashcat 12 18,677 11-24-2018, 10:26 AM
    Thread: Wordlists (Tips and Tricks)
Post: RE: Wordlists (Tips and Tricks)

rsberzerker Wrote: (12-30-2014, 06:35 AM) -- The leaving of duplicates, is that for the "generate an hcstat file" list, the attack list, or both? -- The context was around generating an hcstat file...
epixoip General Talk 6 18,727 12-30-2014, 07:01 AM
    Thread: Getting "unruly": Finding base words
Post: RE: Getting "unruly": Finding base words

right on :)
epixoip General Talk 7 18,735 06-30-2012, 09:13 AM
  Lightbulb Thread: Getting "unruly": Finding base words
Post: Getting "unruly": Finding base words

This is what I use to find base words in a list of plains. I am posting it both to share and to see if others have ideas for improving it. Code: -- cat plains | tr A-Z a-z | sed 's/^[^a-z]*//g; s/...
epixoip General Talk 7 18,735 06-19-2012, 01:03 AM
    Thread: oclHashcat-* cannot utilise 2nd HD7970
Post: RE: oclHashcat-* cannot utilise 2nd HD7970

1. You need to uninstall the AMD APP SDK. 2. Catalyst 12.10 does not support multi-GPU when x11 is running.. Either use 12.8, or ensure you do not have x11 running while cracking.
epixoip Very old oclHashcat-lite Support 6 18,742 10-28-2012, 03:37 PM
    Thread: [Bug 0.14] Wrong hash target [Visual Bug]
Post: RE: [Bug? 0.14] Wrong hash target

This is a visual bug only, it still finds the correct password. What you are seeing is not a "corrupt" hash, but rather the byte-swapped hash (SHA1 is big endian, x86 is little endian.) This is actual...
epixoip Very old oclHashcat-lite Support 10 18,755 02-05-2013, 08:10 PM
    Thread: [Bug 0.14] Wrong hash target [Visual Bug]
Post: RE: [Bug? 0.14] Wrong hash target

Here's some code to illustrate what is happening inside Hashcat: Code: -- #include #include int main(int argc, char **argv) { uint32_t hash[5]; uint32_t bswap_hash[5]; s...
epixoip Very old oclHashcat-lite Support 10 18,755 02-05-2013, 08:31 PM
    Thread: WPA speed drop between 0.15 and 1.01
Post: RE: WPA speed drop between 0.15 and 1.01

why would you use -u 320 for wpa? that doesn't make any sense. use -u 4096 Code: -- epixoip@butters:~/oclHashcat-1.01$ ./oclHashcat64.bin -m 2500 -b oclHashcat v1.01 starting in benchmark-mode....
epixoip Old oclHashcat Support 9 18,769 01-06-2014, 07:45 AM