Wifi?
darwinchang-h4cks opened this issue · 0 comments
- socialbrute version:
- Python version:
- Operating System:
Description
I was trying to brute force but this would show up after bruteforcing a few times and my question is: is this basically saying that the wifi disconnected therefore it couldn't continue the brute force?
What I Did
socialbrute -s instagram -u (myusername) -w (wordlist) --interactive
output:
File "C:\Python3\Scripts\socialbrute-script.py", line 11, in
load_entry_point('socialbrute==1.0.2', 'console_scripts', 'socialbrute')()
File "C:\Python3\lib\site-packages\click\core.py", line 764, in call
return self.main(*args, **kwargs)
File "C:\Python3\lib\site-packages\click\core.py", line 717, in main
rv = self.invoke(ctx)
File "C:\Python3\lib\site-packages\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Python3\lib\site-packages\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
File "C:\Python3\lib\site-packages\socialbrute-1.0.2-py3.8.egg\socialbrute\cli.py", line 157, in main
sb.run(social, username, wordlist, delay)
File "C:\Python3\lib\site-packages\socialbrute-1.0.2-py3.8.egg\socialbrute\socialbrute.py", line 107, in run
password = a.crack()
File "C:\Python3\lib\site-packages\socialbrute-1.0.2-py3.8.egg\socialbrute\modules\instagram.py", line 41, in crack
email = self.browser.driver.find_element_by_name('username')
File "C:\Python3\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 496, in find_element_by_name
return self.find_element(by=By.NAME, value=name)
File "C:\Python3\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 976, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "C:\Python3\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Python3\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[name="username"]"}
(Session info: chrome=78.0.3904.108)