eileen12 / Form Brute Force

Published:

Version: 0.1+e7d4082 updated

Summary: Brute-force a login page

License: MIT

Currently, the script lacks a GUI.
It uses a set of predefined usernames and passwords(i.e. login pairs) to brute-force a form.

You can change the predefined login pairs by changing the makeLoginmap() function at the end of the script.

  • Change the usernames array to specify a list of possible usernames, the passkeys array specifies a list of possible passkeys and the getpasskeymorphs() function changes a passkey to get different variations. A username is checked for every passkey and all its variations generated by the getpasskeymorphs() function.

Rating: 0