|
|
|
|
|
init(self)
Open files and init some variables |
|
|
|
|
_genSpecialUsers(self)
Generate special passwords from URL, password profiling, etc. |
|
|
|
|
_genSpecialPasswords(self)
Generate special passwords from URL, password profiling, etc. |
|
|
|
|
|
|
|
_getPassword(self,
user)
Get a password from the password file. |
|
|
|
|
_getUser(self)
Get the user for this combination. |
|
|
|
|
getNextString(self)
This is used for "password only" logins. |
|
|
|
|
getNext(self)
Get the next user/password combination |
|
|
|
|
_getProfilingResults(self)
This method is called when the plugin wont be used anymore. |
|
|
|
|
| setUsersFile(self,
usersFile) |
|
|
|
|
|
|
|
| setPassFile(self,
passwdFile) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| setUseMailUsers(self,
tf) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| setUseProfiling(self,
tf) |
|
|
|
|
|
|
|
| setProfilingNumber(self,
number) |
|
|
|
|
|
|
|
|
|
|
|