Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Wrong password printed for LUKS -m 14600
Post: RE: Wrong password printed for LUKS -m 14600

Snoopy Wrote: (11-10-2023, 02:06 PM) -- well now thats a strange behavior, setup: hahscat 6.2.6 (and beta) bruteforce, mode 14600, mask abcdefg?s?d?d?s, --keep-guessing test_luks:abcdefg#96! tes...
b8vr hashcat 13 3,076 11-11-2023, 10:49 AM
    Thread: Chinese zip archive...
Post: RE: Chinese zip archive...

If you expect the pwd to be chinese characters - if I understood it correct - then you would be best off using a wordlist attack with chinese candidates. Brute forcing a zip is really slow and doin...
b8vr hashcat 13 2,993 11-05-2023, 02:22 PM
    Thread: [PW] [AT] [PW] mask?
Post: RE: [PW] [AT] [PW] mask?

You can pipe hashcat into itself, so the following is an option: hashcat -a3 mask | hashcat -a0 hash -r rulefile The rule file could contain rules that will fx append a special character at the ...
b8vr hashcat 3 1,274 10-26-2023, 07:15 PM
    Thread: -m 130 This format don't works with files!
Post: RE: -m 130 This format don't works with files!

rodrigo.Brasil Wrote: (09-30-2023, 02:22 AM) -- Chick3nman Wrote: (09-29-2023, 11:34 PM) -- I can't replicate this behavior, this cracked from a file just fine: -- Well, I tried it with linux and ...
b8vr hashcat 6 1,484 09-30-2023, 02:30 AM
    Thread: Set minimum and maximum password length
Post: RE: Set minimum and maximum password length

Darksoul1 Wrote: (09-14-2023, 04:02 PM) -- Is it possible to limit the password length? Prince processor doesn't support rules, so there is no way to limit it after applying a rule. -- See "Rules u...
b8vr hashcat 3 1,363 09-18-2023, 05:47 PM
    Thread: Multiple instances
Post: RE: Multiple instances

Atlantis Wrote: (08-12-2023, 04:25 PM) -- Is it possible to run a couple hashcats simultaneously, for example, for cpu and for gpu, or 2 for gpu? -- Do you mean running different jobs on the same co...
b8vr hashcat 4 2,359 08-13-2023, 11:27 AM
    Thread: assembly code related error
Post: RE: assembly code related error

fluxxion Wrote: (08-07-2023, 06:29 PM) -- fluxxion Wrote: (08-07-2023, 06:06 PM) -- b8vr Wrote: (08-07-2023, 07:53 AM) -- Did you install ROCm drivers for your AMD GPU? -- Not that I know of. Sho...
b8vr hashcat 9 3,630 08-07-2023, 07:38 PM
    Thread: assembly code related error
Post: RE: assembly code related error

Did you install ROCm drivers for your AMD GPU?
b8vr hashcat 9 3,630 08-07-2023, 07:53 AM
    Thread: Possible to store hashes?
Post: RE: Possible to store hashes?

Rannek Wrote: (08-05-2023, 08:08 PM) -- Hi there! I am a pretty new user to hash cracking. I am attempting to solve a VeraCrypt hash. It is a very resource-intensive hash method, and I have multiple ...
b8vr hashcat 1 1,307 08-06-2023, 12:24 AM
    Thread: A long-standing issue that has been troubling me.
Post: RE: A long-standing issue that has been troubling ...

Kartikpal1608 Wrote: (07-29-2023, 01:02 AM) -- C:\Users\admin\OneDrive - Chandigarh University\Desktop\hashcat-6.2.6>hashcat.exe -m 0 -a 0 F:\test.txt hashcat (v6.2.6) starting when i am trying t...
b8vr hashcat 6 3,217 07-29-2023, 02:06 AM
    Thread: text editor to delete duplicates from pool of large files
Post: RE: text editor to delete duplicates from pool of ...

ataman4uk Wrote: (07-13-2023, 02:47 PM) -- Hello Could you please give me an advice, which text editor or maybe other software could I use to clean duplicates in the folder filled with  a lot of .tx...
b8vr hashcat 7 4,605 07-15-2023, 01:32 AM
    Thread: Insufficient memory available
Post: RE: Insufficient memory available

harman07 Wrote: (07-03-2023, 09:38 PM) -- aikiuslik Wrote: (07-03-2023, 09:27 PM) -- Try updating Pocl and how much ram you got? -- MemTotal :2024076 -- The issue is your command, it's faulty: ...
b8vr hashcat 7 3,326 07-04-2023, 01:30 AM
    Thread: Freeze when optimized kernels are used
Post: RE: Freeze when optimized kernels are used

When running with -O and you get the problem, you could try running nvidia-smi in another console to see which GPU that does not perform.
b8vr hashcat 5 2,579 06-30-2023, 12:28 PM
    Thread: Freeze when optimized kernels are used
Post: RE: Freeze when optimized kernels are used

It sounds like one of your GPU's might be having issues, probably due to over-heating when you gain that extra 100 GH/s by using -O. Are you using risers in that rig? That could give issues. Also, w...
b8vr hashcat 5 2,579 06-30-2023, 09:53 AM
    Thread: Combinator Attack with Rules How?
Post: RE: Combinator Attack with Rules How?

You could pipe hashcat into itself: hashcat -a1 wordlist1 wordlist2 --stdout | hashcat -m -a0 hashlist -r ruleset
b8vr hashcat 4 2,496 06-28-2023, 11:43 AM
    Thread: Which mask ?
Post: RE: Which mask ?

RobbieRich Wrote: (06-17-2023, 04:23 PM) -- Do you mean this one : ?s = «space»!"#$%&'()*+,-./:;?@[\]^_`{|}~  ? because I don’t see the mask for only digits and special chars … thanks for the help a...
b8vr hashcat 4 3,826 06-18-2023, 10:29 AM
    Thread: Huge wordlists with false positives passwords (7z)
Post: RE: Huge wordlists with false positives passwords ...

arduan77 Wrote: (06-02-2023, 11:50 AM) -- Thank you for your answer, but I have to ask. I understand that Markov Chain is used not only to create new passwords by HashCat, but also to check passwords...
b8vr hashcat 3 3,434 06-04-2023, 12:29 AM
    Thread: $RAR3$*1* hash issue
Post: RE: $RAR3$*1* hash issue

Alexander Mak Wrote: (06-03-2023, 07:12 PM) -- marc1n Wrote: (06-03-2023, 06:35 PM) -- Alexander Mak Wrote: (06-03-2023, 06:17 PM) -- marc1n Wrote: (06-03-2023, 05:59 PM) -- Alexander Mak Wrote: ...
b8vr hashcat 8 6,081 06-04-2023, 12:24 AM
    Thread: Huge wordlists with false positives passwords (7z)
Post: RE: Huge wordlists with false positives passwords ...

arduan77 Wrote: (06-01-2023, 04:56 PM) -- Hi. I have a question about the calculations made when checking 7Z passwords. This is basically a question about parallelization of calculations, in what or...
b8vr hashcat 3 3,434 06-02-2023, 07:24 AM
    Thread: Rar archive
Post: RE: Rar archive

Alexander Mak Wrote: (04-29-2023, 08:50 PM) -- b8vr Wrote: (04-29-2023, 06:52 PM) -- Alexander Mak Wrote: (04-29-2023, 12:41 PM) -- Hello, I have a hash of the password from the rar archive. I go...
b8vr hashcat 4 4,399 04-29-2023, 09:36 PM