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: VeraCrypt - no idea what hash or cipher was used
Post: RE: VeraCrypt - no idea what hash or cipher was us...

you can run modes 13713, 13723, 13733 and 13753 which will cover all non-boot possibilities.
undeath General Talk 3 3,984 03-28-2018, 10:55 AM
    Thread: My Itunes hash
Post: RE: My Itunes hash

What is the expected length of each part of the password? Doing a full brute force is probably not feasible. to summarise, your password consists of word with capital letter + special char + numbers...
undeath hashcat 3 3,718 04-02-2018, 05:29 PM
    Thread: Hash of veracrypt file
Post: RE: Hash of veracrypt file

To make sure you are correctly extracting the needed data create a new container with a known password and try to crack that one.
undeath hashcat 3 3,060 04-06-2018, 09:26 AM
    Thread: Buying a new machine for Hashcat
Post: RE: Buying a new machine for Hashcat

Unless you need the CPU for other related means, eg wordlist processing, or you anticipate you need to crack GPU-hard algorithms like scrypt you don't need a fast CPU. If you can get it really cheap i...
undeath Hardware 3 3,009 04-08-2018, 03:45 PM
    Thread: What am I missing?
Post: RE: What am I missing?

make sure your password file has no BOM.
undeath hashcat 3 2,804 04-13-2018, 10:24 PM
    Thread: appending numbers to combo attack
Post: RE: appending numbers to combo attack

doing such an attack has become rather complicated since hashcat dropped support for fifos and the lack of support for stdin on mode a6/a7 and lack of support for rules on mode a1. Easiest way is u...
undeath hashcat 3 6,267 04-14-2018, 03:07 PM
    Thread: What am I missing?
Post: RE: What am I missing?

The BOM is always optional and its presence depends on your text editor. Notepad++ has an option to explicitly enable/disable it. BOM is almost exclusively used for unicode. https://en.wikipedia.org/w...
undeath hashcat 3 2,804 04-15-2018, 10:17 AM
    Thread: Hashcat can't find password
Post: RE: Hashcat can't find password

you need to use rar2john from jtr-jumbo to extract the KDF data from the rar archive: https://github.com/magnumripper/JohnTheRipper looks like you're going to have to compile that yourself or find ...
undeath hashcat 3 3,482 04-20-2018, 10:12 PM
    Thread: Can anyone help me
Post: RE: Can anyone help me

you haven't happened to follow the suggestions hashcat gave you, have you? Quote: -- You are STRONGLY encouraged to use the drivers listed in docs/readme.txt. --
undeath hashcat 3 3,116 04-27-2018, 06:13 PM
    Thread: Need Help On Weird Problem
Post: RE: Need Help On Weird Problem

A fundamental feature of a cryptographic hash function is that this is not possible. So no.
undeath hashcat 3 2,661 04-30-2018, 09:06 PM
    Thread: Trying to get a myspace decrypt
Post: RE: Trying to get a myspace decrypt

what's your command line? did you specify the correct hash mode?
undeath hashcat 3 2,796 06-05-2018, 10:58 PM
    Thread: Trying to get a myspace decrypt
Post: RE: Trying to get a myspace decrypt

I recommend simply reading the --help output and wiki. Most youtube tutorials are excruciating. By reading the --help output you would quickly notice that whatever that "decrypted.txt" file is, it ...
undeath hashcat 3 2,796 06-06-2018, 01:05 PM
    Thread: Hashcat vs TeamViewer
Post: RE: Hashcat vs TeamViewer

The most pressing issue here is apparently bad cooling. You can either do manual fan control or underclock/undervolt the gpu.
undeath hashcat 3 2,817 06-24-2018, 07:21 PM
    Thread: MD5 mask for password
Post: RE: MD5 mask for password

pbies Wrote: (06-27-2018, 05:31 PM) -- Is it possible to bypass such computation? -- you can modify the source code pbies Wrote: (06-27-2018, 05:31 PM) -- For a good desktop PC is it possible to ...
undeath hashcat 3 2,962 06-27-2018, 05:39 PM
    Thread: Supercomputer
Post: RE: Supercomputer

Your best course of action is finding out how the md5 password was generated. brute force isn't going to get you anywhere.
undeath Hardware 3 3,036 06-27-2018, 05:43 PM
    Thread: Supercomputer
Post: RE: Supercomputer

Yes, that would be a much better approach.
undeath Hardware 3 3,036 06-27-2018, 06:09 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,896 07-06-2018, 12:07 AM
    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,733 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: Binary hashlist
Post: RE: Binary hashlist

For hccapx you can simply concatenate mulitple files. I'm not sure about TC/VC.
undeath hashcat 3 3,108 07-16-2018, 07:22 PM