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: help me
Post: RE: help me

just do NOT specify the file name. see https://hashcat.net/wiki/example_hashes or run: Code: -- hashcat -m 10500 --example-hashes -- to see an example hash (note: there is no file name within th...
philsmd hashcat 1 874 03-13-2020, 11:30 AM
    Thread: Help me about --show
Post: RE: Help me about --show

The correct syntax is different. You need to specify the hash type, --show and the original hash list. Code: -- hashcat -m 100 --show unmodified_hashes.txt -- without the original hash list,...
philsmd hashcat 1 1,237 01-18-2019, 09:55 AM
    Thread: Help me install hxctools
Post: RE: Help me install hxctools

well, this is the hashcat forum. so you won't get too much help here (hcxtools is a 3rd party tool). I would suggest that you just install the headers / dev / libs package too like "libssl-dev". ...
philsmd hashcat 3 1,608 08-26-2019, 03:01 PM
    Thread: Help me to crack those hashes please
Post: RE: Help me to crack those hashes please

banned (1 week, use it wisely to read and understand the forum rules) and thread closed
philsmd hashcat 2 2,628 04-10-2017, 02:55 PM
    Thread: Help modifying a .restore file?
Post: RE: Help modifying a .restore file?

the main problem with your command: Code: -- hashcat64 -d 1 -m 14800 -a 3 -w 3 --session itunes backuphash.txt -- is that you didn't specify a mask at all. mask attacks are really most useful ...
philsmd hashcat 2 1,700 09-16-2019, 07:50 PM
    Thread: Help on hashcat syntax
Post: RE: Help on hashcat syntax

Are you sure you are using the latest version of hashcat? What do you mean by too long? How long is your salt ?
philsmd hashcat 10 6,738 03-29-2018, 04:29 PM
    Thread: Help on hashcat syntax
Post: RE: Help on hashcat syntax

please make sure that the file hash.txt is located in the correct directory and is really named like this. It happens all the time that users save the file within a different folder or with a sligh...
philsmd hashcat 10 6,738 03-29-2018, 04:06 PM
    Thread: Help performing a mask-attack on 1 MD5
Post: RE: Help performing a mask-attack on 1 MD5

you should have a look here: https://hashcat.net/wiki/doku.php?id=mask_attack especially the .hcmask file section could be interesting too: https://hashcat.net/wiki/doku.php?id=mask_attack#hashca...
philsmd hashcat 1 1,331 12-27-2018, 10:45 AM
    Thread: Help to BruteForce WPA
Post: RE: Help to BruteForce WPA

The up-to-date version of maskprocessor can always be downloaded from: https://hashcat.net/wiki/doku.php?id=maskprocessor You can use this as mp64.exe -q 2 ?u?u?u?u?u?u?u?u to: 1. create a dict (might...
philsmd Old oclHashcat Support 8 29,750 02-23-2014, 01:27 PM
    Thread: Help to BruteForce WPA
Post: RE: Help to BruteForce WPA

mp64.exe -q 2 ?u?u?u?u?u?u?u?u | oclHashcat64.exe -m 2500 -u 4096 -n 32 --status --status-timer 3 wpa.hccap And it will show you the status every 3 seconds... Please remember you use stdin mode, ther...
philsmd Old oclHashcat Support 8 29,750 02-23-2014, 05:26 PM
    Thread: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...

If you always want to insert numbers exactly at position 6, you could generate some rules on the fly like this (attention: with longer numbers and additional insert positions - in addition to position...
philsmd General Talk 3 4,606 05-15-2017, 02:27 PM
    Thread: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...

Of course you need to use maskprocessor correctly (depending on the shell you use). E.g. if you use windows, you might need to quote differently, e.g. like this: Code: -- mp64 "i5?d i6?d i7?d i...
philsmd General Talk 3 4,606 05-15-2017, 08:01 PM
    Thread: Help using oclhashcat .hccap file
Post: RE: Help using oclhashcat .hccap file

1. use hashcat 3.40 (or higher, beta: https://hashcat.net/beta/) 2. use hccapx files (convert your caps with cap2hccapx from hashcat-utils or the converter: https://hashcat.net/cap2hccapx/ 3. use some...
philsmd hashcat 3 4,320 03-23-2017, 03:35 PM
    Thread: Help with 7Z Hash
Post: RE: Help with 7Z Hash

Do you use powershell? or just cmd (without powershell)? I noticed that for some reasons the default output format for powershell is utf16le (not ascii). Even if 7z2hashcat only outputs ascii the o...
philsmd hashcat 6 7,526 12-17-2017, 10:24 AM
    Thread: Help with Axcrypt
Post: RE: Help with Axcrypt

You can just use axcrypt2john.py (btw: the format - an example "hash" - is also mentioned here: https://hashcat.net/wiki/example_hashes )
philsmd General Talk 5 7,880 08-11-2016, 12:39 PM
    Thread: Help with Axcrypt
Post: RE: Help with Axcrypt

I'm not sure about the exact error message you get but if it is a python error you should probably use a different (version of) Python (maybe Python 2.7 at least). Since you didn't show the full erro...
philsmd General Talk 5 7,880 08-12-2016, 08:48 AM
    Thread: Help with cisco ASA formatting
Post: RE: Help with cisco ASA formatting

If you look at the example hash page that epixoip linked, it is very clear to see, that you need to specify: hash:salt There is something particular w/ 2410, i.e. that salt is limited to 4 chars (but...
philsmd Old oclHashcat Support 5 14,249 10-03-2014, 01:16 AM
    Thread: Help with cracking 7zip hash
Post: RE: Help with cracking 7zip hash

you need to use the latest version of hashcat (https://hashcat.net/beta) because since last release version there were several changes with -m 11600 = 7-Zip You should quickly remove the hashes here,...
philsmd hashcat 1 19,728 02-11-2017, 07:54 PM
    Thread: Help with cracking krb5tgs hash
Post: RE: Help with cracking krb5tgs hash

please test with the example hash from https://hashcat.net/wiki/example_hashes and compare your hash with the example hash. Most of the time it's just a matter of removing the file names from the "ha...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 3,692 01-28-2019, 10:29 AM
    Thread: Help with Hash
Post: RE: Help with Hash

No. According to the forum rules you've accepted you are not allowed to post hashes. You will be banned for 1 week and this thread will be closed. After the 1 week off, you hopefully did unders...
philsmd User Contributions 1 4,788 10-20-2014, 09:40 AM