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 [asc]
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

Why do you use --force in your command line ? That's probably the biggest problem here. I didn't really understand what error you get. It's normal that a benchmark runs very quickly, it just tests ...
philsmd hashcat 10 1,330 07-31-2020, 04:42 PM
    Thread: Brute Forcing LM/NTLM with non ASCII Characters
Post: RE: Brute Forcing LM/NTLM with non ASCII Character...

if you want to change kernel files that are using sha512_update_global_utf16le_swap into kernel files that use sha512_update_global_swap (without utf16le), you would need to change it for every attack...
philsmd hashcat 2 538 07-31-2020, 04:35 PM
    Thread: I ran hashcat with a bunch of *.16800 hash files, what is best way to see results?
Post: RE: I ran hashcat with a bunch of *.16800 hash fil...

the ESSID (network name) will be in hexadecimal format (hex encoded), you would need to hex decode the last field (before the password).
philsmd hashcat 4 729 07-31-2020, 04:23 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

The good thing about mathematics is that it's very easy to see if something is proven to be impossible / infeasible, the values and results of calculations are hard facts, very easy to spot how huge t...
philsmd hashcat 43 4,387 07-31-2020, 08:37 AM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

don't post hashes: https://hashcat.net/forum/announcement-2.html it doesn't matter if it's just an example.
philsmd hashcat 43 4,387 07-30-2020, 08:59 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

The file does not exist. Just use a forum search for simple problems like this. "Hash" means that it's a literal hash, while "Hash File" means that it's trying to load a file. If the file is ...
philsmd hashcat 43 4,387 07-30-2020, 07:28 PM
    Thread: Precomputing salt / debugging module files
Post: RE: Precomputing salt / debugging module files

Thank you very much for the hint about -m 21200 (which wasn't optimized to compute sha1($salt) within the host code once and only once per hash). I've suggested the change here and it was merged: http...
philsmd hashcat 2 713 07-29-2020, 09:27 PM
    Thread: hashcat v6.1.0
Post: RE: hashcat v6.1.0

kkost: the unit tests of hashcat is a perl + shell script framework that tests if the hash types work correctly (even salt and pass of mininum and maximum length etc). It generates random hashes and v...
philsmd hashcat 10 4,017 07-29-2020, 08:23 AM
    Thread: slow using rules
Post: RE: slow using rules

try with Code: -- -S -- added to your command line. Alternatively, you could generate a new dict or use stdin/pipe, but first test with -S added to your command line (only makes sense for "...
philsmd hashcat 7 1,053 07-28-2020, 09:07 PM
    Thread: Devices being skipped
Post: RE: Devices being skipped

With this new change to the hashcat alias detection code all devices should be distinguished (in your particular case the PCI lanes for all devices were the same, 00:00.0, only the PCI domain 0001-000...
philsmd hashcat 8 1,246 07-27-2020, 03:32 PM
    Thread: ethereum scrypt
Post: RE: ethereum scrypt

unfortunately, there is no complete list. The problem in most cases isn't the hash format, but the algorithm that needs the "encrypted data" to make it possible to verify if the password is correct...
philsmd hashcat 4 707 07-27-2020, 12:18 PM
    Thread: ethereum scrypt
Post: RE: ethereum scrypt

in general, you shouldn't send these types of hashes to anybody, because the hash line itself contains sensitive data... this is especially true for several cryptocurrency "hashes".
philsmd hashcat 4 707 07-27-2020, 08:37 AM
    Thread: Devices being skipped
Post: RE: Devices being skipped

yeah, this really looks like a problem/bug in the alias detection code (see all other devices are detected as Alias for #1). I will ask atom (the main hashcat developer of hashcat) if he knows how ...
philsmd hashcat 8 1,246 07-25-2020, 02:24 PM
    Thread: Devices being skipped
Post: RE: Devices being skipped

which hashcat version ? did you try with beta and release version from https://hashcat.net/beta/ and https://hashcat.net/hashcat accordingly ? please also post the output of: Code: -- hashcat -...
philsmd hashcat 8 1,246 07-25-2020, 01:46 PM
    Thread: How to configure Hashcat to append some data?
Post: RE: How to configure Hashcat to append some data?

Quote: -- But there is a problem running it. -- Why do you not just mention the error message ? I guess it's this: Quote: -- Integer overflow detected in keyspace of mask: ?2?2?2?2?2?2?2...
philsmd hashcat 4 706 07-25-2020, 08:20 AM
    Thread: Custom chat set
Post: RE: Custom chat set

The file extension doesn't actually matter, but I agree it's good to stick to some convention/standard. It would probably make sense to rename our .charset files into .hcchr files, because of the "...
philsmd hashcat 4 720 07-24-2020, 08:29 PM
    Thread: Custom chat set
Post: RE: Custom chat set

Code: -- hashcat -m 500 -a 3 -w 3 -O --custom-charset2 my.hcchr -o krekovan hash.txt ?2?2?2?2?2?2?2 -- the file my.hcchr only consists of one line (no BOM ! see https://en.wikipedia.org/wiki/...
philsmd hashcat 4 720 07-24-2020, 07:31 PM
    Thread: How to configure Hashcat to append some data?
Post: RE: How to configure Hashcat to append some data?

Code: -- hashcat -m 1400 -a 3 -w 3 --hex-charset --custom-charset2 30 --custom-charset3 00 7627ffae5981fc58df32ea707d11d1acf72adc76d7b1a31b8a47c9fbd065a4a6 ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?3?3?3?3?...
philsmd hashcat 4 706 07-24-2020, 07:23 PM
    Thread: Hashcat doesn't consider the added chars from rules
Post: RE: Hashcat doesn't consider the added chars from ...

use this: Code: -- -S -- within your command, see: https://hashcat.net/forum/thread-8960-post-47574.html#pid47574
philsmd hashcat 2 487 07-24-2020, 05:36 PM
    Thread: Hello all, i need a litle help to understand something about drop info in hashcat
Post: RE: Hello all, i need a litle help to understand s...

in general, it only happens that both the left and right part of the "->" sign are equal if you are testing with only one password candidate... but it could also happen that by chance several (mangled...
philsmd hashcat 4 736 07-20-2020, 02:12 PM