Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: noob needs help
Post: RE: noob needs help

Run hashcat --help is the output tells you to do.
b8vr hashcat 2 2,165 04-12-2026, 11:56 PM
    Thread: Cracking Veracrypt hidden volume - outer volume pw known
Post: RE: Cracking Veracrypt hidden volume - outer volum...

alain Wrote: (02-12-2026, 07:20 PM) -- b8vr Wrote: (02-07-2026, 08:48 AM) -- alain Wrote: (02-06-2026, 06:02 PM) -- After this command: Code: -- .\hashcat.exe -m 29431 -a 0 hash.txt passwords.txt...
b8vr hashcat 7 5,199 02-14-2026, 01:55 AM
    Thread: Token length exception with RAR hash – what am I doing wrong?
Post: RE: Token length exception with RAR hash – what am...

YanTA Wrote: (02-10-2026, 06:32 PM) -- When I extract the hash file with the John program, its size is 2 GB and that's why HashCat can't find the password inside. Please tell me what to do. There are...
b8vr hashcat 7 6,479 02-10-2026, 08:16 PM
    Thread: Cracking Veracrypt hidden volume - outer volume pw known
Post: RE: Cracking Veracrypt hidden volume - outer volum...

alain Wrote: (02-06-2026, 06:02 PM) -- After this command: Code: -- .\hashcat.exe -m 29431 -a 0 hash.txt passwords.txt -o pwcracked.txt -w 4 -O -S -n 1 --force -- I was receiving a "No hashes loa...
b8vr hashcat 7 5,199 02-07-2026, 08:48 AM
    Thread: Cracking Veracrypt hidden volume - outer volume pw known
Post: RE: Cracking Veracrypt hidden volume - outer volum...

alain Wrote: (02-05-2026, 08:14 PM) -- I have extracted the header using these commands in Powershell: $header = New-Object byte[] 512 [IO.File]::OpenRead("nameofcontainer.hc").Read($header, 0, 5...
b8vr hashcat 7 5,199 02-06-2026, 07:56 AM
    Thread: LUKS V2 Support
Post: RE: LUKS V2 Support

mintcocs Wrote: (02-05-2026, 11:16 AM) -- Hi, im trying to test how can i decrypt my encrypted disk with LUKS use hashcat.  run with this command: hashcat -m 34100 -a 0 luks.hash rockyou.txt Bu...
b8vr hashcat 1 2,442 02-05-2026, 04:52 PM
    Thread: Token length exception with RAR hash – what am I doing wrong?
Post: RE: Token length exception with RAR hash – what am...

Wrong hashtype. $RAR3$*1* is mode 23700 or 23800. Run hashcat --identify hashfile to get the correct mode.
b8vr hashcat 7 6,479 02-02-2026, 05:27 PM
    Thread: Scrypt
Post: RE: Scrypt

user10 Wrote: (01-30-2026, 09:15 PM) -- Hi, I have a Scrypt hash, mode 8900, that has N, r, p values of 16 for each. For example, it looks like SCRYPT:16:16:16:SALT:HASH. When I try to crack it wi...
b8vr hashcat 1 2,480 01-31-2026, 05:00 PM
    Thread: Seperator unmatched on zip file
Post: RE: Seperator unmatched on zip file

NotNilegs Wrote: (01-15-2026, 06:17 PM) -- Currently trying to crack a very large (750mb) zip file. Used zip2john to get the hash (around 20mb). Then fed it into hashcat using command "hashcat -a 0 -...
b8vr hashcat 2 4,455 01-15-2026, 07:09 PM
    Thread: Token length exception with RAR hash – what am I doing wrong?
Post: RE: Token length exception with RAR hash – what am...

Rar2john creates a hash like "filename:hash" if I remember correctly.  Make sure to edit out the "filename:" part. Or if my memory on that is wrong, then it adds the filenames living inside the RAR...
b8vr hashcat 7 6,479 01-15-2026, 07:04 PM
    Thread: noob here
Post: RE: noob here

barishelp Wrote: (12-18-2025, 10:45 PM) -- my last code : "hashcat.exe -m 12500 -a 3 -w 4 -d 1,2 -O -o crackedserdar.txt $RAR3$*0*e43478c3e9a378f4*38bc0fe86c6decbd5b0d011b87c3e289 --increment --incre...
b8vr hashcat 7 4,851 12-19-2025, 01:56 AM
    Thread: noob here
Post: RE: noob here

Be aware that -d and -D are two different things. Also, in the last message you use -a7. That is a hybrid attack where you need to supply a mask followed by a wordlist. There's no mask in your command...
b8vr hashcat 7 4,851 12-13-2025, 11:19 PM
    Thread: Failing to crack via piping
Post: RE: Failing to crack via piping

Piping makes no sense in the command you are running. Just run Code: -- hashcat.exe -m 11300 hash.txt wordlist0.txt -r rules/OneRuleToRuleThemAll.rule --
b8vr hashcat 1 2,013 11-30-2025, 12:28 AM
    Thread: Keepass V4 (34300) Separator unmatched
Post: RE: Keepass V4 (34300) Separator unmatched

There's nothing wrong with the hash itself. It's the file it's located in. When I ran Code: -- hashcat --identify output_john.hash -- it said Byte Order Mark (BOM) was detected. If you save it as ut...
b8vr hashcat 2 3,115 11-26-2025, 03:02 PM
    Thread: WannaCry recovery
Post: RE: WannaCry recovery

I agree with penguin, but you could try and have a look at gentilkiwi/wanakiwi: Automated wanadecrypt with key recovery if lucky https://share.google/bfyQi9WFzH7MCzUQt
b8vr General Talk 2 18,932 08-28-2025, 04:26 PM
    Thread: Decoding Truecrypt problem
Post: RE: Decoding Truecrypt problem

1: yes, if it can crack in 6211, it can also be cracked with 6212 and 6313. This is true for all Truecrypt and veracrypt modes, that if you use a mode 3 - xts 1536 - it will also encounter xts 512 and...
b8vr hashcat 3 6,172 05-24-2025, 01:35 AM
    Thread: Decoding Truecrypt problem
Post: RE: Decoding Truecrypt problem

Bartholomew Wrote: (05-19-2025, 01:40 PM) -- Hello. I encrypted a pendrive partition (NTFS) Truecrypt version 7.1 I used the RIPEMD-160 hash key and AES encryption. (standard). I checked the non-syst...
b8vr hashcat 3 6,172 05-20-2025, 12:11 AM
    Thread: Unable to crack hashes - "Failed to parse hashes using the native hashcat format"
Post: RE: Unable to crack hashes - "Failed to parse hash...

Then you need to check the file containing the hashes. Username:hash where the hash is exactly 32 bytes long containing only 0-9a-f.
b8vr hashcat 4 7,771 05-06-2025, 08:37 AM
    Thread: Unable to crack hashes - "Failed to parse hashes using the native hashcat format"
Post: RE: Unable to crack hashes - "Failed to parse hash...

The command will not crack anything: hashcat -a 0 -m 1000 --username 1 .\hashes.txt --show .\stockpwd.txt --username does not have any values, so hashcat thinks that the 1 is a hash. Remove the ...
b8vr hashcat 4 7,771 05-06-2025, 07:57 AM
    Thread: how to do this auto
Post: RE: how to do this auto

That's not the point of hashcat. But just use chatgpt, that can quickly create a script for you.
b8vr hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 10,221 04-09-2025, 04:02 PM