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 [asc] Views Posted
    Thread: Hashcat DES restore file manual EDIT
Post: RE: Hashcat DES restore file manual EDIT

endianness ! If you do not understand the format, you could just use analyze_hc_restore.pl from https://github.com/philsmd/analyze_hc_restore instead (perl must be installed of course)
philsmd hashcat 2 1,079 12-27-2019, 10:39 AM
    Thread: Wordlist + Bruteforce Attack
Post: RE: Wordlist + Bruteforce Attack

just read the output of Code: -- hashcat --help -- it says Code: -- - [ Attack Modes ] - ... 6 | Hybrid Wordlist + Mask -- therefore it is just: Code: -- hashcat -a 6 -m 1372...
philsmd hashcat 2 2,079 12-27-2019, 07:55 PM
    Thread: hcmask file with custom charset usage
Post: RE: hcmask file with custom charset usage

everything must be defined within the hcmask file. the format is very clear and also allows using hcchr files etc within the hcmask file directly. You can't (and are NOT allowed) to define custo...
philsmd hashcat 2 1,143 12-31-2019, 03:50 PM
    Thread: CL_INVALID_VALUE - yes, OpenCL is installed
Post: RE: CL_INVALID_VALUE - yes, OpenCL is installed

does the beta work for you https://hashcat.net/beta/ ?
philsmd hashcat 2 1,104 01-14-2020, 09:36 AM
    Thread: 15 char exactly
Post: RE: 15 char exactly

it is infeasible the math is (26+10)^15 = 221073919720733357899776 (very huge number !) which by the way is even larger than a 64-bit number (2^64 = 18446744073709551616) see https://hashcat.net/...
philsmd hashcat 2 932 02-04-2020, 12:31 PM
    Thread: Why Is Hashcat Soooooo Slow
Post: RE: Why Is Hashcat Soooooo Slow

the pipe (|) aka stdin mode only works with -a 0 in hashcat. That means that you would need to use something like this: Code: -- -r rules/hybrid/append_d.rule -r rules/hybrid/append_d.rule -r...
philsmd hashcat 2 922 01-18-2020, 09:55 AM
    Thread: Need help to identify encryption
Post: RE: Need help to identify encryption

I think this is not a good strategy to get a helpful answer: 1. breaking forum rules (https://hashcat.net/forum/announcement-2.html). Do NOT post hashes 2. it could be anything... I think you either...
philsmd hashcat 2 1,120 02-08-2020, 11:19 PM
    Thread: Hash Format for IOS 12.x and 13.x
Post: RE: Hash Format for IOS 12.x and 13.x

it's most probably just the "salt"/key. every time you make a backup a different encryption key and salt is used. BTW: you are not allowed to post hashes in this forum (see https://hashcat.net/foru...
philsmd hashcat 2 1,283 02-19-2020, 10:37 PM
    Thread: Status description
Post: RE: Status description

for status updates every 30 seconds, you need to use: --status --status-timer 30 1. The mask (that you didn't specify, it's the default one, see: https://hashcat.net/wiki/doku.php?id=hashcat#defau...
philsmd hashcat 2 1,158 02-19-2020, 09:43 AM
    Thread: What is pw_len of the pw type ?
Post: RE: What is pw_len of the pw type ?

yes u32[] means that each item consist of 4 bytes, i.e. 64 * 4 = 256 maximum password length pw_len is the length in bytes, of course (everything else wouldn't make sense). each additional characte...
philsmd hashcat 2 1,001 02-26-2020, 01:14 PM
    Thread: Maskprocessor | Hashcat syntax question
Post: RE: Maskprocessor | Hashcat syntax question

no, you do NOT need maskprocessor in that specific situation (already a huge keyspace/mask). you could improve speed by adding -w 3 or even -w 4 to your command line
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 1,084 02-29-2020, 02:16 PM
    Thread: Partial mask increment
Post: RE: Partial mask increment

with hashcat mask files (.hcmask): https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files and https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_hashcat_mask_file ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 1,267 02-28-2020, 04:00 PM
    Thread: Delete character using rule "s"
Post: RE: Delete character using rule "s"

Code: -- @, -- https://hashcat.net/wiki/doku.php?id=rule_based_attack (purge)
philsmd hashcat 2 1,004 03-10-2020, 11:18 AM
    Thread: Hash extract error
Post: RE: Hash extract error

It probably would make much more sense to report this problem to the bleeding-jumbo JTR repository (https://github.com/magnumripper/JohnTheRipper ) where the bitcoin2john.py utility is being developed...
philsmd General Talk 2 920 03-07-2020, 10:34 AM
    Thread: Bitcoin encryption algorithm
Post: RE: Bitcoin encryption algorithm

One good thing about hashcat source code, is that we also have several high-level tests (like the test framework in perl)... this is very easy code to understand, even if you are only fluent with pyth...
philsmd General Talk 2 1,111 03-17-2020, 09:47 AM
    Thread: PTX error when launching hashcat
Post: RE: PTX error when launching hashcat

You could try with beta from https://hashcat.net/forum You could test this guide: https://hashcat.net/faq/wrongdriver You should give more information about hardware etc Only newer versions of ...
philsmd hashcat 2 1,212 03-23-2020, 08:28 PM
    Thread: Hashfile 'hash100.txt' on line 1 Token length exception : No Hashes Loaded
Post: RE: Hashfile 'hash100.txt' on line 1 Token length ...

Do not use --force Do not use --show (makes no sense while trying to *crack* hashes) Example hashes can be found here: https://hashcat.net/wiki/example_hashes or use the command: hashcat -m 1000 ...
philsmd hashcat 2 850 03-29-2020, 12:34 PM
    Thread: Is This Make A Problem for Cracking?
Post: RE: Is This Make A Problem for Cracking?

It's not a problem (unless you use --force to hide some other "Warnings/errors"). The reason is just that in one case (left) you have a single network/essid and on the other hand (right) you have s...
philsmd hashcat 2 681 03-30-2020, 07:38 PM
    Thread: Detecting 1 Device (CPU) not GPU
Post: RE: Detecting 1 Device (CPU) not GPU

https://hashcat.net/faq/wrongdriver
philsmd hashcat 2 765 04-03-2020, 09:02 PM
    Thread: Cracking hash
Post: RE: Cracking hash

do not post any hashes: https://hashcat.net/forum/announcement-2.html
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 2,644 04-06-2020, 09:13 PM