Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #16

Open
KaxLuxs opened this issue Feb 7, 2021 · 0 comments
Open

Error #16

KaxLuxs opened this issue Feb 7, 2021 · 0 comments

Comments

@KaxLuxs
Copy link

KaxLuxs commented Feb 7, 2021

  • socialbrute version: Latest
  • Python version: 3
  • Operating System: MAC OS

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

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/[email protected]/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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant