Skip to content

Simple (!= quick) solution to recover the password of a database. Useful when all applications downloaded, only display the first two characters of it.

Notifications You must be signed in to change notification settings

mbmihura/AccessRecoverPasswordBrute

Repository files navigation

AccessRecoveryPasswordBrute

Basic application to retrieve the password from a database using brute force.

To use a class that implements the victim must be created. This will work as wrapper between the database and the program.

Possible features to improve:

  • Speed: It does not test the different permutations in the best order, some variables are constantly being created and discarded during the execution, and so on.
  • Interface: The database can be selected only at design time.

About

Simple (!= quick) solution to recover the password of a database. Useful when all applications downloaded, only display the first two characters of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages