Crack the password

Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
17 posts Page 1 of 2
Contributors
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

Crack the password
XTechVB
hi guys this is my first password protect system and i want to test it. I'm not very good at cracking passwords so I'm asking for your help.

What you have to do:
Simple, crack the password by any means
if you try to crack it directly you will only have 20 seconds to introduce the wright password.

Ho to prove that you cracked it:
a message will be shown, just write here what the message says.

download
PassProtect Test.rar
You do not have the required permissions to view the files attached to this post.
You can find me on Facebook or on Skype mihai_92b
User avatar
ManMega1
VIP - Site Partner
VIP - Site Partner
Posts: 326
Joined: Thu Dec 31, 2009 6:09 pm

Re: Crack the password
ManMega1
Could we have a little help... meaning like is it capital sensitive? etc...
Image
Image
Image
Image
Image
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

Re: Crack the password
XTechVB
ManMega1 wrote:
Could we have a little help... meaning like is it capital sensitive? etc...
yes only LowerCase characters
You can find me on Facebook or on Skype mihai_92b
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Crack the password
mandai
I managed to bypass the function that is supposed to format the password, so I got this:
You do not have the required permissions to view the files attached to this post.
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

Re: Crack the password
XTechVB
yes that's the message. Congratulations Mandy you've cracked the program,
Did you managed to find the password?
You can find me on Facebook or on Skype mihai_92b
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: Crack the password
Usman55
mandai wrote:
I managed to bypass the function that is supposed to format the password, so I got this:
Mandai, may I ask how you did it?

MTech, May I ask what method did you use?

Thank you.
Image
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Crack the password
MrAksel
Yeah, mandai how do you do that? Teach me?
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: Crack the password
Usman55
MTech010, Can YOU please tell me what method you used to make it secure (according to yourself cuz mandai cracked it lol).
Image
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Crack the password
MrAksel
Usman55 wrote:
MTech010, Can YOU please tell me what method you used to make it secure (according to yourself cuz mandai cracked it lol).
Maybe he just used binary. Like having something, like a label, with some binary data. Then set that password from that data, just in a string. When you press the GO button it checks if the textbox's text is the same as the password. But that would be too easy to crack, Im sure its many ways to get that binary data.
Im sure he used another way
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Crack the password
mandai
I didn't get the password as it seemed like more effort than it was worth.
I used a hex editor to list the strings in the file and noticed one of them was a Regex command; by patching this to something invalid it caused an exception at the form load and then stopped the password from being generated properly.

Also I changed the label timer text by changing its value in memory.
17 posts Page 1 of 2
Return to “Full Software”