NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
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.
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