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 [desc] Forum Replies Views Posted
    Thread: Cisco IE1000 Switch
Post: RE: Cisco IE1000 Switch

doesn't the configuration file also tell you the type of the "password". I guess, it's none of these https://community.cisco.com/t5/networking-documents/understanding-the-differences-between-the-ci...
philsmd hashcat 5 1,772 02-24-2020, 09:11 AM
    Thread: Keys
Post: RE: Keys

how do you want to hit the keys ? with something else than your fingers ? (e.g. a wrapper script) I would suggest to use --status --status-timer or alternative a different structure/format: ...
philsmd hashcat 3 1,503 02-24-2020, 08:19 PM
    Thread: Keys
Post: RE: Keys

You would need to explain exactly what your end goal is such that somebody in here can explain if this would make sense and if it would work. Why would you need to fake pressing some keys in the first...
philsmd hashcat 3 1,503 02-25-2020, 09:45 AM
    Thread: How to crack Keepass2 passcode, help me
Post: RE: How to crack Keepass2 passcode, help me

so you are using -m 13400 together with the modified (removed file names etc) output of keepass2john from bleeding-jumbo john the ripper (JTR) ? Well, it depends if the chars are appended/prepended...
philsmd hashcat 1 933 02-25-2020, 06:13 PM
    Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...

you need to specify the hash file too: hashcat -m 22000 -a 0 -w 3 -r rockyou-30000.rule hash.txt rockyou.txt what happens if you do not use any rules ? does it work without rules ?
philsmd hashcat 29 21,222 02-25-2020, 09:26 PM
    Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...

so you say that you are pressing "s" and the output never appears ? Does this happen "only" in -a 0 ? I would suggest that you re-install the drivers following this tutorial https://hashcat.net/...
philsmd hashcat 29 21,222 02-26-2020, 11:58 AM
    Thread: why the Alphabetic charset is so slow
Post: RE: why the Alphabetic charset is so slow

what do you mean ? mask attack (-a 3) ? there is no such thing as alphanumeric chars in hashcat built-in charsets: we only have the single groups of characters like ?d,?l,?u and the combination of...
philsmd hashcat 5 1,805 02-26-2020, 08:58 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: Telegram and hashcat.
Post: RE: Telegram and hashcat.

@zvonko I guess this is not the mobile app you are using, but the Desktop Application. We had this github issue https://github.com/hashcat/hashcat/issues/1534 and unfortunately nobody mentioned/exp...
philsmd hashcat 9 2,995 02-26-2020, 01:19 PM
    Thread: Cisco IE1000 Switch
Post: RE: Cisco IE1000 Switch

that's interesting. so it seems to be a hash indeed. The problem is that we do not know the algorithm, Maybe that's a Cisco secret, I guess. You could try to kindly ask some cisco support/techni...
philsmd hashcat 5 1,772 02-27-2020, 09:31 AM
    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: Telegram and hashcat.
Post: RE: Telegram and hashcat.

okay, I just spend a couple of free minutes to come up with this perl script (POC): telegram_desktop.pl Code: -- #!/usr/bin/env perl # Author: philsmd # Date: February 2020 # License: public...
philsmd hashcat 9 2,995 02-28-2020, 04:45 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: wordlist creates
Post: RE: wordlist creates

the question here is: why would you need to create a word list on disk ? This involves a lot of disk I/O (usage of one of the slowest components on a PC, even if it is a NVMe SSD). Remember: in additi...
philsmd hashcat 3 1,560 03-01-2020, 10:25 AM
    Thread: Paid Rules Assistance?
Post: RE: Paid Rules Assistance?

combining 3 dicts is essentially the same as combining 2 dicts and "add" the dict again (1+1+1 = (1+1)+1 = 3). you could use combinator3.bin from hashcat-utils (https://hashcat.net/wiki/doku.php?id...
philsmd hashcat 9 2,223 03-06-2020, 09:38 PM
    Thread: Would anyone be able to match this hash with the password?
Post: RE: Would anyone be able to match this hash with t...

it's not allowed in this forum: https://hashcat.net/forum/announcement-2.html you got a 1 week ban to revise the forum rules
philsmd General Talk 1 666 03-07-2020, 09:13 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: Hybrid attack keyspace inconsistency
Post: RE: Hybrid attack keyspace inconsistency

thanks for the report of this documentation problem (it has actually changed a little bit between versions of hashcat). The general rule now is that the left part matters (dict for -a 6; and mask for ...
philsmd hashcat 3 1,317 03-07-2020, 04:03 PM
    Thread: Weird behaviour when cracking RAR?
Post: RE: Weird behaviour when cracking RAR?

Do you use --optimized-kernel-enable (or short -O) in your command ? The maximum password length with -O is 20: Code: -- Minimum password length supported by kernel: 0 Maximum password length ...
philsmd hashcat 3 1,330 03-07-2020, 08:00 PM
    Thread: Electrum 4 and 5 Token length exception (ver 5.1.0+1736)
Post: RE: Electrum 4 and 5 Token length exception (ver ...

yeah, -m 21700 starts with $electrum$4 (see https://hashcat.net/wiki/example_hashes). I'm also pretty sure only the beta version currently supports -m 21700 and -m 21800 (at the time of this writing, ...
philsmd Beta Tester 4 1,400 03-09-2020, 09:25 AM