Developer: Ian Kleton
Genre: Software, Hacking
Code: C#
My first C# application that I've made. A very basic program that is badly structured in C# but that achieved the goal of the application.
The application has two functions. It can perform a Bruteforce attack in which it tries to hack a password going through the letters a-Z and symbols.
The second function is a Dictionary Attack in which you as a user can insert a textfile with passwords and it will go through each of them trying to match it.
The application is finished for internal use but the goal is to add an SMTP credential certifications in which it confirms if the password is a match by trying to email. This way the application could be used for Gmail, Hotmail and other email providers offering SMTP ports.