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 [desc] Author Forum Replies Views Posted
    Thread: User:Hash Saving Syntax?
Post: RE: User:Hash Saving Syntax?

See wiki and --help: You need to do it in 2 steps. 1. crack the hashes: Code: -- oclHashcat64.exe -m 0 --username hash.txt wordlist/rockyou.txt -- 2. display the hashes w/ --show Code: -- ocl...
philsmd Old oclHashcat Support 3 9,054 09-29-2014, 09:34 AM
    Thread: User:Hash Saving Syntax?
Post: RE: User:Hash Saving Syntax?

yes, thx for testing... It seems that it only works w/o --outfile-format 2 (or more correctly, it works w/ all outfile-formats that also output the hash at the beginning)... I think we will categori...
philsmd Old oclHashcat Support 3 9,054 09-29-2014, 05:51 PM
    Thread: username:password in outfile
Post: RE: username:password in outfile

After cracking... you need the original hash file and the pot file "oclHashcat.pot" which contains all your cracks (if you do not have that file you may be able to copy the outfile w/ all your cracks ...
philsmd General Help 2 10,669 06-11-2014, 06:38 PM
    Thread: Users & pot file
Post: RE: Users & pot file

See https://hashcat.net/trac/ticket/567 . cpu hashcat currently does not have this feature, but next version 0.50 will allow you to use --show --username (well, indeed it works already with 0.49 when ...
philsmd General Help 2 6,642 02-10-2015, 11:58 PM
    Thread: Users with the same hash not in output
Post: RE: Users with the same hash not in output

Can you please make sure that you use the newest version of hashcat? Which version of hashcat do you use?
philsmd hashcat 2 2,884 08-03-2017, 05:53 PM
    Thread: Using for Axcrypt
Post: RE: Using for Axcrypt

Did you use the AxSuite by FistOurs (or axcrypt2john.py) to extract the "hashes" as explained here https://hashcat.net/wiki/example_hashes ?
philsmd hashcat 10 11,238 05-30-2017, 09:01 PM
    Thread: Using for Axcrypt
Post: RE: Using for Axcrypt

Oh, thats actually interesting about the Axcrypt version difference. I would suggest that you contact Fist0urs directly either here on forum (name "Fist0urs") or on twitter (https://twitter.com/Fis...
philsmd hashcat 10 11,238 05-31-2017, 09:51 AM
    Thread: Using for Axcrypt
Post: RE: Using for Axcrypt

As already explained above, for axcrypt 1.x (every version of ax less than 2.0) you could just use axcrypt2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/axcr...
philsmd hashcat 10 11,238 08-08-2017, 11:45 AM
    Thread: Axcrypt: axcrypt2john.py (how to use python)
Post: RE: Using for Axcrypt

My guess is that you should just use the correct python version and therefore: you do not need to change the .py file at all. With "the correct" version of python it should work without problems. ...
philsmd hashcat 8 7,817 08-08-2017, 04:07 PM
    Thread: Using hashcat Brain with slow hash and specific password length
Post: RE: Using hashcat Brain with slow hash and specifi...

if you have a minimum required length of 12 and rules that add up to 4 characters, you could just pre-process your dict such that it has at least 12-4 = 8 characters. That's already a huge filter and ...
philsmd hashcat 4 1,381 01-14-2020, 12:52 PM
    Thread: Using hashcat Brain with slow hash and specific password length
Post: RE: Using hashcat Brain with slow hash and specifi...

in theory we could enable the rule engine used by -j and -k also for --slow-candidates (-S) which is enabled by default in case brain is used. This would also allow reject rules etc (everything that ...
philsmd hashcat 4 1,381 01-15-2020, 04:50 PM
    Thread: Using hashcat on my CentOS 6 machine
Post: RE: Using hashcat on my CentOS 6 machine

That error messages just means that it could not find the required "libOpenCL.so" or "libOpenCL.so.1" OpenCL library or more simply: the driver was not correctly installed. How did you install the ...
philsmd hashcat 6 10,606 07-10-2016, 08:47 AM
    Thread: Using hashcat on my CentOS 6 machine
Post: RE: Using hashcat on my CentOS 6 machine

It depends on the hardware you have. AMD/NVidia GPU ? Intel CPU ? Just install the drivers the usual way and you shouldn't get that error message anylonger.
philsmd hashcat 6 10,606 07-10-2016, 10:17 AM
    Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

you need to add --increment too the --increment command line switch enables the increment feature (and min/max options are further restrictions/limits)
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-19-2019, 01:35 PM
    Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

?1 is not the same as ?l and ?! is completely wrong you need to be more careful about what you see and what you type. ?1 is dollar ONE and ?l is dollar lower-case ELL maskprocessor is not ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-19-2019, 07:50 PM
    Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack

if you use --hex-charset every character you specify must be specified in hexadecimal. Therefore you must use: Code: -- hashcat64 -a 3 -m 0 -O --hex-charset -1 0a hash.txt 757365726e616d65?1?a?...
philsmd hashcat 16 9,677 04-22-2018, 07:11 AM
    Thread: Using PACK - Interesting Results
Post: RE: Using PACK - Interesting Results

This problem was already reported several months ago (see https://github.com/iphelix/pack/issues/1), but it wasn't merged yet. I think there are some forked versions that integrate the fix, like th...
philsmd General Talk 3 3,370 12-01-2017, 09:09 AM
    Thread: Using Wordlist question
Post: RE: Using Wordlist question

yeah, just specify the folder and it will run through each and every dict, also see https://hashcat.net/wiki/frequently_asked_questions#how_to_use_multiple_dictionaries even the usage info should t...
philsmd Old oclHashcat Support 1 3,314 11-05-2015, 10:40 AM
    Thread: v1.01 combination attack
Post: RE: v1.01 combination attack

As "User" said you need to specify exactly 2 dictionaries for instance: Code: -- ./cudaHashcat64.bin -m 0 -a 1 -o output.txt hash.txt dict1.txt dict2.txt -- Therefore, if you use -o outfi...
philsmd Old oclHashcat Support 4 8,449 01-18-2014, 12:03 AM
    Thread: v1.31 and v1.30 are both much slower than v1.21
Post: RE: v1.31 and v1.30 are both much slower than v1.2...

1. there were a lot of changes and atom already mentioned that the default tuning was changed heavily among those versions. Also to avoid users continously reporting freezes, hangs etc Therefore, you...
philsmd Old oclHashcat Support 6 17,417 10-16-2014, 03:00 PM