Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: How crack this hash?
Post: RE: How crack this hash?
Do not post hashes!
According to https://hashcat.net/wiki/doku.php?id=example_hashes this algorithm is not supported. |
|
Mem5 |
hashcat
|
1 |
873 |
02-25-2020, 11:08 PM |
|
|
Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...
Can you compare the resulting hash with 7z2john.py to check it's the same? |
|
Mem5 |
General Talk
|
6 |
855 |
08-28-2020, 11:34 PM |
|
|
Thread: 3des comand
Post: RE: 3des comand
It's not "a part of the command", it's just the help file.
To attack 3DES set "-m" switch to 14100
Example:
Code:
--
hashcat -m 14100 wordlist hashfile
--
where wordlist contains a list of passwords ... |
|
Mem5 |
hashcat
|
3 |
818 |
05-13-2020, 03:07 PM |
|
|
Thread: In The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) No device found/left
Post: RE: In The-Distribution-Which-Does-Not-Handle-Open...
Do not use sudo please.
What's the output of hashcat -I ?
If there is nothing, you need to install Nvidia/AMD/OpenCL drivers. |
|
Mem5 |
hashcat
|
1 |
783 |
01-12-2020, 12:45 AM |
|
|
Thread: 4 symbols WPA2 password?
Post: RE: 4 symbols WPA2 password?
ESSID is the name of the wifi, nothing to do with the password =)
Password must be between 8 and 63 characters, no more no less. |
|
Mem5 |
hashcat
|
3 |
771 |
06-08-2020, 08:56 AM |
|
|
Thread: I ran hashcat with a bunch of *.16800 hash files, what is best way to see results?
Post: RE: I ran hashcat with a bunch of *.16800 hash fil...
- Use -o results.txt to write results to this file.
- Now, you can use --show to print the already cracked passwords.
- printing contents like "cat hashcat.potfile" can also do the job
Finally, -... |
|
Mem5 |
hashcat
|
4 |
729 |
07-31-2020, 10:28 AM |
|
|
Thread: Zip to Hashcat
Post: RE: Zip to Hashcat
Yes, pkzip hash is limited in length.
https://github.com/hashcat/hashcat/issues/2186#issuecomment-530489997 |
|
Mem5 |
hashcat
|
2 |
726 |
06-27-2020, 02:34 PM |
|
|
Thread: ethereum scrypt
Post: RE: ethereum scrypt
philsmd Wrote: (07-27-2020, 08:37 AM)
--
you shouldn't send these types of hashes (...) especially true for several cryptocurrency "hashes".
--
Could you let us know which 'hashes' are send-able an... |
|
Mem5 |
hashcat
|
4 |
707 |
07-27-2020, 11:26 AM |
|
|
Thread: HascatGUI + RIGS
Post: RE: HascatGUI + RIGS
hashcat yes, see Brain features.
hashcatGUI is not developed nor supported here, please ask its author. |
|
Mem5 |
hashcat
|
1 |
692 |
05-05-2020, 10:56 AM |
|
|
Thread: Is This Make A Problem for Cracking?
Post: RE: Is This Make A Problem for Cracking?
And do not use https://hashcat.net/cap2hccapx/ as it is obsolete. |
|
Mem5 |
hashcat
|
2 |
679 |
03-31-2020, 02:54 PM |
|
|
Thread: Is it hashfile.txt or example.hash
Post: RE: Is it hashfile.txt or example.hash
You can give the name and extension you want.
Commonly it's called hashes.txt because it's a list of hashes in a t(e)xt format..
But you can rename it baby.exe it will be the same for hashcat. |
|
Mem5 |
hashcat
|
4 |
675 |
07-29-2020, 12:07 PM |
|
|
Thread: How to capture Handshake correctly in a fast way?
Post: RE: How to capture Handshake correctly in a fast w...
Install and use https://github.com/ZerBea/hcxdumptool |
|
Mem5 |
hashcat
|
1 |
585 |
04-06-2020, 10:32 PM |
|
|
Thread: Is hccap Support Intentionally Dropped in V6?
Post: RE: Is hccap Support Intentionally Dropped in V6?
mode 2500 still work for me in v 6.0 |
|
Mem5 |
hashcat
|
2 |
574 |
06-25-2020, 02:26 PM |
|
|
Thread: SHA-256 64 char password
Post: RE: SHA-256 64 char password
Why are you sure it's 64 chars? You generated it? |
|
Mem5 |
hashcat
|
2 |
573 |
05-26-2020, 11:14 PM |
|
|
Thread: Charsets Order and rockyou Mask files
Post: RE: Charsets Order and rockyou Mask files
have you tried
Quote:
--
--markov-disable | | Disables markov-chains, emulates classic brute-force
--
|
|
Mem5 |
hashcat
|
2 |
566 |
07-23-2020, 08:36 AM |
|
|
Thread: Password-based Uniform-Random-Equivalent Encryption
Post: Password-based Uniform-Random-Equivalent Encryptio...
Interesting.. https://puree.cc (https://puree.cc/) and white paper (https://puree.cc/puree.pdf)
Quote:
--
PUREE is a full-disk encryption header format (and tool, currently only supported on Linux... |
|
Mem5 |
General Talk
|
1 |
557 |
06-13-2020, 02:31 PM |
|
|
Thread: I can't use hashcat
Post: RE: I can't use hashcat
You have a driver issue.
I recommend to install CUDA Toolkit v11.0 https://developer.nvidia.com/cuda-downloads |
|
Mem5 |
hashcat
|
4 |
536 |
08-24-2020, 11:49 PM |
|
|
Thread: Hashcat says Cuda toolkit not installed but it is.
Post: RE: Hashcat says Cuda toolkit not installed but i...
What's hashcat output?
What did you install and how? |
|
Mem5 |
Hardware
|
1 |
503 |
07-21-2020, 05:44 PM |
|
|
Thread: Need assistance with command parameters.
Post: RE: Need assistance with command parameters.
Words from a language dictionary?
If yes, I would:
1) extract all words starting from 't' or 'T' => use grep
Code:
--
# sample wordlist t.dic
tabasco
table
--
2) Combine these words to produce n-tupl... |
|
Mem5 |
hashcat
|
2 |
465 |
07-28-2020, 12:47 PM |
|
|
Thread: tips on cracking SHA1 hash
Post: RE: tips on cracking SHA1 hash
Quote:
--
SHA1 hash with salt
--
First, choose the right mode, speed is not the same for all:
Code:
--
110 sha1($pass.$salt)
120 sha1($salt.$pass)
130 sha1(utf16le($pass).$salt)
140 sha1($salt.utf1... |
|
Mem5 |
hashcat
|
3 |
396 |
09-24-2020, 10:10 AM |