Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
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: Hashcat on VPS (CPU only)
Post: RE: Hashcat on VPS (CPU only)
undeath edit: removed completely useless and excessive quote
I have to add "--force" on mine to get it to run on Intel at all... but I don't have hc 3.3 to test with I'm afraid. |
|
blacktraffic |
hashcat
|
6 |
1,822 |
01-13-2020, 04:31 PM |
|
|
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: Hashcat gets exhausted too quickly, HELP!
Post: RE: Hashcat gets exhausted too quickly, HELP!
D'oh - "nsa" rules here https://github.com/NSAKEY/nsa-rules/blob/master/_NSAKEY.v2.dive.rule (https://github.com/NSAKEY/nsa-rules/blob/master/_NSAKEY.v2.dive.rule) .
I also just literally finishe... |
|
blacktraffic |
hashcat
|
6 |
2,213 |
01-06-2020, 11:34 AM |
|
|
Thread: Hashcat gets exhausted too quickly, HELP!
Post: RE: Hashcat gets exhausted too quickly, HELP!
You should also use rules; MD5 is screamingly fast and you won't be using your graphics card to its full potential.
I'm a big fan of these wordlists -https://github.com/berzerk0/Probable-Wordlists... |
|
blacktraffic |
hashcat
|
6 |
2,213 |
01-06-2020, 11:30 AM |
|
|
Thread: Hashcat gets exhausted too quickly, HELP!
Post: RE: Hashcat gets exhausted too quickly, HELP!
LackuJacku Wrote: (01-11-2020, 05:50 AM)
--
blacktraffic Wrote: (01-06-2020, 11:34 AM)
--
D'oh - "nsa" rules here https://github.com/NSAKEY/nsa-rules/blob/master/_NSAKEY.v2.dive.rule (https://githu... |
|
blacktraffic |
hashcat
|
6 |
2,213 |
01-13-2020, 01:14 PM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
royce Wrote: (01-18-2020, 02:42 AM)
--
I often run more than one simultaneously, either distributing load among GPUs, or else pausing one long-running job to run a short-running job. This is often ea... |
|
blacktraffic |
hashcat
|
8 |
2,341 |
01-21-2020, 09:43 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: 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: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
undeath edit: removed completely unnecessary quote
bcrypt has a salt which is designed to make it infeasible to precompute look up tables... ie. you don't know what the random salt is for the target ... |
|
blacktraffic |
hashcat
|
13 |
3,103 |
01-22-2020, 04:07 PM |
|
|
Thread: Crack Active Directory User NTLM hash
Post: RE: Crack Active Directory User NTLM hash
TurboMatt Wrote: (01-03-2020, 03:21 AM)
--
First and foremost, this is an ethical hack. Unfortunately we are in a situation where a co-worker has reset the AD credentials on a very important account.... |
|
blacktraffic |
hashcat
|
11 |
8,610 |
01-03-2020, 11:37 AM |
|
|
Thread: Crack Active Directory User NTLM hash
Post: RE: Crack Active Directory User NTLM hash
philsmd Wrote: (01-03-2020, 11:48 AM)
--
The general idea is good @backtraffic... but ...
we really are trying hard to discourage the use of hardware without (good) cooling solutions here. so it'... |
|
blacktraffic |
hashcat
|
11 |
8,610 |
01-03-2020, 11:58 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... |
|
blacktraffic |
Hardware
|
13 |
10,187 |
04-09-2020, 10:38 AM |