Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Cracking VeraCrypt system drive encryption
Post: RE: Cracking VeraCrypt system drive encryption
jfyi
when you already extracted the right sector, you can use to preshipped veracrypt2hashcat.py script without a given offset, located under tools to get the textform style of your binary input, t... |
|
Snoopy |
hashcat
|
3 |
308 |
01-31-2023, 03:55 PM |
|
|
Thread: Cmd line with mask is shortened at execution
Post: RE: Cmd line with mask is shortened at execution
Using special chars like * % / \ & directly on the commandline will mostly result in such behavior as these chars have special meanings on the commandline, in your case the & is for combining two comm... |
|
Snoopy |
hashcat
|
2 |
301 |
01-30-2023, 03:34 PM |
|
|
Thread: HELP WITH GPU SPEED
Post: RE: HELP WITH GPU SPEED
you could run a benchmark to see the "theoretically" max hash/s per card for this hashmode and compare it with your output (add -D2 when needed)
hashcat -b -m22000
jfyi the speed of plain wordli... |
|
Snoopy |
General Talk
|
3 |
677 |
01-27-2023, 02:42 PM |
|
|
Thread: dcc2 not work on optimized kernel
Post: RE: dcc2 not work on optimized kernel
MidnightHunter Wrote: (01-26-2023, 11:23 AM)
--
Banaanhangwagen Wrote: (01-26-2023, 10:54 AM)
--
As you can read in the output...
Code:
--
Kernel /home/hashcat/OpenCL/m02100-optimized.cl:
Optim... |
|
Snoopy |
hashcat
|
3 |
507 |
01-26-2023, 07:51 PM |
|
|
Thread: incremental:ASCII - how to mask?
Post: RE: incremental:ASCII - how to mask?
dont know how johns maskattack is implemented but hashcat uses randomized/shuffled output when using mask attack,
just take a look at hashcat -a3 --stdout ?d?d?d?d, instead of trying plain 0000, 0... |
|
Snoopy |
hashcat
|
8 |
1,091 |
01-20-2023, 08:21 PM |
|
|
Thread: incremental:ASCII - how to mask?
Post: RE: incremental:ASCII - how to mask?
as i wrote above, you are at the maximum hashrate for this hashalgorithm with your hardware, it wont be getting any faster
the only thing to reduce needed time is to reduce your keyspace by changin... |
|
Snoopy |
hashcat
|
8 |
1,091 |
01-20-2023, 04:35 PM |
|
|
Thread: Ronin wallet
Post: RE: Ronin wallet
without an option to extract/export information from the ronin app you will be not able to obtain the needed data for cracking |
|
Snoopy |
hashcat
|
5 |
762 |
01-20-2023, 04:08 PM |
|
|
Thread: Selecting a single device/platform
Post: RE: Selecting a single device/platform
hashish Wrote: (01-20-2023, 12:54 AM)
--
I've got Device #1 and Device #2 on platform #1.
Wishing only to use device #2 for an attack.
appending the following hasn't worked:
-d 2
-D 1 -d 2... |
|
Snoopy |
hashcat
|
1 |
380 |
01-20-2023, 02:26 PM |
|
|
Thread: Wordlist+Wordlist+Mask
Post: RE: Wordlist+Wordlist+Mask
hybrid should be faster (depending on mask and masklength) due to the fact, that hashcat uses 2 loops for that and the modloop/maskloop is executed directly on the gpu working as amplifier for each gi... |
|
Snoopy |
hashcat
|
4 |
758 |
01-19-2023, 08:39 PM |
|
|
Thread: AES-256-GCM Coinbase backup
Post: RE: AES-256-GCM Coinbase backup
known encryption type doesnt help if you dont know how coinbase generates the input for the encryption or compute the output of the decryption, there are so many more blackboxes like secret? iteration... |
|
Snoopy |
hashcat
|
4 |
551 |
01-19-2023, 08:27 PM |
|
|
Thread: Ronin wallet
Post: RE: Ronin wallet
Duckworth Wrote: (01-18-2023, 11:04 PM)
--
marc1n Wrote: (01-18-2023, 04:58 PM)
--
Yes
It has the Metamask algorithm
--
Yes. But how to get it out? That's the question.
--
if it is stored like ... |
|
Snoopy |
hashcat
|
5 |
762 |
01-19-2023, 06:55 PM |
|
|
Thread: incremental:ASCII - how to mask?
Post: RE: incremental:ASCII - how to mask?
you can try adding options
Code:
--
-O -w3
--
for optimzed kernel and workload
and maybe even try
Code:
--
-S
--
for slow candidates
but regarding your outputs your are quite at maximum speed ... |
|
Snoopy |
hashcat
|
8 |
1,091 |
01-19-2023, 06:51 PM |
|
|
Thread: 7z hash not recognised
Post: RE: 7z hash not recognised
regarding your screenshots or posted outputs your hash starts with
Code:
--
$7z1$
--
(initial post) or
Code:
--
$7$
--
(given output)
but it should be
Code:
--
$7z$
--
hashcat just tells,... |
|
Snoopy |
hashcat
|
11 |
1,431 |
01-19-2023, 05:54 PM |
|
|
Thread: AES-256-GCM Coinbase backup
Post: RE: AES-256-GCM Coinbase backup
first, without "really" knowing how coinbase stores or computes the seedphrase, it is impossible to attack this encryypted string
you assume storing the frst letters, why so complicated? lets assum... |
|
Snoopy |
hashcat
|
4 |
551 |
01-19-2023, 05:40 PM |
|
|
Thread: incremental:ASCII - how to mask?
Post: RE: incremental:ASCII - how to mask?
pipss Wrote: (01-14-2023, 05:34 AM)
--
Learning how to crack my sample MS 2010 file with simple 6 characters password (two lowercase letters and 4 digits).
While cracking with john
Code:
--
$ joh... |
|
Snoopy |
hashcat
|
8 |
1,091 |
01-16-2023, 11:50 AM |
|
|
Thread: GPU wont work
Post: RE: GPU wont work
CUDA SDK and Drivers have to fit to each other to work properly, newest sdk will install newest driver by default, so when using legacy driver 470* you have to know which cuda version you need or do s... |
|
Snoopy |
hashcat
|
1 |
518 |
01-10-2023, 03:29 PM |
|
|
Thread: Low speed
Post: RE: Low speed
attack speed varies and depends a lot on hash, masklength, given dictionaries or rules
dont use windows taskmanager in conjunction with hashcat to tell the workload (see hashcat output for this), t... |
|
Snoopy |
hashcat
|
4 |
623 |
01-09-2023, 02:22 PM |
|
|
Thread: Hashcat on Win 11 not working
Post: RE: Hashcat on Win 11 not working
you tried opening the linux binary hashcat.bin instead of the windows binary hashcat.exe
maybe you should first learn some computerbasics before playing around with hashcat ( not to be meant offens... |
|
Snoopy |
hashcat
|
3 |
571 |
01-09-2023, 01:34 PM |
|
|
Thread: Filter candidates
Post: RE: Filter candidates
ds047 Wrote: (01-09-2023, 05:51 AM)
--
Is there a way to filter my mask? I am brute-forcing a mask attack with increment, and I first decided to try just alnum (?l?u?d). I now want to try alum and sp... |
|
Snoopy |
hashcat
|
2 |
423 |
01-09-2023, 01:28 PM |
|
|
Thread: DISCORD Server either Crashed or Kicked Me OUT!
Post: RE: DISCORD Server either Crashed or Kicked Me OUT...
shared object file error sounds like linux and tells you, you there are missing some dependencies for running and or compiling |
|
Snoopy |
Organisation and Events
|
1 |
1,521 |
01-06-2023, 07:25 PM |