Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Help rar5 hash
Post: RE: Help rar5 hash
If you don't remember anything about the password brute-force attack is the only option (-a 3 hashcat mode) |
|
Maroslawxp |
hashcat
|
5 |
9,568 |
04-21-2022, 11:39 PM |
|
|
Thread: Help with Truecrypt partition decryption
Post: RE: Help with Truecrypt partition decryption
1) if you have the standard drive it's first 512 bytes, if it's hidden use the command
Code:
--
dd if=\Device\Harddisk6\Partition2 of=partition_hash.tc bs=1 skip=65536 count=512
--
2) you can use a... |
|
Maroslawxp |
hashcat
|
3 |
6,194 |
04-19-2022, 11:28 PM |
|
|
Thread: SQL 2012 Hashes with Salt
Post: RE: SQL 2012 Hashes with Salt
You have to put them into form hash:salt with correct hashcat mode (1731 in your case) |
|
Maroslawxp |
hashcat
|
1 |
4,512 |
01-17-2022, 01:04 AM |
|
|
Thread: How to crack an MD5(base64_encode(md5)) password?
Post: RE: How to crack an MD5(base64_encode(md5)) passwo...
The length of base64(md5($pass)) is always 44 so there would be integer overflow error. You can request adding this algorithm to hashcat here (https://github.com/hashcat/hashcat/issues) |
|
Maroslawxp |
hashcat
|
2 |
6,194 |
12-25-2021, 11:52 PM |
|
|
Thread: Adding teamspeak hash algorithm
Post: RE: Adding teamspeak hash algorithm
Thanks, I'll check it out |
|
Maroslawxp |
hashcat
|
2 |
5,853 |
08-29-2021, 10:31 PM |
|
|
Thread: Adding teamspeak hash algorithm
Post: Adding teamspeak hash algorithm
Hello,
I found a thread about teamspeak 3 channel hashes. forum thread (https://hashcat.net/forum/thread-4437.html)
I'd like if this would be implemented in hashcat. It is said that you can open t... |
|
Maroslawxp |
hashcat
|
2 |
5,853 |
08-29-2021, 01:18 AM |