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 [desc] Replies Views Posted
    Thread: cracking salted SHA1
Post: RE: cracking salted SHA1

It's possible your salt is longer than the maximum hashcat expects. How long is it? If your hex-encoded salt is indeed five characters long something is wrong.
undeath hashcat 14 19,731 06-28-2018, 05:35 PM
    Thread: cracking salted SHA1
Post: RE: cracking salted SHA1

Either it's not hex-encoded data but rather ascii-data that happens to use hexadecimal alphabet or you are missing parts. Hex encoding uses two hexadecimal letters to encode one byte. Valid hex-data c...
undeath hashcat 14 19,731 06-28-2018, 06:12 PM
    Thread: cracking salted SHA1
Post: RE: cracking salted SHA1

don't use --hex-salt if your salt is not hex-encoded
undeath hashcat 14 19,731 06-28-2018, 06:35 PM
    Thread: hi guys please a little help with hashcat
Post: RE: hi guys please a little help with hashcat

Quote: -- * Device #1: ATTENTION! OpenCL kernel self-test failed. -- hashcat shouldn't even start without using --force (which you are not using). Your opencl runtime is broken. Hashcat won't work pr...
undeath hashcat 12 8,236 06-28-2018, 06:37 PM
    Thread: hi guys please a little help with hashcat
Post: RE: hi guys please a little help with hashcat

1. you don't need to use --force since hashcat already runs for whatever reason 2. --force won't make your problem go away, it will just cause hashcat to run anyway (not needed because 1.) 3. your G...
undeath hashcat 12 8,236 06-28-2018, 06:48 PM
    Thread: Need help, new to hashcat
Post: RE: Need help, new to hashcat

cracking a random password of such length is no feasible.
undeath hashcat 2 2,532 06-29-2018, 02:07 AM
    Thread: New to Hashcat, command starts and then stops after a few seconds
Post: RE: New to Hashcat, command starts and then stops ...

lol
undeath hashcat 9 7,048 07-01-2018, 12:04 PM
    Thread: Toggle question / Emulate shift
Post: RE: Toggle question / Emulate shift

I think the goal is to replace certain characters with certain others. That's not possible with rules. hashcat-legacy had a table lookup mode which did exactly this.
undeath hashcat 4 3,137 07-02-2018, 03:12 PM
    Thread: Having Issues Trying To Crack MD5 w/ Wordlist
Post: RE: Having Issues Trying To Crack MD5 w/ Wordlist

whatever other OS you have on your computer is probably better for using with hashcat than The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali).
undeath hashcat 3 2,897 07-06-2018, 12:07 AM
    Thread: Speed issue with WPA2
Post: RE: Speed issue with WPA2

1. do your masks have a static prefix? are you using rules with the wordlist? 2. 2501 WPA PMK, not WPA PSK. If you don't know what PMK means you don't need it. 3. estimated time is only for the mask...
undeath hashcat 5 3,642 07-06-2018, 02:14 PM
    Thread: Launch hashcat with conrete letters in password counts
Post: RE: Launch hashcat with conrete letters in passwor...

you can use policygen from PACK (https://thesprawl.org/projects/pack/) or write your own candidate generator
undeath hashcat 5 3,293 07-06-2018, 05:46 PM
    Thread: Speed issue with WPA2
Post: RE: Speed issue with WPA2

given your low-end hardware the numbers you see seem plausible.
undeath hashcat 5 3,642 07-07-2018, 11:51 AM
    Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules

royce Wrote: (07-08-2018, 07:23 PM) -- ?d?d?d?d rule mask --
undeath hashcat 10 6,617 07-09-2018, 03:03 PM
    Thread: Problems with installing and using hashcat
Post: RE: Problems with installing and using hashcat

1. install nvidia driver using ubuntus package manager 2. download hashcat from https://hashcat.net/hashcat/ 3. unpack hashcat 4. done
undeath hashcat 1 1,846 07-09-2018, 03:21 PM
    Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules

There is not "a rule" to simulate a hybrid attack ;) Since OP is already confused about rules vs masks that info was not very helpful. But you are right, hybrid attacks don't actually support stdin, s...
undeath hashcat 10 6,617 07-09-2018, 05:01 PM
    Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules

k4rlm4rx Wrote: (07-09-2018, 11:18 PM) -- I just never though of making a single digit rule instead I thought of a 4 digit rule. -- Technically you can do both, but the later approach will use up mo...
undeath hashcat 10 6,617 07-10-2018, 12:39 PM
    Thread: Hashcat doesn't find password
Post: RE: Hashcat doesn't find password

your ancient hardware isn't supported by hashcat
undeath hashcat 3 2,734 07-10-2018, 12:50 PM
    Thread: Masks for Multiple Language Charsets in UTF-8
Post: RE: Masks for Multiple Language Charsets in UTF-8

Your findings are correct. UTF-8 is fully ASCII-compatible and latin characters (along with numbers and the basic set of special characters) are represented with only one byte. As you already noticed...
undeath hashcat 3 2,950 07-11-2018, 05:46 PM
    Thread: bcript+salt?
Post: RE: bcript+salt?

i don't know what Y is, but bcrypt has its native salt encoded in the hash string. If you have an additional salt that is non-standard and you have to do non-standard things.
undeath hashcat 8 5,602 07-12-2018, 06:54 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

The brain wallet is directly derived from the password. According to the website it's just sha256(pw). That will yield the private key, from which you need to derive the public key, and then the addre...
undeath hashcat 22 17,308 07-13-2018, 11:59 AM