Matrix07ksa / Brute_Force

Brute_Force_Attack Gmail Hotmail Twitter Facebook Netflix
GNU General Public License v3.0
1.43k stars 240 forks source link

I keep getting this error #34

Open M4Nyak opened 1 year ago

M4Nyak commented 1 year ago

[!] <<>>

Exception in thread hejab: Traceback (most recent call last): File "/home/kali/Desktop/Brute_Force/Brute_Force.py", line 184, in twitter brows.form['session[username_or_email]'] = options.twitter.strip() File "/usr/lib/python3/dist-packages/mechanize/_form_controls.py", line 1963, in setitem control = self.find_control(name) File "/usr/lib/python3/dist-packages/mechanize/_form_controls.py", line 2355, in find_control return self._find_control(name, type, kind, id, label, predicate, nr) File "/usr/lib/python3/dist-packages/mechanize/_form_controls.py", line 2448, in _find_control raise ControlNotFoundError("no control matching " + description) mechanize._form_controls.ControlNotFoundError: no control matching name 'session[username_or_email]'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/kali/Desktop/Brute_Force/Brute_Force.py", line 206, in twitter proxy() File "/home/kali/Desktop/Brute_Force/Brute_Force.py", line 87, in proxy pl = ProxyList() TypeError: ProxyList.init() missing 1 required positional argument: 'source'