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: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime

In my opinion your are completely at the wrong track. Just look at your clinfo output, it says: Code: -- Platform Vendor The pocl project -- this is complete...
philsmd hashcat 15 47,098 02-03-2019, 01:29 PM
    Thread: problems with -m 15700
Post: RE: problems with -m 15700

1. scrypt and bcrypt are some memory hard algorithms and in general are better suited for CPUs (yeah, the majority of other algos is the opposite, i.e. the majority can profit from GPU power a lot mor...
philsmd hashcat 5 2,794 02-08-2019, 11:37 AM
    Thread: DES Hash
Post: RE: DES Hash

descrypt is -m 1500 = descrypt, DES (Unix), Traditional DES the salt is already within the first chars of the "hash", so no need to repeat it (i.e. no need for sd : sd..., it's just the second part...
philsmd hashcat 2 1,690 02-08-2019, 08:52 PM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

Please follow this guide: https://hashcat.net/faq/wrongdriver) also always mention what your GPUs / CPUs / operating system / drivers are. if you want to start a mask attack, you should also a...
philsmd hashcat 9 3,829 02-10-2019, 08:33 AM
    Thread: Hashcat stops after initializing OpenCL Runtime
Post: RE: Hashcat stops after initializing OpenCL Runtim...

try this: https://hashcat.net/faq/wrongdriver there is definitely something wrong because your screenshot shows 2 "Advanced Micro Devices" platforms. this seems to be a driver installation issue...
philsmd hashcat 1 2,979 02-10-2019, 09:06 AM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

hmm, did you try installing an older driver version ? e.g. the ones recommended on https://hashcat.net/hashcat I'm pretty sure this is not a hashcat issue... but it could of course be that Nvidia c...
philsmd hashcat 9 3,829 02-10-2019, 09:18 AM
    Thread: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti
Post: RE: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti

which nvidia driver version do you use ? did you try following this guide: https://hashcat.net/faq/wrongdriver if still not working, please try with an older Nvidia driver version e.g. the ones re...
philsmd hashcat 1 1,504 02-10-2019, 09:22 AM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

did you try running these commands: Code: -- hashcat -I -- and Code: -- hashcat -b -- if not, please try with the above hashcat test/benchmark/troubleshooting commands.
philsmd hashcat 9 3,829 02-10-2019, 09:26 AM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

did you try without using powershell, but cmd instead ? [hr] update: whoops, I just realized I had the "wrong" screenshot open from this issue (https://hashcat.net/forum/thread-8141-post-43675.htm...
philsmd hashcat 9 3,829 02-10-2019, 09:27 AM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

did you try to follow the wrongdriver guide ? Do you have any other OpenCL runtime/driver installed ? maybe the one for your CPU etc ? For the system that isn't working yet, did you have any (wo...
philsmd hashcat 9 3,829 02-10-2019, 12:05 PM
    Thread: Attack mode 6 and 7 give vastly different speeds
Post: RE: Attack mode 6 and 7 give vastly different spee...

you could try to think about alternatives, like rule based attacks (https://hashcat.net/wiki/?id=rule_based_attack) Code: -- hashcat64.exe --stdout -a 3 -o my.rules ^^?a -- note: here I assume...
philsmd hashcat 9 3,546 02-11-2019, 03:11 PM
    Thread: Help explain the PBKDF2-HMAC-SHA1 hash-example
Post: RE: Help explain the PBKDF2-HMAC-SHA1 hash-example

the format is: sha1:[iteration count]:[salt in base64]:[digest in base64] therefore the hash is: sha1:1000:dGVzdA==:imirsGNFG+sMgaiy16fwPgWE3rY= this can be cracked with: Code: -- hashcat ...
philsmd hashcat 4 2,620 02-11-2019, 10:59 PM
    Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...

first you need to find out if the algorithm is veracrypt or truecrypt or diskcryptor. These are 3 different algorithms. I would suggest to find out what you see (in case you need to input the passw...
philsmd hashcat 10 5,754 02-11-2019, 11:12 PM
    Thread: Token length exception
Post: RE: Token length exception

this syntax is wrong: Code: -- hashcat -m 1000 -a 3 ... ?1?1?1?1?1?1?1?1?1?1?1 ... hash.txt -- the correct syntax is Code: -- hashcat -m 1000 -a 3 .... hash.txt ?1?1?1?1?1?1?1?1?1?1?1 ...
philsmd hashcat 7 23,963 02-14-2019, 11:10 AM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

with "only" 28KB you shouldn't reach the limits. yeah, my guess is that hashcat doesn't accept one of the fields/values (there are a lot of them see the 7z2hashcat github page for the details). ...
philsmd hashcat 9 4,737 02-14-2019, 11:14 AM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

update: we verified that it's a too strict parser problem in seven_zip_parse_hash (), not the whole lengths are currently allowed because of token.len_max[8] and token.len_max[9] only allowing a lengh...
philsmd hashcat 9 4,737 02-14-2019, 12:49 PM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

as you might already know, if you use any amplifier (like rules) the total number of password candidates will increase. This implies also that the "Progress" number in the status screen will get large...
philsmd hashcat 12 5,625 02-15-2019, 09:39 AM
    Thread: Extract all passwords from potfile
Post: RE: Extract all passwords from potfile

that's incorrect. --show only considers the hashes matching the current hash type and hash list (hash.txt): Code: -- hashcat -m 0 --show --outfile-format 2 hash.txt --
philsmd hashcat 4 3,187 02-16-2019, 03:34 PM
    Thread: new to hashcat trying to learn
Post: RE: new to hashcat trying to learn

please remember that the custom charsets must be set within the hashcat mask file: Code: -- hashcat -m 2500 -a 3 -w 3 Prova.hccapx masks.hcmask -- the masks.hcmask file is this one: Code: ...
philsmd hashcat 3 1,969 02-17-2019, 10:50 AM
    Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?

you must be doing something wrong. If I put the javascript code into my browser and run hexMD5 ('\115' + "22222222" + '\017\226\132\264\231\243\072\025\142\343\313\006\131\010\106\311') I get this ...
philsmd General Talk 27 14,953 02-19-2019, 12:35 PM