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
Hola, estoy comenzando a utilizar la herramienta; al ejecutarlo me devuelve el siguiente error:
Traceeback (most recent call last):
File "/home/espider17/Escritorio/github/osint-suite-tools/BuscadorTelefonos.py", line 123, in
main()
File "/home/espider17/Escritorio/github/osint-suite-tools/BuscadorTelefonos.py", line 120, in main
attack(target)
File "/home/espider17/Escritorio/github/osint-suite-tools/BuscadorTelefonos.py", line 110, in attack
check_facebook(phone)
File "/home/espider17/Escritorio/github/osint-suite-tools/BuscadorTelefonos.py", line 49, in check_facebook
br.form["email"] = phone
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 'email'
Muchas gracias y enhorabuena
The text was updated successfully, but these errors were encountered:
Hola, estoy comenzando a utilizar la herramienta; al ejecutarlo me devuelve el siguiente error:
Traceeback (most recent call last):
File "/home/espider17/Escritorio/github/osint-suite-tools/BuscadorTelefonos.py", line 123, in
main()
File "/home/espider17/Escritorio/github/osint-suite-tools/BuscadorTelefonos.py", line 120, in main
attack(target)
File "/home/espider17/Escritorio/github/osint-suite-tools/BuscadorTelefonos.py", line 110, in attack
check_facebook(phone)
File "/home/espider17/Escritorio/github/osint-suite-tools/BuscadorTelefonos.py", line 49, in check_facebook
br.form["email"] = phone
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 'email'
Muchas gracias y enhorabuena
The text was updated successfully, but these errors were encountered: