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: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...

If you always want to insert numbers exactly at position 6, you could generate some rules on the fly like this (attention: with longer numbers and additional insert positions - in addition to position...
philsmd General Talk 3 4,606 05-15-2017, 02:27 PM
    Thread: creating a mask
Post: RE: creating a mask

maskprocessor can be used for this situation (the -q parameter can be used) and the output can be piped into hashcat: Code: -- mp64 -q 2 -1 abc ?1?1?1 | hashcat -a 0 -m 0 -w 4 hash.txt --
philsmd General Talk 4 4,602 06-28-2017, 03:37 PM
    Thread: Hashcat don't parse sha256($pass.$salt) with --hex-salt
Post: RE: Hashcat don't parse sha256($pass.$salt) with -...

The newest beta version (https://hashcat.net/beta/) should fix this problem. Thx for reporting
philsmd hashcat 3 4,601 09-06-2017, 10:22 PM
    Thread: Nvidia 3080 benchmarks
Post: RE: Nvidia 3080 benchmarks

thanks for the first benchmark of the NVIDIA RTX 3080 It would be great if they install CUDA from https://developer.nvidia.com/cuda-downloads and perform a further benchmark with CUDA installed (I ...
philsmd Hardware 19 4,598 09-18-2020, 12:14 PM
    Thread: Duplicated hashes
Post: RE: Duplicated hashes

Just use the --show option *after* you cracked the hashes. Since you used the --potfile-disable switch, you need to (temporarily) have a .pot file or with *newest beta* version (of hashcat 3.00) us...
philsmd hashcat 2 4,587 05-23-2016, 08:30 PM
    Thread: how do i run brute wallet.aes.json blockchain info?
Post: RE: how do i run brute wallet.aes.json blockchain ...

It's not allowed to ask for somebody to crack your hashes on this forum. see the forum rules. It's even worse that you offered a payment for help. We are a very nice community over here who are willin...
philsmd hashcat 9 4,581 03-09-2019, 12:36 PM
    Thread: cap2hccapx essid filters
Post: RE: cap2hccapx essid filters

Currently, the code searches for exact matches. This could be simply changed by, for instance, replacing strcmp () with strchr () here: https://github.com/hashcat/hashcat-utils/blob/b1e45b2337c2011...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 4,574 07-14-2017, 09:44 AM
    Thread: hey am i doing anything wrong?
Post: RE: hey am i doing anything wrong?

Hashcat won't crack the hash with attack mode 0 (-a 0) if the password is not present within the dictionary file (in your case the file rockyou.txt). Make sure that you know the password and that i...
philsmd hashcat 3 4,572 01-19-2017, 01:34 PM
    Thread: oclHashcat64 Displaying wrong number of combinations
Post: RE: oclHashcat64 Displaying wrong number of combin...

The bug/problem is in your command line /mask use ?u?u?u?u?u?u?u?u (instead of u?u?u?u?u?u?u?u) please
philsmd Old oclHashcat Support 2 4,543 05-25-2014, 09:20 PM
    Thread: How to input '-' charactor?
Post: RE: How to input '-' charactor?

You can just use -- to mark the end of the parameters. For instance: Code: -- cudahashcat-plus64.exe -m 0 -a 3 d:\2222222.md5 -- -?a?a?a?a?a -- There are several other ways to do it, but most of t...
philsmd General Help 2 4,542 12-25-2014, 01:19 PM
    Thread: bcrypt salt format
Post: RE: bcrypt salt format

I quickly searched on the web and it seems the obfuscation is just that the algorithm adds " 8 6 4 3 2 6 d b 2 f e 3 b e 4 0 c c 2 4 1 8 7 7 f 6 a 2 c 9 0 b" to the hash (from the start of the hash ev...
philsmd hashcat 4 4,539 12-09-2017, 11:24 AM
    Thread: Gpu Limit
Post: RE: Gpu Limit

I see this very often recently that users try to just go all-in without any prior experience with hardware and building cracking rigs and afterwards try to blame others (hashcat etc) for their fault.....
philsmd Hardware 14 4,531 01-18-2020, 01:20 PM
    Thread: How to say that the password starts with "abc"
Post: RE: How to say that the password starts with "abc"

What type of hashes do you use (there are salted hashes, where you can use abc as salt)? What type of attack mode are you planning to use? for word list/dictionary attack you can just add a rule that...
philsmd hashcat 3 4,528 11-16-2017, 12:35 PM
    Thread: Problems with the encodings of dictionaries ...
Post: RE: Problems with the encodings of dictionaries .....

You are not allowed to post hashes here, you get banned for breaking the forum rules. For what regards the problem with encoding: you need to use the correct encoding, in this case it is ISO-8859-9...
philsmd hashcat 5 4,523 11-12-2017, 02:22 PM
    Thread: Problems with the encodings of dictionaries ...
Post: RE: Problems with the encodings of dictionaries .....

russian passwords could also be encoded with CP1251 or KOI8-R etc. Pro tip: there are some charsets shipped with hashcat (see for instance the charsets/standard/Russian folder under your extracted ha...
philsmd hashcat 5 4,523 11-16-2017, 09:34 PM
    Thread: Password Manager .rfp file analysis
Post: Password Manager .rfp file analysis

Some days ago I was privately (via PMs) contacted by a hashcat user and they asked if I knew if hashcat could deal with database files from RoboForm (a seemingly well-known and often recommended passw...
philsmd User Contributions 1 4,515 06-06-2018, 06:47 AM
    Thread: Rule-based Attack: Substitution of single chars with strings
Post: RE: Rule-based Attack: Substitution of single char...

As far as I know, if you want to stick with rules, you would probably need at least 2 different types of rules. One idea is to purge all "!" characters with the purge rule and insert the multi-byte s...
philsmd hashcat 4 4,508 05-12-2017, 09:29 AM
    Thread: Rule-based Attack: Substitution of single chars with strings
Post: RE: Rule-based Attack: Substitution of single char...

If you want to use some static string like "#&33;" within a mask, you just need to put it there for instance like this (file mask_file.hcmask): Code: -- ?l?u?d,?1?1?1?1?1#&33; ?l?u?d,?1?1?1?1#&33...
philsmd hashcat 4 4,508 05-13-2017, 09:58 AM
    Thread: cannot launch mask attack with hashtopus
Post: RE: cannot launch mask attack with hashtopus

This is the wrong forum for these questions. This is the hashcat/oclHashcat forum. The hashtopus forum is https://hashtopus.org/Site/forum/ (also see https://hashcat.net/forum/thread-5251.html)
philsmd User Contributions 1 4,503 03-16-2016, 10:18 PM
    Thread: line break problem
Post: RE: line break problem

oclHashcat output is always in the format: hash[:salt]:plain you just need to use a modern text editor (like notepad++ on windows) which is able to show you the newlines
philsmd General Help 1 4,502 03-05-2014, 01:02 AM