Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post [desc] Author Forum Replies Views Posted
    Thread: Intercept zip decryption key or files from an application
Post: RE: Intercept zip decryption key or files from an ...

Yes but it heavily depends on the application and how you have access to it. You can decompile the application and look for the password, debug the running application, run a trace on calls that are b...
DanielG General Talk 1 719 03-12-2020, 05:33 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

on the official forum there is a topic about bruteforce a forgotten password on https://forums.packetizer.com/viewtopic.php?f=72&t=1333 there is a slow python version using the tool itself but a user ...
DanielG General Talk 20 5,128 01-08-2020, 09:56 AM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

okay, googling a bit more it seems the format is pretty open. The fileformat is described on https://www.aescrypt.com/aes_file_format.html and there is source on https://github.com/kenkendk/sharpaescr...
DanielG General Talk 20 5,128 01-08-2020, 10:18 AM
    Thread: Is this a known and implemented algo?
Post: RE: Is this a known and implemented algo?

Looks like the CRC32 table and method, only on end it does XOR $68DBAF89. So my guess is to use hashcat -m 11500 but first manually XOR the recovered data out of registry with 0x68DBAF89. //edit...
DanielG hashcat 3 2,236 04-11-2019, 11:11 AM
    Thread: ITunes Backup encryption
Post: RE: ITunes Backup encryption

If you use the search functionality of the Forum and search for "iTunes" you get a few topics with the same question. One of the tools you will find is https://github.com/philsmd/itunes_backup2hashcat...
DanielG hashcat 1 1,674 10-19-2018, 12:21 PM
    Thread: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched
Post: RE: iTunes Backup, 8 errors: Separator unmatched+S...

you saved it in a .rtf file. Which is a Rich Text Format file. That adds a bunch of unseen data. You need to save it as a plain text file (.txt) which would be just the letters you typed (and not extr...
DanielG hashcat 6 3,566 01-25-2019, 09:22 PM
    Thread: Just a little issue, hoping for some support
Post: RE: Just a little issue, hoping for some support

Would be nice to know the results of your "reading up and down for over an hour, on diff sites and forums". Because you're bound to get suggestions that you already saw in your hours of research but d...
DanielG hashcat 3 2,824 01-02-2018, 12:24 PM
    Thread: Line-length exception?
Post: RE: Line-length exception?

You are setting -t (--markov-threshold Threshold X when to stop accepting new markov-chains) to 500, you probably want -m 500 (-m, --hash-type) to 500 which is md5crypt, MD5 (Unix), Cisco-IOS $1$ (MD5...
DanielG General Talk 3 4,747 12-29-2017, 08:40 AM
    Thread: LM Hashes
Post: RE: LM Hashes

I think you could do 2 things: - the best one is https://hashcat.net/wiki/doku.php?id=hybrid_attack where you make a wordlist with all the variants of PASSWOR (such as Passwor, PAsswor, PaSswor, etc)...
DanielG General Talk 11 5,707 08-27-2019, 08:38 AM
    Thread: Looking to rent GPU Server 4 hashcat.
Post: RE: Looking to rent GPU Server 4 hashcat.

"hour how much time would i need on 10x 1080... for 8 char ?a or 10 ?a brute" Let's calculate this: Hashcat supports these: -m 11300 = Bitcoin/Litecoin wallet.dat -m 12700 = Blockchain, My Wal...
DanielG Hardware 4 4,071 07-12-2019, 11:10 AM
    Thread: Masking question
Post: RE: Masking question

https://hashcat.net/wiki/doku.php?id=mask_attack Quote: -- A placeholder can be either a custom charset variable, a built-in charset variable or a static letter -- so yeah, just a?a?a?a?a?a?a?...
DanielG hashcat 2 1,142 11-01-2019, 04:03 PM
    Thread: MD5 Help
Post: RE: MD5 Help

Hi, you would probably already be cracking if you followed the information on the wiki (https://hashcat.net/wiki/). Here you can follow the steps needed to crack your hash: https://hashcat.net/wiki/d...
DanielG hashcat 11 12,044 01-09-2018, 05:31 PM
    Thread: MD5 Help
Post: RE: MD5 Help

?1 is indeed how you access the custom charset mentioned. In the example I put 12 "?1" combinations because that is your max length for your password. This makes it easy if you decide to try somethi...
DanielG hashcat 11 12,044 01-11-2018, 10:31 AM
    Thread: MD5 Help
Post: RE: MD5 Help

Just forget about even trying is a good strategy if you only have a hash and know the plaintext is 16^32 (340282366920938463463374607431768211456) possibilities. These guys at www.onlinehashcrack.c...
DanielG hashcat 4 1,655 10-21-2019, 08:51 AM
    Thread: MD5 question
Post: RE: MD5 question

1. know exactly how many times it is hashed (3,4,5,etc) 2. write a custom kernel that can handle the exact amount of md5 rounds
DanielG hashcat 6 2,051 10-31-2019, 10:01 AM
    Thread: MD5 question
Post: RE: MD5 question

mdxfind looks cool, https://www.techsolvency.com/pub/bin/mdxfind/ "Multi-iteration: can try thousands of iteration counts of any of these core algorithms". On https://www.techsolvency.com/pub/bin/...
DanielG hashcat 6 2,051 10-31-2019, 12:24 PM
    Thread: md5(base64_encode($pass)) in hashcat
Post: RE: md5(base64_encode($pass)) in hashcat

https://github.com/hashcat/hashcat/tree/master/OpenCL read, learn, edit, use
DanielG hashcat 3 2,374 10-30-2018, 12:52 PM
    Thread: Modifiations to hash type 18100 to support binary seeds
Post: RE: Modifiations to hash type 18100 to support bin...

"I figured to do this I would give hashcat a custom charset of a-z2-7 and a 16 character mask." Like philsmd said, that would be 1,208,925,819,614,629,174,706,176 possibilities. Even if you were ab...
DanielG hashcat 3 1,651 08-30-2019, 08:57 AM
    Thread: My KeePass Job Seems Slow
Post: RE: My KeePass Job Seems Slow

This looks like exactly as the reason why password tools (like Keepass) use the algorithms they use. You should be slow at brute-forcing it, that's the point. I made a Keepass file with 100000 rounds ...
DanielG hashcat 3 2,010 10-29-2018, 12:14 PM
    Thread: Need help to identify encryption
Post: RE: Need help to identify encryption

On a lot of "Default Usernames & Passwords" lists for routers Huawei devices seem to have the password 'admin' or '[email protected]' as the password. Perhaps try that before trying to break the config...
DanielG hashcat 2 1,119 02-10-2020, 11:52 AM