Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Apple pass keys mask
Post: Apple pass keys mask

For a case I am looking at the Apple keychain pass keys of one of my clients....and I cannot help notice how extremely non-random the few passkeys are that I have looked at. To give some clarificati...
monyanus hashcat 0 1,158 09-19-2024, 04:38 PM
  Heart Thread: Duplicate with rules
Post: RE: Duplicate with rules

penguinkeeper Wrote: (08-22-2024, 12:00 PM) -- Or just truncate right side with "$$ d ]" if you don't want it at the end too -- Great! I was already wondering how to truncate from the left, I tried ...
monyanus hashcat 5 1,442 08-22-2024, 02:11 PM
    Thread: Duplicate with rules
Post: RE: Duplicate with rules

@penguinkeeper You forgot that the appended "$" will also get duplicated and should be removed. Not sure if my solution is the most efficient way, but I think you can solve it by using: 1) rotating t...
monyanus hashcat 5 1,442 08-22-2024, 11:49 AM
    Thread: Speed 8 characters
Post: RE: Speed 8 characters

My bad, I see you mention "complex random passwords". Indeed, that explodes in possibilities.
monyanus hashcat 6 2,891 06-10-2024, 11:47 AM
    Thread: Speed 8 characters
Post: RE: Speed 8 characters

8-9 character passwords are very insecure unless they are completely random. So you better define what you exactly mean with a "complex password". Trying all possible combinations with a simple mask...
monyanus hashcat 6 2,891 06-09-2024, 12:13 PM
    Thread: mask ans keyspace ok for NTLM
Post: RE: mask ans keyspace ok for NTLM

Can I make a suggestion? You probably do not know how long the word/letter part exactly is and probably the numbers are only at the end, right? So perhaps you can first generate the letter part using...
monyanus hashcat 2 2,728 03-07-2024, 11:20 AM
    Thread: Decode
Post: RE: Decode

putty11 Wrote: (03-03-2024, 08:05 AM) -- Hi, how to decode hash:pass to privatekey from $bitcoin hash, maybe have some solutions ? -- You need to way more specific than that. What kind of wallet has...
monyanus hashcat 1 2,811 03-07-2024, 10:46 AM
    Thread: I need rules, please help, thanks
Post: RE: I need rules, please help, thanks

Quote: -- Thank you for providing the idea. I think the more calculations there are, the slower the cracking speed will be. Of course, I haven't tested the command about length yet. And I think usi...
monyanus hashcat 4 4,006 03-06-2024, 12:41 PM
    Thread: I need rules, please help, thanks
Post: RE: I need rules, please help, thanks

You can easily build this yourself since it is just three parts. I will call the original dictionaryt right.txt The left part is the original dictionary but reverse, run original.txt with rule 'r'  a...
monyanus hashcat 4 4,006 03-05-2024, 02:44 PM
    Thread: generating a dictionary /or rules
Post: RE: generating a dictionary /or rules

I agree with penguinkeeper, doing this in a small Python script that for example, recursively goes over the list of list of 4 characters, would do the trick. If you are persistent you want to do it in...
monyanus hashcat 3 2,965 03-05-2024, 02:30 PM
    Thread: Metamask Module
Post: RE: Metamask Module

For if you only care about dropping password with lower than a minimum length, you can use, the reject rule: Reject less
monyanus hashcat 2 3,448 02-04-2024, 01:50 PM
    Thread: Metamask Module
Post: RE: Metamask Module

If you have a password trait with 4-6 characters, you probably refer to the ending. In such a case it often works best to use a hybrid attack (-a7), where you have a mask in the beginning and a list ...
monyanus hashcat 2 3,448 02-03-2024, 02:01 PM
    Thread: How to implement keyboard adjacent key insertion
Post: RE: How to implement keyboard adjacent key inserti...

Actually it will only work for substitute kind of typo's, not for inserting next to it an adjacent character. Real pity that the save to memory option is not better utilized, its a potential powerhou...
monyanus hashcat 3 3,649 02-03-2024, 01:47 PM
    Thread: How to implement keyboard adjacent key insertion
Post: RE: How to implement keyboard adjacent key inserti...

Thanks, not my preferred choice, but it will do the trick for now.
monyanus hashcat 3 3,649 02-02-2024, 05:30 PM
    Thread: How to implement keyboard adjacent key insertion
Post: How to implement keyboard adjacent key insertion

I am working on cracking a password where I know the user often uses keys that are adjacent on the keyboard (semi-random passwords). I looked at how could implement this in hashcat using rules, and it...
monyanus hashcat 3 3,649 02-01-2024, 04:50 PM
    Thread: Excel crack with possible passwords
Post: RE: Excel crack with possible passwords

Sounds to me like it could be useful to check for typos. Start with running some toggles rules toggles1.rule, toggles2.rule etc. Then try making some own typo rules. For example, if someone would wan...
monyanus hashcat 4 4,446 01-29-2024, 01:31 PM
    Thread: How to become proficient at password cracking?
Post: RE: How to become proficient at password cracking?

Thanks! You call it theory and indeed you are correct. However, in my experience it is often that you are forced to learn the theory by necessity and experience in practice based on the kind of passwo...
monyanus General Talk 8 7,948 01-23-2024, 10:29 AM
    Thread: How to become proficient at password cracking?
Post: RE: How to become proficient at password cracking?

For sure,a large part it is practice and experience. For example, knowing a) which attack type to use in which situation and b) how to avoid checking unneeded options, makes a tremendous difference an...
monyanus General Talk 8 7,948 01-20-2024, 01:52 PM
    Thread: How do I make a hash.txt?
Post: RE: How do I make a hash.txt?

If you just want to test, you can take an example hash from: https://hashcat.net/wiki/doku.php?id=example_hashes Perhaps what you mean is that you have something that you want to crack, and need to h...
monyanus hashcat 2 4,678 01-11-2024, 02:44 PM
    Thread: Password recovery for electrum wallet
Post: RE: Password recovery for electrum wallet

Jhonathan2Poul Wrote: (12-12-2023, 12:54 PM) -- Hi there! I always meet the same problem again and again after recieving coins. Electrum wallet ( https://electrum.org/ ) just stops to recognize my pa...
monyanus hashcat 2 4,975 12-15-2023, 11:02 AM