Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: RenegadeMind on January 01, 2014, 01:00:04 PM



Title: [ANN] Password Combination Generator
Post by: RenegadeMind on January 01, 2014, 01:00:04 PM
So I'm over at Reddit /r/bitcoin, and there's yet another fellow who has forgotten his wallet.dat password... cripes...

http://www.reddit.com/r/Bitcoin/comments/1u5e79/ive_forgotten_my_password_am_i_screwed/

It sounded like he was using a pass phrase, so I stripped down an old project to create password combinations:

http://cynic.me/2014/01/01/cartesian-product-password-combination-generator/

Full source code is there.

All that does is help you create a customized dictionary to use in a brute force attack with another utility. (I have no idea if there is one out there to do that, but my guess is that there is.)

If someone would be so kind as to simply browse through the source code to check, I'd appreciate it. There are too many douchewads around spreading malware, and I'd like to get that addressed before someone starts bitching about it being malware... which always happens. Thanks in advance.


Title: Re: [ANN] Password Combination Generator
Post by: RenegadeMind on January 01, 2014, 02:09:18 PM
Here's a screenshot:

https://i.imgur.com/Ig6nNIE.png



Title: Re: [ANN] Password Combination Generator
Post by: drb0n3z on January 01, 2014, 02:16:17 PM
So I'm over at Reddit /r/bitcoin, and there's yet another fellow who has forgotten his wallet.dat password... cripes...

http://www.reddit.com/r/Bitcoin/comments/1u5e79/ive_forgotten_my_password_am_i_screwed/

It sounded like he was using a pass phrase, so I stripped down an old project to create password combinations:

http://cynic.me/2014/01/01/cartesian-product-password-combination-generator/

Full source code is there.

All that does is help you create a customized dictionary to use in a brute force attack with another utility. (I have no idea if there is one out there to do that, but my guess is that there is.)

If someone would be so kind as to simply browse through the source code to check, I'd appreciate it. There are too many douchewads around spreading malware, and I'd like to get that addressed before someone starts bitching about it being malware... which always happens. Thanks in advance.

Really cool to see this made. Is this just, essentially, a gui option for the wallet cracker that hashcat and cryptohaze have made?


Title: Re: [ANN] Password Combination Generator
Post by: RenegadeMind on January 01, 2014, 03:22:22 PM
So I'm over at Reddit /r/bitcoin, and there's yet another fellow who has forgotten his wallet.dat password... cripes...

http://www.reddit.com/r/Bitcoin/comments/1u5e79/ive_forgotten_my_password_am_i_screwed/

It sounded like he was using a pass phrase, so I stripped down an old project to create password combinations:

http://cynic.me/2014/01/01/cartesian-product-password-combination-generator/

Full source code is there.

All that does is help you create a customized dictionary to use in a brute force attack with another utility. (I have no idea if there is one out there to do that, but my guess is that there is.)

If someone would be so kind as to simply browse through the source code to check, I'd appreciate it. There are too many douchewads around spreading malware, and I'd like to get that addressed before someone starts bitching about it being malware... which always happens. Thanks in advance.

Really cool to see this made. Is this just, essentially, a gui option for the wallet cracker that hashcat and cryptohaze have made?

I'm not aware of any wallet crackers, so no. It's just for helping you generate custom dictionaries for brute force attacks. Got a link for the other crackers? I'd like to have a look.


Title: Re: [ANN] Password Combination Generator
Post by: drb0n3z on January 02, 2014, 12:19:21 AM
Quote from: RenegadeMind link=topic=394377.msg4254905#msg4254905

I'm not aware of any wallet crackers, so no. It's just for helping you generate custom dictionaries for brute force attacks. Got a link for the other crackers? I'd like to have a look.



Can't seem to find a link to the hashcat cracking of wallets but here is JTR and cryptohaze

http://blog.gmane.org/gmane.comp.security.openwall.john.user/month=20130601

http://www.cryptohaze.com

Sorry for not properly linking things. I'm on my phone and its annoying on this site.