Support Forums
[SF Coders] Hash Bruteforcer/Permutation Attack [RELEASE] - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: [SF Coders] Hash Bruteforcer/Permutation Attack [RELEASE] (/showthread.php?tid=23398)



[SF Coders] Hash Bruteforcer/Permutation Attack [RELEASE] - milopeach - 11-23-2011

[Image: YzwzC.png]
I'm releasing the source code for my VB2010 Project, a Hash Bruteforcer - It only uses the CPU and not the GPU (I'll release one on GPU Programming later - If I get it working :\ )

Here's the link: link removed

Permutation Cracking Types:
  • Individual Character Checking (Uppercase, Lowercase, Integers and Symbols)
  • Reverse Individual Checking (All Individually selected Character types are tested in reverse, although still chronologically i.e. ZYX instead of ABC)
  • Combination Character Checking (All Individually selected Character types are combined and tested chronologically)
  • Reverse Combination Checking (All Individually Selected Character types are combined and tested chronologically i.e. Z9Z0 instead of A1A0)

Hash Cracker GUI:
[Image: ?h=9bb094ab74786cae60341a7911323b3c]

I'll also throw in a Hash Generator for anyone that needs one, or wants to test my program with. (abc with only lowercase selected, starting from 1 min character takes 2084 attempts.)

Hash Generator GUI:
[Image: ?h=965b04a144d420e0df5a68baf77f7a61]

Download Link: link removed

Enjoy!
-Milopeach.


RE: [SF Coders] Hash Bruteforcer/Permutation Attack [RELEASE] - Prince - 11-23-2011

I'm the first one to download it , thanks for this tool. Smile


RE: [SF Coders] Hash Bruteforcer/Permutation Attack [RELEASE] - BreShiE - 11-24-2011

I'm not quite sure if something like this is allowed here at SF, but nether-the-less, great work milo. Smile


RE: [SF Coders] Hash Bruteforcer/Permutation Attack [RELEASE] - UrbanByte - 11-25-2011

Looks good milopeach is it multi-threaded or better yet parallel supported? ;)


RE: [SF Coders] Hash Bruteforcer/Permutation Attack [RELEASE] - Sam - 11-25-2011

You can't release this type of software here.


RE: [SF Coders] Hash Bruteforcer/Permutation Attack [RELEASE] - Fragma - 11-26-2011

As Sam said, this isn't allowed.