Exemplo n.º 1
0
 def _create_pass_generator(self, url):
     p_bf = PasswordBruteforcer(url)
     p_bf.use_profiling = self._use_profiling
     p_bf.profiling_number = self._profiling_number
     p_bf.l337_p4sswd = self._l337_p4sswd
     p_bf.passwd_file = self._passwd_file
     return p_bf.generator()
Exemplo n.º 2
0
 def _create_pass_generator(self, url):
     p_bf = PasswordBruteforcer(url)
     p_bf.use_profiling = self._use_profiling
     p_bf.profiling_number = self._profiling_number
     p_bf.l337_p4sswd = self._l337_p4sswd
     p_bf.passwd_file = self._passwd_file
     return p_bf.generator()