Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Rule order and
Post: RE: Rule order and

puck2 Wrote: (02-09-2021, 08:17 PM) -- Also, is there a way to run a rule on only some portion of the word, to account for an error in data entry? so that     week would become     w3ek...
blacktraffic hashcat 1 4,584 02-10-2021, 09:22 AM
    Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?

philsmd Wrote: (06-30-2020, 11:10 AM) -- it's exactly like undeath explained above. Without the -S slow mode the passwords that are too short (from the dict) are rejected immediately, while the -S m...
blacktraffic General Talk 8 15,134 07-01-2020, 10:12 AM
    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 M...
blacktraffic hashcat 3 8,153 04-16-2020, 10:26 AM
    Thread: Using eGPU with hashcat
Post: RE: Using eGPU with hashcat

skogen Wrote: (02-12-2019, 11:58 AM) -- EDIT: I'm a newbie - what distro is better at handling OpenCL? -- Ubuntu releases seem to give me the least trouble. The-Distribution-Which-Does-Not-Handle-O...
blacktraffic Hardware 13 39,713 04-09-2020, 10:38 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 8,308 04-08-2020, 02:27 PM
    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 drive...
blacktraffic hashcat 2 7,009 04-08-2020, 10:00 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 10,188 04-07-2020, 10:19 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.b...
blacktraffic hashcat 7 13,568 04-07-2020, 10:10 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 13,568 04-07-2020, 09:01 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 4,620 04-02-2020, 09:18 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 4,282 03-17-2020, 11:05 AM
    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 10,682 02-27-2020, 11:25 AM
    Thread: Couple of questions
Post: RE: Couple of questions

Vidramon Wrote: (02-23-2020, 01:05 AM) -- Thanks for answers. Time to buy a new card for small lists WPA with hccapx method. Will I go with gtx1060 6 GB or rx580 4 GB considering I can buy them f...
blacktraffic hashcat 8 18,798 02-24-2020, 07:15 PM
    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 15,449 01-28-2020, 10:22 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 ra...
blacktraffic hashcat 6 15,449 01-28-2020, 09:33 AM
    Thread: Non-printable chars in hcmask files ?
Post: RE: Non-printable chars in hcmask files ?

azaran Wrote: (01-23-2020, 05:06 PM) -- I would use ?d?l,0d,?1?1?1?1?1?1?2  and --hex-charset switch. I supose that should do the job. Someone correct me if I'm wrong -- Perfect, thank you !    ...
blacktraffic hashcat 2 5,841 01-23-2020, 05:14 PM
    Thread: Non-printable chars in hcmask files ?
Post: Non-printable chars in hcmask files ?

Hi there, I know I can do a rule with things like "$\x0d" to append a special char to a word from a wordlist, but I can't seem to achieve the same thing with hcmask files, e.g. this doesn't seem to...
blacktraffic hashcat 2 5,841 01-23-2020, 02:26 PM
    Thread: how to use just lower case alpha numeric only?
Post: RE: how to use just lower case alpha numeric only?

yugiohle Wrote: (01-23-2020, 11:27 AM) -- alot of it I just randomly guessed. could you please tell me what -1 ?l?d stands for?  i know ?l?d is for lower case and digits so what is -1 infront of that...
blacktraffic hashcat 6 24,515 01-23-2020, 02:21 PM
    Thread: possible to crack .7z file with sha-256?
Post: RE: possible to crack .7z file with sha-256?

yugiohle Wrote: (01-22-2020, 11:39 PM) -- so i have to use -m 11600 basically right? slow!!! -- Yep. Someone took a reasonable amount of care to make sure it is not easy to crack.
blacktraffic hashcat 4 10,255 01-23-2020, 10:56 AM
    Thread: possible to crack .7z file with sha-256?
Post: RE: possible to crack .7z file with sha-256?

So usually anything encrypted like this has two bits. Firstly, the encryption password, e.g. "fubar", needs to be turned into an encryption key suitable for AES. This uses a Key Derivation Function, s...
blacktraffic hashcat 4 10,255 01-22-2020, 06:14 PM