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: 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,249 07-25-2020, 02:24 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,249 07-27-2020, 03:32 PM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

you need to explain more clearly what you are trying to do. What does combining mean in your situation ? how many words combined, any separator between the words, can one word occur multiple times ...
philsmd General Talk 29 5,284 04-18-2020, 09:34 PM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

does the release version from https://hashcat.net/hashcat work for you ? does it work with -D 1 (i.e. with your CPU) ?
philsmd General Talk 29 5,284 04-22-2020, 11:29 AM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

It's not totally clear. maybe this is only a problem on macOS ? do you use the latest version of macOS ? It could easily be that the macOS driver is buggy. You could do further test and see if other ...
philsmd General Talk 29 5,284 04-22-2020, 02:13 PM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

I think under macOS you can't really install the driver by downloading and installing "the new" or a "different" one from the Intel (vendor) page or similar. I think under macOS the only thing you cou...
philsmd General Talk 29 5,284 04-22-2020, 03:23 PM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

In general you would use a command like this: Code: -- hashcat -m 14700 -a 3 -w 3 --increment --increment-min 8 -2 ?u?l?d@ extracted_hash.txt ?u?2?2?2?2?2?2?2?2?2 -- instead of -2 you could al...
philsmd General Talk 29 5,284 04-23-2020, 12:17 PM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

-w is for the workload profile, see the output of the hashcat --help command: Code: -- hashcat --help ... - [ Workload Profiles ] - # | Performance | Runtime | Power Consumption | Desktop I...
philsmd General Talk 29 5,284 04-23-2020, 05:59 PM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

glad to hear that. well done !
philsmd General Talk 29 5,284 04-28-2020, 02:01 PM
    Thread: Dictionary attack not working black screen
Post: RE: Dictionary attack not working black screen

-a 3 or --attack-mode 3 enables according to --help and the wiki a mask attack ( https://hashcat.net/wiki/doku.php?id=mask_attack ). -a 0 must be used if you want to run a dictionary attack. So it ...
philsmd Old oclHashcat Support 2 4,952 04-28-2015, 07:32 AM
    Thread: Dictionary cache building
Post: RE: Dictionary cache building

Yeah, it's also mentioned within docs/changes.txt Code: -- * changes v3.30 -> v3.40: ... - Wordlists: Disable dictstat handling for hash-mode 3000 as it virtually creates words in the wordlist w...
philsmd hashcat 1 5,032 05-28-2017, 02:01 PM
    Thread: Dictionary Filter
Post: RE: Dictionary Filter

it should be very easy to do this w/ for instance running some (shell) commands. The only thing you should consider: 1. why not sort and unique the dict beforehand 2. how large is the dict - must...
philsmd General Help 2 8,008 01-09-2014, 02:22 PM
    Thread: Dictionary with known combinations
Post: RE: Dictionary with known combinations

if you really need to combine every word with every word, you should probably use combinator3 from hashcat.utils Code: -- combinator3 dict dict dict -- if the numbers are always at the end and "o...
philsmd hashcat 1 2,259 06-25-2017, 08:35 AM
    Thread: Ryzen 5 2400G: Difference between Linux and Windows wrt -m 1800: Factor 3.5
Post: RE: Difference between Linux and Windows wrt -m 18...

the operating system ideally makes no difference (except if you did some specific tuning with one benchmark and didn't with another). I would suggest to test at least the same versions to make a 1:1 c...
philsmd hashcat 8 3,117 05-31-2019, 02:40 PM
    Thread: DIfficulties running mass attack
Post: RE: DIfficulties running mass attack

you need to add: -m 2500 (see https://hashcat.net/wiki/doku.php?id=example_hashes ), otherwise hashcat does not know what type of hash you want to crack Code: -- oclHashcat-plus64.exe -m 2500 -a 3 -1...
philsmd Very old oclHashcat-plus Support 4 9,529 11-03-2013, 12:55 AM
    Thread: Discord
Post: RE: Discord

I think the idea in general is not bad, but it would be much more clever to contact the administrator (atom) or at least some moderators over here or IRC to discuss these types of ideas before announc...
philsmd hashcat 1 900 05-02-2020, 06:46 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: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

furthermore, this mask is kind of pointing to a possible problem: ?1?1?1?1?1?1?1?1?1?1?1 if --custom-charset1 (or short -1) is defined with a very small number of chars (small charset), that might...
philsmd hashcat 43 12,656 08-28-2019, 10:42 AM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

well, I would just try to compare it with the benchmark value. if you test the same input (single hash, -w 3 or even -w 4 and -O and mask ?b?b?b?b?b?b?b), the speed should be the same. if by cha...
philsmd hashcat 43 12,656 08-30-2019, 07:53 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

well , this is now -m 0, not -m 1000. we should compare apples to apples, not apples to oranges. You didn't post the --benchmark value vs the real test with hash list for the same hash types. we w...
philsmd hashcat 43 12,656 08-30-2019, 09:30 PM