Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: insert digits between 2 wordlists
Post: RE: insert digits between 2 wordlists
[/quote]
feel free to open a github issue for this idea (new feature)
[/quote]
Github issue opened:
https://github.com/hashcat/hashcat/issues/3257
@kcrowder69 Good job figuring that out. Sorr... |
|
monyanus |
hashcat
|
9 |
7,056 |
04-14-2022, 10:18 AM |
|
|
Thread: insert digits between 2 wordlists
Post: RE: insert digits between 2 wordlists
Yep, had the same issue. Problem is that you cannot pipe the results in a combinator attack. You can only pipe them into a single brute force attack. See my post and answer here:
https://hashcat.net/f... |
|
monyanus |
hashcat
|
9 |
7,056 |
04-11-2022, 10:41 AM |
|
|
Thread: How to triplicate a word or pattern - OpenCL error when 'M 'in rules
Post: RE: How to triplicate a word or pattern - OpenCL e...
Lol, I never used combinator attack with rules, so the possibility slipped my mind.
I somehow overlooked the paste rule, so yes that is by far the easiest solution. |
|
monyanus |
hashcat
|
4 |
3,749 |
03-24-2022, 03:45 PM |
|
|
Thread: How to pipe words into hashcat in any non 0 attack mode?
Post: How to pipe words into hashcat in any non 0 attack...
I recently discovered the power of using hashcat in combination with piping. Especially handy when combining a list with a small mask appended. For example using a hybrid attack with the mask at the e... |
|
monyanus |
hashcat
|
1 |
1,533 |
03-24-2022, 01:02 PM |
|
|
Thread: How to triplicate a word or pattern - OpenCL error when 'M 'in rules
Post: RE: How to triplicate a word or pattern - OpenCL e...
Thanks @Snoopy, using hashcat-legacy would indeed work.
After sleeping on the problem I came up with two even better solutions for my case since it allows me to keep using the hashcat OCL (GPU) versio... |
|
monyanus |
hashcat
|
4 |
3,749 |
03-24-2022, 10:44 AM |
|
|
Thread: How to triplicate a word or pattern - OpenCL error when 'M 'in rules
Post: How to triplicate a word or pattern - OpenCL error...
I want to do something similar to doubling in a rule using 'd' (doubles the word), I want to triplicate it.
Now I thought this could be achieved by putting the word in memory (M), doubling the word (... |
|
monyanus |
hashcat
|
4 |
3,749 |
03-23-2022, 10:12 PM |
|
|
Thread: Wallet.dat recovery
Post: RE: Wallet.dat recovery
Note I would not advice to use any online tool, you basically share your keys.
Better use the offline version. Just download the script bitcoin2john.py
https://github.com/openwall/john/blob/bleeding... |
|
monyanus |
hashcat
|
8 |
29,836 |
03-17-2022, 11:53 AM |
|
|
Thread: Recover Bitbox password PBKDF2_ROUNDS_MCU = 2048,PBKDF2_ROUNDS_APP = 20480
Post: RE: Recover Bitbox password PBKDF2_ROUNDS_MCU = 20...
RESOLVED
After analyzing the html and javascript code I realized that the Bitbox 1 backups only contains the plain sha256 of the mnemonic input (also other input is allowed). Bitbox does not use the ... |
|
monyanus |
hashcat
|
1 |
2,334 |
03-17-2022, 11:44 AM |
|
|
Thread: Need help using Hashcat
Post: RE: Need help using Hashcat
I am not gone spoon feed the answer, but these are the general steps or workflow that I would use
0) Extract the hash
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_... |
|
monyanus |
General Talk
|
3 |
6,053 |
03-11-2022, 03:30 PM |
|
|
Thread: Recover Bitbox password PBKDF2_ROUNDS_MCU = 2048,PBKDF2_ROUNDS_APP = 20480
Post: Recover Bitbox password PBKDF2_ROUNDS_MCU = 2048,P...
I am trying to recover a Bitbox wallet password based on a password hash and some knowledge of the password.
I found this old post (https://hashcat.net/forum/thread-9813-post-51446.html) where Undeath... |
|
monyanus |
hashcat
|
1 |
2,334 |
03-11-2022, 03:07 PM |
|
|
Thread: New to cracking any help appreciated.
Post: RE: New to cracking any help appreciated.
A bit more info like your exact command, type of hash, video card and the resulting hash rate would help.
For example, do you use -w3 option (speed things up), what kind of rule do you use?
Lets say ... |
|
monyanus |
hashcat
|
4 |
4,305 |
03-08-2022, 01:07 PM |
|
|
Thread: How to combine white space characters with masks
Post: RE: How to combine white space characters with mas...
Thx, I will try. Wish i had more than 4 custom character sets though, maybe I can overwrite one of the existing ones, e.g. modify ?s to include the characters of my choosing. I will update if I did so... |
|
monyanus |
hashcat
|
2 |
3,693 |
11-02-2021, 10:28 PM |
|
|
Thread: How to combine white space characters with masks
Post: How to combine white space characters with masks
I am performing an attack that requires thousands of masks, resulting in tens of trillions of passwords and that is al fine.
But now I need to check for white space characters (space, return) in comb... |
|
monyanus |
hashcat
|
2 |
3,693 |
11-01-2021, 10:45 PM |
|
|
Thread: BIP-38 / scrypt question
Post: RE: BIP-38 / scrypt question
Interesting, are you sure the paper-wallet uses the same derivation? E.g. what is the address type, what does the address of the paper wallet start with?
If I look at your code, I think you derive a... |
|
monyanus |
hashcat
|
2 |
5,037 |
09-13-2021, 01:52 PM |
|
|
Thread: Diving deeper in the rabbit hole of hashcat, hash extracting, crypto and decrypting
Post: Diving deeper in the rabbit hole of hashcat, hash ...
I recently found myself trying to understand and modify some hash extract scripts, and I realized that I need to go much deeper in the rabbit hole of crypto to understand them and hope to contribute t... |
|
monyanus |
General Talk
|
0 |
1,915 |
09-10-2021, 02:05 PM |
|
|
Thread: Combine mask attack with combinator
Post: RE: Combine mask attack with combinator
I ended up generating all orders as mask myself, I used btcrecovery for this purpose, but a few for loops would do the same.
After a lot of trial and error, I got the definition of the custom characte... |
|
monyanus |
hashcat
|
1 |
3,243 |
09-05-2021, 09:30 AM |
|
|
Thread: Combine mask attack with combinator
Post: Combine mask attack with combinator
Dear all,
I am trying to crack a semi random password of length 9-12 characters. Based on patterns in the semi random password (patterns in other semi random passwords) I defined 4 character sets wh... |
|
monyanus |
hashcat
|
1 |
3,243 |
09-04-2021, 09:50 AM |
|
|
Thread: BOM markers and hidden characters in front of password
Post: RE: BOM markers and hidden characters in front of ...
@philsmd Thank you so much for your support. I think I start understand a bit better now how to work well with hashcat and how to test and write rules.
Unfortunately when I searched for my word list ... |
|
monyanus |
hashcat
|
2 |
4,718 |
03-22-2021, 03:23 PM |
|
|
Thread: BOM markers and hidden characters in front of password
Post: BOM markers and hidden characters in front of pass...
Dear all,
I am struggling a few days now with trying to test a list of 3137616 passwords which I want to test in combination with prepend hidden characters, most likely BOM (Bite Order Mark) bits f... |
|
monyanus |
hashcat
|
2 |
4,718 |
03-21-2021, 09:21 AM |
|
|
Thread: Repeating Character in Mask Attack
Post: RE: Repeating Character in Mask Attack
Well, an easy way to do that would be to use a combinator attack:
https://hashcat.net/wiki/doku.php?id=combinator_attack
hashcat –m 0 –a 1 my.hash mywordlist.txt
Lazy and quick answer, so not spe... |
|
monyanus |
hashcat
|
1 |
3,319 |
03-18-2021, 02:09 PM |