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 [asc] Forum Replies Views Posted
    Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...

well, I must admit that I forgot that we talked about macOS executable here. Therefore for macOS you need to either use the github code and compile it yourself or use the homebrew packages which aren...
philsmd hashcat 6 2,080 07-31-2019, 11:50 AM
    Thread: Hashcat Brain Service
Post: RE: Hashcat Brain Service

brain is most useful for so-called slow hashes ,therefore try with e.g. -m 3200 = bcrypt , sha256crypt, PBKDF2 etc It's always a question on where the bottleneck is, if hashcat is too fast for the ...
philsmd hashcat 3 1,477 07-31-2019, 12:03 PM
    Thread: Hashcat Brain Service
Post: RE: Hashcat Brain Service

maybe you are confusing the brain feature with some distributed cracking software like hashtopolis. They address very different problems, but still some users think that the brain feature is some s...
philsmd hashcat 3 1,477 07-31-2019, 12:32 PM
    Thread: Rules for Swedish characters
Post: RE: Rules for Swedish characters

see --keyboard-layout-mapping and the file layouts/se.hckmap also read about the addition of this feature here: https://hashcat.net/forum/thread-7983.html
philsmd hashcat 4 1,606 07-31-2019, 07:18 PM
    Thread: On Mac OS X using eGPU RX 580 not using internal RX 570?
Post: RE: On Mac OS X using eGPU RX 580 not using intern...

1. if you use the current github master version, it's a known problem: https://github.com/hashcat/hashcat/issues/2083 2. the VRAM max allocation is a driver restriction (or some would call it "OpenCL...
philsmd hashcat 2 1,185 08-01-2019, 08:13 AM
    Thread: twitter yardım
Post: RE: twitter yardım

english only. no, hashcat can not be used to hack twitter accounts. that's illegal and if it's really your account you need to contact the twitter support instead of doing shady things
philsmd hashcat 2 1,069 08-01-2019, 11:02 AM
    Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...

see https://hashcat.net/wiki/doku.php?id=mask_attack hashcat -m 2500 -a 3 -2 ABC -3 ?l?u?d hash.txt D?2?3?3?3?3?3?3 -1, -2, -3, -4 are the custom charsets (--custom-charset1 ... --custom-charset...
philsmd hashcat 8 2,780 08-01-2019, 09:30 PM
    Thread: Most efficient way to crack wpa2 hash if you know first char?
Post: RE: Most efficient way to crack wpa2 hash if you k...

first of all, these concepts of "rainbow tables" and "oclhashcat" (from your other post) etc are superseded since several years. not sure how you even come up with these concepts and think this is som...
philsmd hashcat 3 1,941 08-02-2019, 01:15 PM
    Thread: Most efficient way to crack wpa2 hash if you know first char?
Post: RE: Most efficient way to crack wpa2 hash if you k...

in that case your password is probably written on a sticker on your router itself. Just have a look at your router (hardware).
philsmd hashcat 3 1,941 08-02-2019, 04:02 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

Resource Monitor and msinfo32 in windows: https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/physical-and-virtual-memory-in-windows-10/e36fb5bc-9ac8-49af-951c-e7d39b979938 vir...
philsmd hashcat 43 12,656 09-03-2019, 10:55 AM
    Thread: noob question about cmds/password types
Post: RE: noob question about cmds/password types

example hashes are here: https://hashcat.net/wiki/example_hashes note: no file names and colons within the hash
philsmd hashcat 3 1,486 08-05-2019, 08:41 PM
    Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

thanks again mrmike This problem was now fixed (git version includes the fix, soon also beta/release) with this commit: https://github.com/hashcat/hashcat/commit/ca31ef43aff1726113aaef85d06aa5c3cbc...
philsmd hashcat 6 2,894 08-06-2019, 02:10 PM
    Thread: How to encrypt password with wpa2?
Post: RE: How to encrypt password with wpa2?

you could use tools/test.pl for this Code: -- echo hashcatrocks | perl tools/test.pl passthrough 2500 | base64 -d > my.hccapx -- btw: tools/test.pl is within the hashcat folder (source code)...
philsmd hashcat 9 3,132 08-14-2019, 09:43 AM
    Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?

did you try comparing it with a run with the --slow-candidates command line argument ?
philsmd hashcat 5 1,885 08-15-2019, 12:55 PM
    Thread: Hey I'm a complete noob am I'm just starting to learn about the world of hacking
Post: RE: Hey I'm a complete noob am I'm just starting t...

-a 3 ?l?l?l?l?l?l?d ?l = dollar lower-case ELL = lowercase characters a-z ?d = digits = any number from 0-9
philsmd hashcat 4 1,815 08-16-2019, 01:36 PM
    Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?

this type of strategy was since kind of forever discussed in the FAQ under the "more work" question: https://hashcat.net/faq/morework
philsmd hashcat 5 1,885 08-16-2019, 01:46 PM
    Thread: tutorial/documentation about adding modules
Post: RE: tutorial/documentation about adding modules

The developers planned to add some wiki page (and/or forum thread) about the very new hashcat module system that wasn't even released yet. Only beta versions of hashcat do support hashcat modules. Th...
philsmd hashcat 1 1,264 08-19-2019, 01:06 PM
    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: help cracking a 7 character password
Post: RE: help cracking a 7 character password

so many problems here: 1. it's NOT allowed to post hashes, see https://hashcat.net/forum/announcement-2.html It's even worse if you claim that you have some problem and NOT even provide the correct...
philsmd hashcat 3 1,603 08-21-2019, 11:45 AM