7z 11600 hash file
#3
(07-31-2020, 04:42 PM)philsmd Wrote: Just noticed, that your -a 0 command also doesn't specify any word list file. You can't do a dictionary attack without a dictionary. You need to specify a file as a word list:
The --force argument here didn't change anything if added or not, I also tried -o, but it's not in hardware?

I think I'm doing it a little wrong. What does the dictionary file need to have, does it need to be generated? I was trying to specify a dictionary list with -a 1 to try to combine brute force with the part of the password I already know, but I put into that file, just that very word and numbers from 0 to 9.

Tried the demo hash from 11600 section with the simplest command without specifying a rule or dictionary file, but it still closes right away and doesn't solve it.

I know the beginning of that password. Can I somehow specify the beginning string and then brute force from there? Without a dictionary?

I have close to zero experience with this program so please excuse me in advance Smile

No matter what I run it says this: "hashcat -m 11600 hash2.txt" runs for a second and ends.
Code:
hashcat -m 11600 hash2.txt
hashcat (v6.1.1) starting...

OpenCL API (OpenCL 2.1 AMD-APP (3110.7)) - Platform #1 [Advanced Micro Devices, Inc.]
=====================================================================================
* Device #1: Ellesmere, 4032/4096 MB (3264 MB allocatable), 32MCU

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Applicable optimizers applied:
* Zero-Byte
* Single-Hash
* Single-Salt

ATTENTION! Pure (unoptimized) backend kernels selected.
Using pure kernels enables cracking longer passwords but for the price of drastically reduced performance.
If you want to switch to optimized backend kernels, append -O to your commandline.
See the above message to find out about the exact limits.

Watchdog: Temperature abort trigger set to 90c

Initializing backend runtime for device #1...
C:\Users\hitman\Downloads\hashcat-6.1.1>
Reply


Messages In This Thread
7z 11600 hash file - by hitman47 - 07-31-2020, 04:16 PM
RE: 7z 11600 hash file - by philsmd - 07-31-2020, 04:42 PM
RE: 7z 11600 hash file - by hitman47 - 07-31-2020, 05:23 PM
RE: 7z 11600 hash file - by philsmd - 07-31-2020, 06:28 PM
RE: 7z 11600 hash file - by hitman47 - 07-31-2020, 09:29 PM
RE: 7z 11600 hash file - by philsmd - 07-31-2020, 09:50 PM
RE: 7z 11600 hash file - by hitman47 - 07-31-2020, 10:47 PM
RE: 7z 11600 hash file - by philsmd - 07-31-2020, 11:56 PM
RE: 7z 11600 hash file - by hitman47 - 08-01-2020, 12:30 AM
RE: 7z 11600 hash file - by philsmd - 08-01-2020, 07:52 AM
RE: 7z 11600 hash file - by hitman47 - 08-01-2020, 02:06 PM