Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: n00b Question: DES3CBC
Post: RE: n00b Question: DES3CBC
The hashes must be formatted like on https://hashcat.net/wiki/doku.php?id=example_hashes
Not sure if you can get 3DES in CBC mode to get to work with hashcat at all. |
|
undeath |
hashcat
|
1 |
754 |
12-26-2019, 07:03 PM |
|
|
Thread: 8char hash ?l?d
Post: RE: 8char hash ?l?d
Your command is correct, but according to your description 0 is not part of the plaintext, hence you should use -1 ?l123456789 |
|
undeath |
hashcat
|
1 |
798 |
12-28-2019, 09:17 PM |
|
|
Thread: Save mask in wordlist
Post: RE: Save mask in wordlist
hashcat -a3 PAS?dWOR?d --stdout > list.txt |
|
undeath |
General Talk
|
1 |
929 |
01-03-2020, 10:41 PM |
|
|
Thread: Several Words + #'s + characters
Post: RE: Several Words + #'s + characters
for the wordlist you can use princeprocessor (https://hashcat.net/wiki/doku.php?id=princeprocessor). To append the numbers+specials you can use rules. |
|
undeath |
hashcat
|
1 |
649 |
01-28-2020, 05:06 PM |
|
|
Thread: Token length exception on valid MSOffice hash
Post: RE: Token length exception on valid MSOffice hash
What hashcat version are you using? Example hash loads fine for me in latest beta. However, mode 9400 is for office 2007. |
|
undeath |
hashcat
|
1 |
829 |
03-05-2020, 05:05 PM |
|
|
Thread: password length
Post: RE: password length
|
undeath |
hashcat
|
1 |
676 |
03-14-2020, 02:03 AM |
|
|
Thread: different encodings
Post: RE: different encodings
hashcat can't handle non-ascii for office (and related hashes). See https://github.com/hashcat/hashcat/blob/master/docs/limits.txt#L25-L35 |
|
undeath |
hashcat
|
1 |
591 |
03-23-2020, 02:51 PM |
|
|
Thread: Hashcat pot file on MacOS.
Post: RE: Hashcat pot file on MacOS.
|
undeath |
hashcat
|
1 |
607 |
03-25-2020, 01:03 AM |
|
|
Thread: Hash Mode question
Post: RE: Hash Mode question
PMK modes are for SSID-specific lookup tables (poor man's rainbow table) and are generally only useful in very specific circumstances.
PMKID is a slightly different attack on WPA that is generally mo... |
|
undeath |
hashcat
|
1 |
582 |
03-31-2020, 03:44 PM |
|
|
Thread: What is the diffenrence?
Post: RE: What is the diffenrence?
Different kinds of optimisations apply. They both try the same candidates but do so in very different ways. |
|
undeath |
hashcat
|
1 |
532 |
04-05-2020, 01:44 AM |
|
|
Thread: MD5 - Dictionary attack
Post: RE: MD5 - Dictionary attack
Use hash mode 20 and specify the timestamp as salt. Then create a rule file to append the user and specify it last on the hashcat command line
then you can run hashcat like this:
hashcat -m 20 a... |
|
undeath |
hashcat
|
1 |
671 |
04-14-2020, 02:36 PM |
|
|
Thread: Run Unpackage hashcat
Post: RE: Run Unpackage hashcat
I don't understand how you can unzip it two times. It's only a single archive.
You run hashcat on linux using the *.bin binary file. There is no shell script. |
|
undeath |
hashcat
|
1 |
581 |
04-25-2020, 12:25 AM |
|
|
Thread: Meltdown and Spectre patches
Post: RE: Meltdown and Spectre patches
using the search function is hard. https://hashcat.net/forum/thread-7710.html?highlight=spectre |
|
undeath |
General Talk
|
1 |
661 |
05-10-2020, 01:59 AM |
|
|
Thread: hash(hash(plain, salt), salt2)
Post: RE: hash(hash(plain, salt), salt2)
Arbitrarily combining hash modes is not possible. Have a look at mdxfind. |
|
undeath |
hashcat
|
1 |
446 |
06-08-2020, 01:29 PM |
|
|
Thread: Is it normal that Intel GPU is slower than CPU?
Post: RE: Is it normal that Intel GPU is slower than CPU...
You don't need to uninstall certain opencl runtimes to only run certain kinds of devices. Hashcat provides options to choose which device(s)/device types to use.
The onboard GPU being slower than t... |
|
undeath |
hashcat
|
1 |
475 |
06-10-2020, 04:52 PM |
|
|
Thread: Hacking SHA256
Post: RE: Hacking SHA256
What is "hacking" supposed to mean? Do you mean cracking? Speed is dependent on the hardware you use and to some degree on the kind of attack you run. Generally speaking, sha256 is a pretty fast hash. |
|
undeath |
hashcat
|
1 |
439 |
06-10-2020, 04:55 PM |
|
|
Thread: Quick question about charsets
Post: RE: Quick question about charsets
|
undeath |
hashcat
|
1 |
351 |
07-09-2020, 08:53 PM |
|
|
Thread: Hashcat not using rx 570 - windows 10
Post: RE: Hashcat not using rx 570 - windows 10
Assessing the performance of your hardware requires running the same attack against the same hash. 7-zip is a parameterized hash and will perform differently depending on the exact archive/hash you ar... |
|
undeath |
hashcat
|
1 |
342 |
08-19-2020, 12:39 PM |
|
|
Thread: Charset also giving no char?
Post: RE: Charset also giving no char?
?s does include a space but a mask charset will never "include" a noop. |
|
undeath |
hashcat
|
1 |
260 |
08-27-2020, 03:17 PM |
|
|
Thread: Hashcat batch-mode?
Post: RE: Hashcat batch-mode?
|
undeath |
hashcat
|
1 |
305 |
08-27-2020, 03:18 PM |