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 [asc] Posted
    Thread: can't make cmd
Post: RE: can't make cmd

look here: https://hashcat.net/wiki/doku.php?id=example_hashes the signature is either: $H$....... or $P$.......
philsmd Old hashcat Support 8 10,219 02-25-2015, 11:59 PM
    Thread: can't make cmd
Post: RE: can't make cmd

read here: https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets you need to define a custom charset like this: -1 ?u?l ?1?1?1?1?1?1?1 Code: -- ./hashcat-cli64.bin -m 400 --username...
philsmd Old hashcat Support 8 10,219 02-26-2015, 12:12 AM
    Thread: HTTP Digest Auth
Post: RE: HTTP Digest Auth

It's hash type -m 11400 = SIP digest authentication (MD5) The format is: Quote: -- $sip$*[URI_SERVER]*[URI_CLIENT]*[USERNAME]*[REALM]*[METHOD]*[URI_PREFIX]*[URI_RESOURCE]*[URI_SUFFIX]*[NONCE_SERVER]...
philsmd hashcat 7 10,204 05-15-2017, 08:31 PM
    Thread: HTTP Digest Auth
Post: RE: HTTP Digest Auth

In my opinion it should be very obvious if you know what the HTTP Digest Authentication fields mean and for what they are used for. Anyway here is how you would format it in your *very* specific examp...
philsmd hashcat 7 10,204 05-16-2017, 08:08 AM
    Thread: Yet another "No hashes loaded"
Post: RE: Yet another "No hashes loaded"

Please read this: FAQ: How to extract required info from PDF files (https://is.gd/bX2ehZ)
philsmd Old oclHashcat Support 3 10,197 05-25-2015, 09:54 AM
    Thread: weird mask attack
Post: RE: weird mask attack

These lines: Code: -- $HASHCAT -a 3 -m 300 --remove --status --gpu-temp-retain=95 \ ../hash/mysql/mysql_hash.txt -o ../hash/mysql/mysql_hash_result.txt ../oclHashcat-1.01/masks/rockyou-1-64.hc...
philsmd Old oclHashcat Support 4 10,190 01-09-2014, 05:22 PM
    Thread: weird mask attack
Post: RE: weird mask attack

There is something strange in your output, for instance it says it uses the hashes located at ../hash/mysql/mysql_hash.txt but your command line says it should use the file mysql_hash.txt in the curre...
philsmd Old oclHashcat Support 4 10,190 01-08-2014, 05:56 PM
    Thread: Win7 32, Ati 5850, catalyst 14.9 but ERROR: clGetDeviceIDs() -1
Post: RE: Win7 32, Ati 5850, catalyst 14.9 but ERROR: cl...

Please follow this steps: 1. Uninstall the driver 2. Reboot 3. Remove all AMD SDKs (they are NOT needed, no, they may and do even conflict with the main driver) 4. Reboot 3. Use "Driver Fusion" p...
philsmd Old oclHashcat Support 4 10,167 01-17-2015, 07:56 PM
    Thread: HASHCAT CPU
Post: RE: HASHCAT CPU

just uninstall all theser open-source drivers (beignet, pocl, mesa etc) and install the OpenCL Runtime for Intel Core and Xeon Processors from https://software.intel.com/content/www/us/en/develop/arti...
philsmd hashcat 7 10,133 05-28-2020, 07:37 AM
    Thread: Old Office and KDF
Post: RE: Old Office and KDF

I just had a glance at how easy it is to decrypt office document with the old RC4 encryption (and therefore get access to the whole file content) with the correct RC4 key and it turned out to be even ...
philsmd hashcat 13 10,132 02-27-2018, 07:16 PM
    Thread: best way to handle spaces output/hashcat.pot
Post: RE: best way to handle spaces output/hashcat.pot

liquiz Wrote: (07-27-2013, 09:58 PM) -- In case anyone is wondering thats from the https://www.korelogic.com -- 1. It doesn't matter where you have the hashes from (as per https://hashcat.net/forum/...
philsmd General Help 2 9,996 07-28-2013, 08:10 AM
    Thread: Timestamp for cracked hash
Post: RE: Timestamp for cracked hash

I understand that this could be an interesting feature (a new outfile-format) But for the time being, you could just use the --quiet and stdout feature (ie. not use -o) to modify the output: Very si...
philsmd Very old oclHashcat-plus Support 3 9,992 11-25-2013, 01:20 PM
    Thread: [solved] Win7-64 crash Lists to blame?
Post: RE: Win7-64 crash Lists to blame?

This seems to be easy to reproduce and it seems that it doesn't occur randomly but w/ very specific plains (if the length > 48). I also opened this trac ticket https://hashcat.net/trac/ticket/221 a...
philsmd Old hashcat Support 5 9,987 12-10-2013, 08:18 PM
    Thread: [solved] Win7-64 crash Lists to blame?
Post: RE: Win7-64 crash Lists to blame?

It is very difficult for us to reproduce... I for instance do not understand if this wordlist is a personal wordlist of you or it is one of the .word files in /examples/ . Could you please explain h...
philsmd Old hashcat Support 5 9,987 12-10-2013, 12:52 AM
    Thread: Bug with incremental and --restore?
Post: RE: Bug with incremental and --restore?

Could you please give more details about the command you are trying to run (without posting hashes of course)?
philsmd Old oclHashcat Support 6 9,966 04-03-2015, 03:49 PM
    Thread: Bug with incremental and --restore?
Post: RE: Bug with incremental and --restore?

Most important question: why do you use --force... the warning clearly says, if you use --force, you shouldn't report problems and/or ask for support Is there any reason you use --force? Does it work...
philsmd Old oclHashcat Support 6 9,966 04-03-2015, 05:27 PM
    Thread: Bug with incremental and --restore?
Post: RE: Bug with incremental and --restore?

If you use this command to start the attack: Code: -- cudaHashcat64.exe -m 1500 -a 3 --session x -o out.txt --outfile-format 3 -w 2 -i --increment-min 1 --increment-max 7 desunix.txt -1 ?l?d ?1?1?...
philsmd Old oclHashcat Support 6 9,966 04-03-2015, 06:26 PM
    Thread: MaskProcessor Optional Characters
Post: RE: MaskProcessor Optional Characters

Hey, maybe you can give some examples? How are you using the output (dict, pipe etc)? Say you want that the 'A' should be at position 3 or not, but otherwise you want to have only digits a plausible ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 9,951 07-18-2013, 02:57 PM
    Thread: MaskProcessor Optional Characters
Post: RE: MaskProcessor Optional Characters

Could you please try to explain what you whish in output in a list of statements like this (only dumb example): in first position I always want to have *all* special chars in second position I want ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 9,951 07-18-2013, 03:15 PM
    Thread: Custom rule/mask not working
Post: RE: Custom rule not working

maybe you should give some examples of plains which hashcat should try. what do you mean by "I want to try at the end all ?l?d?s possibilities" do you mean the mix of them OR first of the 3 is a l...
philsmd Old hashcat Support 5 9,947 04-03-2014, 08:54 PM