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: why the Alphabetic charset is so slow
Post: RE: why the Alphabetic charset is so slow

Ulfr11 Wrote: (02-27-2020, 04:36 AM) -- ?h is much faster mask than ?a in brute Force attacks -- ?h is hex - [0-9a-f] ?a is "ALL" I think, not alpha, so basically all the printable ASCII - hence M...
blacktraffic hashcat 5 1,805 02-27-2020, 11:25 AM
    Thread: Connect two PCs
Post: RE: Connect two PCs

There's a couple of solutions like hashtopolis, which I haven't really played with - https://github.com/s3inlc/hashtopolis Otherwise, you need to manually split the keyspace somehow and run half o...
blacktraffic hashcat 1 658 03-17-2020, 11:05 AM
    Thread: Why isn't this working, and can someone fix it?
Post: RE: Why isn't this working, and can someone fix it...

I think you need to re-order the arguments, so hash.txt needs to come earlier on, --show doesn't apply and -a3 requires a mask to be specified. The following works for me: hashcat64.exe -O -w3 -m0...
blacktraffic hashcat 2 749 04-02-2020, 09:18 AM
    Thread: Speeding up bruteforce cracking time
Post: RE: Speeding up bruteforce cracking time

Leaver77 Wrote: (01-26-2020, 05:24 PM) -- If there is a way to make it search the 8 character password using min and max of 5 uppercase letters in random positions and  min and max of 3 numbers in r...
blacktraffic hashcat 6 1,935 01-28-2020, 09:33 AM
    Thread: Speeding up bruteforce cracking time
Post: RE: Speeding up bruteforce cracking time

This should do what you want?  Basically walks the binary tree of choices - either capital or digit until we run out of one or the other.  #!/usr/bin/python3 def talktalkmask(mask,caps,digits)...
blacktraffic hashcat 6 1,935 01-28-2020, 10:22 AM
    Thread: rules attack
Post: RE: rules attack

test_kali Wrote: (04-02-2020, 05:06 PM) -- Good morning. I have a SHA-256 hash that matches a word from the RockYou dictionary, with changes o-0, i-1, b-6, and the first letter of the word can be a c...
blacktraffic hashcat 7 1,540 04-07-2020, 09:01 AM
    Thread: rules attack
Post: RE: rules attack

This worked for me, which is doing the l33tification in python - and just the capitalisation from best64.rule I guess.  Code: -- $ python3 scripts/leetify.py /root/dict/rockyou.txt | ./hashcat64....
blacktraffic hashcat 7 1,540 04-07-2020, 10:10 AM
    Thread: Unable to run on Ubuntu 18.04/Nvidia-440
Post: RE: Unable to run on Ubuntu 18.04/Nvidia-440

I have Ubuntu 19.10/nvidia-430 here and I think everything just worked as expected.  Worth trying to back out the -440 versions and installing -430, or removing nvidia-440 and downloading the driv...
blacktraffic hashcat 2 1,073 04-08-2020, 10:00 AM
    Thread: dictionnary
Post: RE: dictionnary

The .bin file is the Linux one, stick with the .exe.  What would you like "at the same time" to look like? There are ways of interleaving the files for example, and you could pipe this to hashcat....
blacktraffic hashcat 4 1,120 04-08-2020, 02:27 PM
    Thread: How this can be possible?
Post: RE: How this can be possible?

slyexe Wrote: (04-16-2020, 03:39 AM) -- Means you captured two PMKIDS  from two separate clients.  You should not post hashes however but the output you have posted is in the format of: PKMID*AP...
blacktraffic hashcat 3 972 04-16-2020, 10:26 AM
    Thread: Cracking hash
Post: RE: Cracking hash

I tend to use "probablistic" wordlists, ie here : https://github.com/berzerk0/Probable-Wordlists/tree/master/Real-Passwords (https://github.com/berzerk0/Probable-Wordlists/tree/master/Real-Passwords)...
blacktraffic hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 2,644 04-07-2020, 10:19 AM
    Thread: Cracking Couchbase Admin Password
Post: Cracking Couchbase Admin Password

Hi all, I couldn't find this on google, so hopefully it might help someone else. BTW, this is a test hash generated on my machine and doesn't matter to anyone. First, find config.dat on the serv...
blacktraffic User Contributions 0 892 12-26-2019, 05:30 PM
    Thread: personal wrapper script that got out of hand, 'hashcrack'
Post: personal wrapper script that got out of hand, 'has...

I don't know if this will be of any use to anyone, but I hacked it together to do some of the boring bits, like recognising what hash type a hash might be, running some unpacking scripts if needed, ch...
blacktraffic User Contributions 1 1,217 01-06-2020, 12:11 PM
    Thread: Pantagrule, a really large last-resort ruleset
Post: RE: Pantagrule, a really large last-resort ruleset

undeath edit: removed completely unnecessary quote Nice, thank you! It's certainly getting a lot out of the HIBP dataset I'm playing with.  (terrible pun though :) )
blacktraffic User Contributions 2 1,659 01-22-2020, 04:01 PM