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: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...

run clinfo and post the output after that also try this: https://hashcat.net/faq/wrongdriver
philsmd hashcat 7 593 08-25-2020, 06:57 PM
    Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...

what do you mean by stable ? which version do you use ? which version is working for you ?
philsmd hashcat 7 593 08-26-2020, 01:16 PM
    Thread: Idea: Wordlist-creation from language-statistics
Post: RE: Idea: Wordlist-creation from language-statisti...

there is only one disadvantage: the markov chain support is limited to the mask-based attack types (-a 3, and the mask part of -a 6, -a 7). So if you want to run a dictionary (-a 0 for instance), h...
philsmd General Talk 4 593 08-18-2020, 10:52 AM
    Thread: Beta and driver
Post: RE: Beta and driver

great, thanks for update. Problem fixed :) thread closed
philsmd hashcat 2 589 06-11-2020, 07:12 PM
    Thread: Hashcat table of hashes
Post: RE: Hashcat table of hashes

Code: -- hashcat --help -- or: Code: -- hashcat --example-hashes -- or: https://hashcat.net/wiki/doku.php?id=example_hashes
philsmd hashcat 2 583 06-24-2020, 09:19 AM
    Thread: ATTENTION! OpenCL kernel self-test failed on Mac
Post: RE: ATTENTION! OpenCL kernel self-test failed on M...

1. the hash type (-m) is important when you report any errors (self-test errors are often "only" affecting specific hash types, because of a driver/runtime/compiler bug, not hashcat problem most of th...
philsmd hashcat 2 582 07-13-2020, 10:28 AM
    Thread: Is hccap Support Intentionally Dropped in V6?
Post: RE: Is hccap Support Intentionally Dropped in V6?

I'm also confused here. Well, we need to distinguish 2 different cases: 1. you are really refering to hccap (without the x at the end) 2. you mean the new -m 22000 = WPA-PBKDF2-PMKID+EAPOL compared ...
philsmd hashcat 2 576 06-25-2020, 06:59 PM
    Thread: Combinator attack - hashcat internals
Post: RE: Combinator attack - hashcat internals

what exactly are you comparing with ? Is it this command ? Code: -- hashcat -m 3200 -a 1 -w 3 hash.txt dict1.txt dict2.txt -- It also depends a lot on the sizes of the dicts and on the cost f...
philsmd hashcat 1 575 05-28-2020, 08:52 AM
    Thread: SHA-256 64 char password
Post: RE: SHA-256 64 char password

infeasible. (26+10) ^ 64 = 4011991914547630480065053387702443812690402487741812225955731622655455723258857248542161222254985216
philsmd hashcat 2 573 05-26-2020, 09:48 PM
    Thread: Struggling with hashcat iTunes
Post: RE: Struggling with hashcat iTunes

if you only have an Intel CPU (no GPU), you should install the OpenCL Runtime for Intel CPUs from https://software.intel.com/en-us/articles/opencl-drivers#cpu-section (https://registrationcenter-downlo...
philsmd hashcat 1 571 03-29-2020, 08:28 PM
    Thread: How to use named pipe with hashcat?
Post: RE: How to use named pipe with hashcat?

the problem with named pipes is that they act like a normal file, but have no "file size", so hashcat will read through all of the input to discover the number of password candidates (or "length") and...
philsmd hashcat 2 567 05-13-2020, 02:09 PM
    Thread: hashcat mask
Post: RE: hashcat mask

first of all it's infeasible to brute-force (and in most cases also mask attack) a hash with a password that is very long and random. It's mathematically imposiible. NOT doable. just do the math (hint...
philsmd hashcat 2 567 07-19-2020, 10:28 AM
    Thread: resume hashcat from known progress
Post: RE: resume hashcat from known progress

It's not safe in general to restore from some arbitrary progress value. If you know the restore file that would be much safer: Code: -- Restore.Point....: x/y -- You can use the x value wit...
philsmd hashcat 1 559 03-29-2020, 09:49 PM
    Thread: Help implementing FNV1 for a3 mode
Post: RE: Help implementing FNV1 for a3 mode

I would suggest to start with some simple hash types that involve md5/sha1 etc... In general there are some algorithms listed here, that are not already implemented: https://github.com/hashcat/has...
philsmd hashcat 1 557 05-04-2020, 07:11 PM
    Thread: Password-based Uniform-Random-Equivalent Encryption
Post: RE: Password-based Uniform-Random-Equivalent Encry...

it wouldn't be surprising that there exists software that can encrypt disks/volumes/containers etc and make them look as random data. The problem only is that also (plain text and easy to spot) metad...
philsmd General Talk 1 557 06-13-2020, 03:45 PM
    Thread: Hashcat and linux process substitution
Post: RE: Hashcat and linux process substitution

use Code: -- cat wordlist | hashcat -m 16500 -a 0 hashes.txt -- instead... if and only if you really need to use a separate command (not using the dictionary directly, which of course should b...
philsmd hashcat 1 552 04-08-2020, 01:18 AM
    Thread: How to extract hash of mssql
Post: RE: How to extract hash of mssql

nmap for instance: https://nmap.org/nsedoc/scripts/ms-sql-dump-hashes.html https://github.com/nmap/nmap/blob/a7638f57c88cb1b5da949147729fca76a0f332c5/scripts/ms-sql-dump-hashes.nse#L71-L73
philsmd hashcat 1 545 04-21-2020, 12:56 PM
    Thread: Heat problem and more - new ASUS laptop with a Ryzen 7 processor
Post: RE: Heat problem and more - new ASUS laptop with a...

the best thing probably would be to not use laptops for these intensive cracking purposes. second thing could be to just use your CPU (install the Intel OpenCL Runtime for Intel Core and Xeon processo...
philsmd hashcat 2 540 06-11-2020, 09:36 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 can't use hashcat
Post: RE: I can't use hashcat

why do you use POCL ? see https://hashcat.net/hashcat/ for the recommended drivers
philsmd hashcat 4 536 08-24-2020, 07:09 PM