Jump to content

5h4g

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by 5h4g

  1. here's the output after running that command:

    root@Pineapple:~# ln -s /sd/usr/lib/python2.7/site-packages/sslstrip /usr/lib/py
    thon2.7/site-packages/
    root@Pineapple:~# sslstrip
    Traceback (most recent call last):
    File "/sd/usr/bin/sslstrip", line 30, in <module>
    from sslstrip.StrippingProxy import StrippingProxy
    File "/usr/lib/python2.7/site-packages/sslstrip/StrippingProxy.py", line 20, in <module>
    from ClientRequest import ClientRequest
    File "/usr/lib/python2.7/site-packages/sslstrip/ClientRequest.py", line 25, in <module>
    from twisted.internet import ssl
    File "/usr/lib/python2.7/site-packages/twisted/internet/ssl.py", line 47, in <module>
    from OpenSSL import SSL
    ImportError: No module named OpenSSL
    root@Pineapple:~#

    btw, I'm going to be afk busy tonight..but will check back in the am first thing. ty so much for the help so far!

  2. yup uninstalled twisted-web and reinstalled and sslstrip is back up and running!!

    I tried this and still no love. First I ran:

    root@Pineapple:/sd# opkg remove twisted-web --force-depends

    Removing package twisted-web from root...

    root@Pineapple:/sd# opkg update

    Downloading http://cloud.wifipineapple.com/mk5/packages/Packages.gz.

    Updated list of available packages in /var/opkg-lists/pineapple_packages.

    root@Pineapple:/sd# opkg install twisted-web

    Installing twisted-web (2.5.0-1) to root...

    Downloading http://cloud.wifipineapple.com/mk5/packages/twisted-web_2.5.0-1_ar71xx.ipk.

    Configuring twisted-web.

    root@Pineapple:/sd#

    Then I tried re-installing sslstrip as an Infusion, but was getting the same behavior (it says it's not installed still).

    I then un-installed sslstrip as an infusion, and instead tried installing it with opkg via CLI, but when I run it, now I get this error (which is different than the error I was getting prior to uninstalling and re-installing twisted-web):

    root@Pineapple:~# sslstrip

    Traceback (most recent call last):

    File "/sd/usr/bin/sslstrip", line 30, in <module>

    from sslstrip.StrippingProxy import StrippingProxy

    ImportError: No module named sslstrip.StrippingProxy

    Anyone have any ideas... like many a Pineapple user, I'm a linux newb...so forgive me if I'm missing something obvious. Have been working on getting sslstrip to work for 4 hours now. Tried turning off Karma (and persistance), rebooting. Tried removing and re-installeing twisted-web. And have been scouring the forums and intertubez... help! The demo I need to show my client is simple: Karma running to trick their iOS device into connecting to previously-known SSID. Then just sslstrip running against various iOS app interfaces to see which might be vulnerable to sslstrip attacks (including Safari browser sessions to Facebook, etc.)

    I'm running a MKV I just bought on-site at Toorcon yesterday....

×
×
  • Create New...