Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
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,937 |
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,937 |
01-28-2020, 10:22 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 |
2,668 |
02-24-2020, 07:15 PM |
|
|
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: 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: 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: 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: 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... |
|
blacktraffic |
Hardware
|
13 |
10,187 |
04-09-2020, 10:38 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... |
|
blacktraffic |
hashcat
|
3 |
974 |
04-16-2020, 10:26 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 |
1,341 |
07-01-2020, 10:12 AM |