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 [asc] Author Forum Replies Views Posted
    Thread: Hi guys
Post: RE: Hi guys

It's probably a usergroup-based permission setting. My guess is that new or users with very few threads/posts will probably not be allowed to change their avatar. Something like mentioned here: https...
philsmd hashcat 18 12,096 04-17-2018, 04:48 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: 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: HEXed dictionary
Post: RE: HEXed dictionary

there are at least 2 ways to use "hex" passwords within dictionaries in hashcat: 1. use --hex-wordlist 2. use $HEX[] within the lines these options are very similar and different at the same time...
philsmd hashcat 3 1,002 01-28-2020, 01:56 PM
    Thread: hex password
Post: RE: hex password

yes, your command is wrong. You did specify the custom charset but forgot to specify a mask. see https://hashcat.net/wiki/doku.php?id=mask_attack
philsmd Old oclHashcat Support 7 20,679 06-27-2016, 03:44 PM
    Thread: hex output special character
Post: RE: hex output special character

it's nothing particular strange about that $HEX[...] output, instead it is just the hexadecimal representation of the string. Yeah, if you really want you can use --outfile-autohex-disable in your fir...
philsmd hashcat 2 4,276 08-02-2016, 10:24 AM
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

It seems that you are mixing up custom charsets (-1 xxx) with the mask itself. This makes no sense: -a 3 -1 ?b?b?b?b?b?b?b?b -1 is the same as --custom-charset1 and it is used to define a custom c...
philsmd hashcat 14 12,596 02-03-2017, 01:27 AM
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

The problem here might be that the keyspace is way too huge and therefore a "integer overflow" is reached. 255^8 = 17878103347812890625 (yeah, a huge number!). Try with a smaller mask instead... BTW...
philsmd hashcat 14 12,596 02-03-2017, 10:53 AM
    Thread: helpp
Post: RE: helpp

According to the forum rules ( https://hashcat.net/forum/announcement-2.html ) you are not allowed to post hashes. I need to remove hash, close this thread and ban you for 1 week. After the 1 wee...
philsmd Old hashcat Support 2 4,932 11-05-2014, 12:12 AM
    Thread: helpme ^^)
Post: RE: helpme ^^)

hashes were removed. users were banned. follow the forum rules. damnit see https://hashcat.net/forum/announcement-2.html
philsmd hashcat 4 2,380 01-05-2019, 05:10 PM
    Thread: Help!
Post: RE: Help!

use this command to change the directory in cmd: Code: -- cd Users\Underground\Desktop\hashcat-5.1.0 --
philsmd hashcat 3 1,091 01-29-2020, 03:16 PM
    Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...

if in doubt you can simply use -m 100 which has no salt Code: -- hashcat -m 100 -a 3 XE9XX2685XX09XX6X191XX16944D9D01179266F 'Pass123$' --
philsmd hashcat 3 1,143 01-17-2020, 07:15 PM
    Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...

Just a friendly reminder: according to the forum rules it is not allowed to post hashes here, see https://hashcat.net/forum/announcement-2.html
philsmd hashcat 3 1,143 01-17-2020, 09:30 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

what did you try ? it would make sense to at least mention how you tried it etc ? see https://hashcat.net/wiki/doku.php?id=rule_based_attack for instance to append the "a" character, you would u...
philsmd hashcat 7 1,475 05-13-2020, 02:12 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

I don't quite get what you are trying to do and what your command looks like. Why don't you just show us what you currently try and we will explain what is wrong ! That way it would be much easier. ...
philsmd hashcat 7 1,475 05-13-2020, 06:39 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

I'm pretty sure that is some problem with your specific rule file (malformed, corrupted). just try it yourself... open a text editor, insert the dollar symbol and the closing bracket, store it an...
philsmd hashcat 7 1,475 05-14-2020, 02:14 PM
    Thread: Help with policygen/maskprocessor to create hcmask
Post: RE: Help with policygen/maskprocessor to create hc...

maskprocessor has an option for #3, see mp64 --help output: Code: -- -q, --seq-max=NUM Maximum number of multiple sequential characters -- for #2 instead you need to generate some k...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 5,806 01-26-2019, 12:44 PM
    Thread: Help with policygen/maskprocessor to create hcmask
Post: RE: Help with policygen/maskprocessor to create hc...

I literally just wrote what you should do for point #3 use maskprocessor with -q 2 as explained in my command above.
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 5,806 01-26-2019, 04:11 PM
    Thread: Help with policygen/maskprocessor to create hcmask
Post: RE: Help with policygen/maskprocessor to create hc...

the hashcat forum software (CMS) uses mybb. The mybb community/devs implemented the password reset mechanism with a temporary password. It's not your original password. The original password is stored...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 5,806 01-26-2019, 11:03 PM
    Thread: Help with pbkdf2_hmac_'sha512' hashes
Post: RE: Help with pbkdf2_hmac_'sha512' hashes

you first script (the hash generator) doesn't use the binary input, while your second script hex-decodes it and converts it to base64. This line Code: -- salt = b"2213dcd3820c18c559cc389c8bd22e...
philsmd hashcat 2 1,758 02-03-2019, 09:35 AM