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: correct command line
Post: RE: correct command line

your -p parameter makes no sense. -p makes no sense in combination with veracrypt (and if you use it in other situations you would need to specify the character that must be used as a separator) I'...
philsmd hashcat 24 22,564 12-04-2017, 08:51 PM
    Thread: correct command line
Post: RE: correct command line

That's not a contradiction. Both statements are true: 1. 3 dashes are 1 too much 2. 1 dash is 1 dash missing The only correct number of minus symbols (dashes) before the name of the (long) arg...
philsmd hashcat 24 22,564 12-23-2017, 03:15 PM
    Thread: correct command line
Post: RE: correct command line

Do not use "-p". use --veracrypt-pim. Code: -- hashcat64.exe -m 13721 -a 0 -w 4 --veracrypt-pim 2406 -o hit.txt MyEncryptionP.hc dict.txt -- I do not understand what you mean by "running against ...
philsmd hashcat 24 22,564 12-23-2017, 02:32 PM
    Thread: oclhachcat and cudahashcat v2.01
Post: RE: oclhachcat and cudahashcat v2.01

The download links were removed on purpose, primarily such that devs do not need to answer/troubleshoot problems about 2.01 or earlier versions even after hashcat 3.00 with many changes was released. ...
philsmd hashcat 3 22,605 07-12-2016, 03:01 PM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

Can you provide a (minimal) test case s.t. we can easily reproduce and double-check the problem. Cmdline/input etc (MASKED, whatever is needed to see it crashing). Thx
philsmd Old hashcat Support 12 22,818 08-04-2013, 07:10 PM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

I "*think*" I have identified the problem (yes it was a problem, but dunno if no more crashes occur when you test). The trac ticket is here: https://hashcat.net/trac/ticket/186 Please test (when ha...
philsmd Old hashcat Support 12 22,818 08-08-2013, 11:16 AM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

Hey. Rest assured that devs are already investigating this possible memory (RAM) problem. Do you think that you can give more details on which parameters you use and how large (roughly) your dicts/r...
philsmd Old hashcat Support 12 22,818 07-25-2013, 08:30 AM
    Thread: Another question about mask to deal with space
Post: RE: Another question about mask to deal with space

I'm not sure why you are asking all these mask questions, it is all very well documented on wiki (and/or already asked and answered on forum - use forum search), also see https://hashcat.net/wiki/doku....
philsmd Very old oclHashcat-plus Support 7 23,063 11-20-2013, 01:44 PM
    Thread: Line-length exception....
Post: RE: Line-length exception....

You need to make sure that the hash file (the first file that you specified, e.g. .\hashes\music.txt) does contain the hash that you extracted by ethereum2john.py. I think you didn't store the outp...
philsmd hashcat 30 23,352 01-15-2018, 11:57 PM
    Thread: Line-length exception....
Post: RE: Line-length exception....

Exactly. As undeath already pointed out there is a problem with the format or encoding of your hash file, it could be one of these: 1. wrong path to the actual "hash" (you point to the original walle...
philsmd hashcat 30 23,352 01-16-2018, 09:32 AM
    Thread: Line-length exception....
Post: RE: Line-length exception....

No. No. No. I do not agree that the problem of cqdx has anything to do with what was original reported by the original reporter (OP). I do not agree that we should steal threads like this. I do not...
philsmd hashcat 30 23,352 01-16-2018, 11:07 PM
    Thread: OpenCL installation on Linux
Post: RE: OpenCL installation on Linux

Actually, if you know what the problem of the K a l i packages are and how one normally needs to install the drivers/ICDs, then it is quite easy to start hashcat also with The-Distribution-Which-Doe...
philsmd hashcat 11 23,369 03-14-2017, 01:41 PM
    Thread: crack excel password with hashcat, possible?
Post: RE: crack excel password with hashcat, possible?

Code: -- python office2hashcat.py the_path_to_your_excel_file_here.xls --
philsmd General Talk 6 23,545 06-30-2017, 09:17 AM
    Thread: oclHashcat 1.30 vs. Catalyst 14.10 on Linux
Post: RE: oclHashcat 1.30 vs. Catalyst 14.10 on Linux

It definitely works on both 32 bit and 64 bit with ubuntu 12.04 (as recommended in the guide, I am unsure why you say you followed the guide, but you used ubuntu 14.04). There are some things that ...
philsmd Old oclHashcat Support 11 23,607 09-22-2014, 02:02 PM
    Thread: Breaking AIX hashes with hashcat
Post: RE: Breaking AIX hashes with hashcat

Hi guys, thx @atom, and here are the details, it is (partially) too easy to be true and not understandable why nobody else came up with this details b4 ;-): - smd5 uses md5_crypt basically - ssha* var...
philsmd User Contributions 7 23,945 04-20-2013, 10:34 PM
    Thread: Breaking AIX hashes with hashcat
Post: RE: Breaking AIX hashes with hashcat

Amazing speeds! Great, thx for the port and update here
philsmd User Contributions 7 23,945 04-22-2013, 01:03 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: Problem with status , pause , resume ...
Post: RE: Problem with status , pause , resume ...

what type of terminal do you use (gnome terminal, xterm etc)? Did you try a different one? why do you run it with sudo ? If you really need to run it with priviledged permissions, did you try to run ...
philsmd hashcat 17 24,270 01-15-2017, 05:51 PM
    Thread: kernel security check failure
Post: RE: kernel security check failure

This doesn't seem have anything (not even the most remotely) to do with oclHashcat. The error message implies (according to my fast research) that your system has some serious problems, either with R...
philsmd Old hashcat Support 9 24,406 01-20-2016, 12:49 PM
    Thread: hccap to cap ? Possible ?
Post: RE: hccap to cap ? Possible ?

Hi, I quickly decided to accept this challenge and to try to build a *POC* code that is able to *pseudo*-convert the hccap back to a valid cap file. ATTENTION: cap2hccap (the "*other*"==reverse) c...
philsmd General Help 10 24,518 05-10-2013, 02:37 PM