You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Think I've installed everything correctly, although getting this error. Could this be to do with the wordlist
If so what type of wordlist should I be using
What I Did
socialbrute -s yahoo -u B********* -w /Users/kai/Desktop/10-million-combos.txt
Traceback (most recent call last):
File "/usr/local/bin/socialbrute", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.9/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/socialbrute/cli.py", line 162, in main
sb.run(social, username, wordlist, delay)
File "/usr/local/lib/python3.9/site-packages/socialbrute/socialbrute.py", line 61, in run
total = len(open(wordlist, 'r').read().split('\n'))
File "/usr/local/Cellar/python@3.9/3.9.1_8/Frameworks/Python.framework/Versions/3.9/lib/python3.9/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xaa in position 9095490: invalid start byte.
The text was updated successfully, but these errors were encountered:
Description
Think I've installed everything correctly, although getting this error. Could this be to do with the wordlist
If so what type of wordlist should I be using
What I Did
The text was updated successfully, but these errors were encountered: