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 Posted [desc]
    Thread: oclHashcat-plus v0.09 Poll 3/3: Next algorithms
Post: RE: oclHashcat-plus v0.09 Poll 3/3: Next algorithm...

the crypt() algorithms are probably the most worthwhile, especially since sha512 has been in glibc since 2.7. truecrypt would be cool as well though.
epixoip Organisation and Events 15 35,507 05-11-2012, 11:43 AM
    Thread: New oclHashcat-lite benchmarks
Post: RE: New oclHashcat-lite benchmarks

Using b55, 4x5970 clocked at 825/1000. epixoip@token:~/oclHashcat-lite-0.10$ ./oclHashcat-lite64.bin -b --benchmark-mode=1 oclHashcat-lite v0.10 by atom starting... Password lengths range: 1 - 55 Wa...
epixoip Beta Tester 10 9,257 06-06-2012, 10:34 AM
    Thread: oclHashcat-plus-0.09b16 100% Fan at 70c
Post: RE: oclHashcat-plus-0.09b16 100% Fan at 70c

Neither, AMD Display Library is used to monitor temp, fan speed, etc.
epixoip Beta Tester 6 6,820 06-08-2012, 09:35 AM
    Thread: oclhc-plus: Incremental-bruteforce in hybrid attack
Post: RE: oclhc-plus: Incremental-bruteforce in hybrid a...

I just found myself wishing for this an hour ago.
epixoip Feature Requests 9 20,658 06-10-2012, 04:15 PM
    Thread: Does hashcat support ATI AMD RADEON 550 ?
Post: RE: Does hashcat support ATI AMD RADEON 550 ?

Radeon X550 or Radeon HD 550v? I suppose it doesn't matter which you have. Last I heard OpenCL was broken with RV730 so HD 550v won't work, and X550 is extremely old and does not support GPGPU. And y...
epixoip Old hashcat Support 3 8,300 06-11-2012, 02:34 PM
    Thread: To many combinations
Post: RE: To many combinations

You're specifying a 15-char mask for a hash that is limited to 8 chars.
epixoip Very old oclHashcat-plus Support 2 6,194 06-12-2012, 03:11 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,901 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,901 06-14-2012, 08:54 PM
    Thread: Need advice for hashing DB credentials
Post: RE: Need advice for hashing DB credentials

hashed with a salt is all you need provided 1. you use a password hashing algorithm and not a cryptographic hashing algorithm, and 2. you use a unique, randomly generated salt for each hash in your da...
epixoip General Talk 6 14,385 06-16-2012, 07:01 AM
    Thread: Dictionnary handling
Post: RE: Dictionnary handling

most likely whatever order readdir() returns the files in.
epixoip General Help 4 9,775 06-16-2012, 10:36 AM
    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,901 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,901 06-17-2012, 03:04 PM
  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,725 06-19-2012, 01:03 AM
    Thread: Getting "unruly": Finding base words
Post: RE: Getting "unruly": Finding base words

right on :)
epixoip General Talk 7 18,725 06-30-2012, 09:13 AM
    Thread: need help with sha512
Post: RE: need help with sha512

Command is fine. Problem is cuLaunchKernel() returned 701, which is CUDA_ERROR_LAUNCH_OUT_OF_RESOURCES. You might be able to get it to run with a lower -n value.
epixoip Very old oclHashcat-lite Support 23 49,277 07-08-2012, 12:39 PM
    Thread: need help with sha512
Post: RE: need help with sha512

probably time to upgrade then.
epixoip Very old oclHashcat-lite Support 23 49,277 07-08-2012, 01:35 PM
    Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes

With the LinkedIn list it would be very difficult (outside the realm of probability) to detect that those hashes were not crackable, because they are valid hashes by all accounts. They were the right ...
epixoip General Talk 13 28,515 07-08-2012, 01:45 PM
    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,260 07-08-2012, 01:52 PM
    Thread: need help with sha512
Post: RE: need help with sha512

yes, i mean hardware. the problem is sha512 requires much more vram than the other hash types, hence the out of resources error.
epixoip Very old oclHashcat-lite Support 23 49,277 07-08-2012, 02:11 PM
    Thread: How to crack discuz x2 password ?
Post: RE: How to crack discuz x2 password ?

a little bit of googling suggests it uses md5(md5(pass).salt) which is the same as vbulletin, so try using one of the two vbulletin modes (i'm not sure which is which.)
epixoip Very old oclHashcat-lite Support 3 15,693 07-08-2012, 02:31 PM