[SOLUCIONADO] Error sslstrip

Iniciado por 0tak4, Agosto 25, 2013, 03:08:22 AM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Agosto 25, 2013, 03:08:22 AM Ultima modificación: Agosto 27, 2014, 09:00:01 PM por Expermicid
hola tengo instalado python3.3 pero el ssltrip me vota este error :(

sslstrip
Traceback (most recent call last):
  File "/usr/bin/sslstrip", line 30, in <module>
    from sslstrip.StrippingProxy import StrippingProxy
  File "/usr/share/sslstrip/sslstrip/StrippingProxy.py", line 20, in <module>
    from ClientRequest import ClientRequest
  File "/usr/share/sslstrip/sslstrip/ClientRequest.py", line 25, in <module>
    from twisted.internet import ssl
  File "/usr/lib/python2.7/dist-packages/twisted/internet/ssl.py", line 23, in <module>
    from OpenSSL import SSL
  File "/usr/local/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 40, in <module>
    from OpenSSL import crypto
ImportError: cannot import name crypto


Código: text
ImportError: cannot import name crypto


Te falta el módulo crypto, mira si está para Python 3 si no, usa Python 2.7

Saludos!







You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login

no sabes los comandos de consola para instalar ese modulo por favor

Acabo de revisar y parece que la única dependencia que pide sslstrip es python-twisted-web, mia si está en los repositorios de tu distro o lo puedes descargar de acá: You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login

Saludos!







You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login

Agosto 25, 2013, 08:18:43 PM #4 Ultima modificación: Agosto 25, 2013, 08:25:01 PM por 0tak4
ya reinstale el ssltrip, python-crypto, python-twisted-web, y tengo el mismo error. Creo que el error es que lo lee con python2.7 y no lo puede importar, no se como decirle que lea con otra versión de python, gracias por responder :)

aptitude reinstall  python-twisted-web
The following packages will be REINSTALLED:
  python-twisted-web
0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/433 kB of archives. After unpacking 0 B will be used.
(Reading database ... 259470 files and directories currently installed.)
Preparing to replace python-twisted-web 11.1.0-1 (using .../python-twisted-web_11.1.0-1_all.deb) ...
Unpacking replacement python-twisted-web ...
Setting up python-twisted-web (11.1.0-1) ...


apt-get build-dep ssltrip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to find a source package for ssltrip
root@ubuntu:~# apt-get build-dep sslstrip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Usa Python 2.7

Saludos!







You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login

esta con python 2.7 lo he dejado por defecto :)