Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: 'Positional Anchor' type attacks?
Post: RE: 'Positional Anchor' type attacks?
No, using increment would only be possible if your variable part is at the end. |
|
undeath |
hashcat
|
5 |
4,178 |
03-20-2018, 04:59 PM |
|
|
Thread: Hashing is 1/6th the speed of benchmarking
Post: RE: Hashing is 1/6th the speed of benchmarking
wordlist is (almost) always slower than bf. Additionally 7zip may have been using slightly different settings. I'm not sure what kind of variables the algorithms allows. |
|
undeath |
hashcat
|
2 |
2,485 |
03-21-2018, 10:28 AM |
|
|
Thread: hash mode numbering logic
Post: RE: hash mode numbering logic
It's mostly devoid of logic. There are some notable exceptions like the veracrypt familiy. |
|
undeath |
hashcat
|
5 |
4,203 |
03-21-2018, 11:44 AM |
|
|
Thread: Begginer cracking
Post: RE: Begginer cracking
here is a benchmark, do the math yourself :) https://hashcat.net/forum/thread-6743-post-36041.html#pid36041 |
|
undeath |
Hardware
|
6 |
5,746 |
03-22-2018, 07:57 PM |
|
|
Thread: -m 2500 seems to be somewhat broken
Post: RE: -m 2500 seems to be somewhat broken
cannot reproduce
Code:
--
hashcat64.bin -I
hashcat (v4.1.0) starting...
OpenCL Info:
Platform ID #1
Vendor : Intel(R) Corporation
Name : Intel(R) OpenCL
Version : OpenCL 1.2 LINUX
Devi... |
|
undeath |
hashcat
|
12 |
10,015 |
03-22-2018, 10:38 PM |
|
|
Thread: -m 2500 seems to be somewhat broken
Post: RE: -m 2500 seems to be somewhat broken
yes, hccapx from examples, mode a3 and a0, with and without w4 |
|
undeath |
hashcat
|
12 |
10,015 |
03-22-2018, 10:47 PM |
|
|
Thread: -m 2500 seems to be somewhat broken
Post: RE: -m 2500 seems to be somewhat broken
rather sounds like something with your "real lile" hccapx is off. |
|
undeath |
hashcat
|
12 |
10,015 |
03-22-2018, 10:54 PM |
|
|
Thread: -m 2500 seems to be somewhat broken
Post: RE: -m 2500 seems to be somewhat broken
unlikely. the example file has been around since a long time and people have been successfully cracking WPA hashes as well. |
|
undeath |
hashcat
|
12 |
10,015 |
03-22-2018, 11:01 PM |
|
|
Thread: -m 2500 seems to be somewhat broken
Post: RE: -m 2500 seems to be somewhat broken
I received the hccapx handshakes from cab404 and was unable to reproduce the issue. Maybe something is wrong with his ocl runtime.
@cab404: just to make sure, all the passwords you tried to crack w... |
|
undeath |
hashcat
|
12 |
10,015 |
03-23-2018, 12:00 AM |
|
|
Thread: Cryptainer
Post: RE: Cryptainer
Is the file format and encryption scheme publicly documented or reverse engineered? If not, no. |
|
undeath |
hashcat
|
1 |
2,410 |
03-23-2018, 08:14 PM |
|
|
Thread: Need help with NTLM password case
Post: RE: Need help with NTLM password case
It seems weird that your LM hash always looks case-sensitive. I'm not sure how exactly hashcat handles LM hashes but I would expect it to only have upper case letters.
Regarding the restore file, f... |
|
undeath |
hashcat
|
6 |
5,099 |
03-26-2018, 10:09 AM |
|
|
Thread: VeraCrypt - no idea what hash or cipher was used
Post: RE: VeraCrypt - no idea what hash or cipher was us...
you can run modes 13713, 13723, 13733 and 13753 which will cover all non-boot possibilities. |
|
undeath |
General Talk
|
3 |
3,984 |
03-28-2018, 10:55 AM |
|
|
Thread: Help on hashcat syntax
Post: RE: Help on hashcat syntax
Quote:
--
Hash 'hash.txt': Line-length exception
--
that message indicates hashcat cannot find your file |
|
undeath |
hashcat
|
10 |
6,738 |
03-30-2018, 10:35 AM |
|
|
Thread: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...
hex encoded or binary? not that it really matters because the search space is too large anyway. |
|
undeath |
hashcat
|
5 |
3,576 |
03-31-2018, 10:58 PM |
|
|
Thread: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...
Basically your salt is the "password" you are looking for. There should be a corresponding hash mode. |
|
undeath |
hashcat
|
5 |
3,576 |
04-01-2018, 12:25 AM |
|
|
Thread: Having hashcat check certain websites for known hashes
Post: RE: Having hashcat check certain websites for know...
It's a nice idea for an external tool but definitely should not end up in hashcat. |
|
undeath |
General Talk
|
5 |
4,580 |
04-01-2018, 10:31 AM |
|
|
Thread: Multiple Handshake in a file.
Post: RE: Multiple Handshake in a file.
hashcat will try to crack all handshakes if you concatenate them into a single file.
It's a binary format and documented here: https://hashcat.net/wiki/doku.php?id=hccapx |
|
undeath |
hashcat
|
1 |
2,350 |
04-02-2018, 10:16 AM |
|
|
Thread: Having hashcat check certain websites for known hashes
Post: RE: Having hashcat check certain websites for know...
hashcat is a specialised utility for cracking hashes quickly and efficiently. Querying third-party websites is totally out of scope and would require lots of additional maintenance, too. |
|
undeath |
General Talk
|
5 |
4,580 |
04-02-2018, 10:18 AM |
|
|
Thread: My Itunes hash
Post: RE: My Itunes hash
What is the expected length of each part of the password? Doing a full brute force is probably not feasible.
to summarise, your password consists of
word with capital letter
+ special char
+ numbers... |
|
undeath |
hashcat
|
3 |
3,719 |
04-02-2018, 05:29 PM |
|
|
Thread: Mode 3 works but not 0
Post: RE: Mode 3 works but not 0
progress only updates once it hits a checkpoint which can take a while with such low speed. |
|
undeath |
hashcat
|
2 |
2,209 |
04-03-2018, 09:04 PM |