Jump to content

lexieke

Active Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

536 profile views

lexieke's Achievements

Newbie

Newbie (1/14)

  1. It seems I have exactly the same issue: installing the infusion on USB, running it will just stop it again in a few sec. When I run it in SSH it tells me: File "/usb/usr/bin/sslstrip", line 27, in <module> from twisted.web import http File "/usb/usr/lib/python2.7/site-packages/twisted/web/http.py", line 37, in <module> from twisted.protocols import policies, basic EOFError: EOF read where object expected
  2. So I installed SSLStrip as only infusion from SSH and this gave no errors. I than created this script to start it: iptables -t nat -A PREROUTING -p tcp -destination-port 80 -j REDIRECT -to-ports 10000 iptables -t nat -A PREROUTING -p tcp -destination-port 443 -j REDIRECT -to-ports 10000 sslstrip -w /usb/sslstrip.log & where it will throw me these errors: root@Pineapple:/usb# ./runSSLStrip Bad argument `80' Try `iptables -h' or 'iptables --help' for more information. Bad argument `443' Try `iptables -h' or 'iptables --help' for more information. root@Pineapple:/usb# Traceback (most recent call last): File "/usb/usr/bin/sslstrip", line 27, in <module> from twisted.web import http File "/usb/usr/lib/python2.7/site-packages/twisted/__init__.py", line 22, in <module> raise ImportError("you need zope.interface installed " ImportError: you need zope.interface installed (http://zope.org/Products/ZopeInterface/) I am running this from /USB. I than installed SSLStrip (without removing it) from the Bar and it installed in 1 sec. I pressed run and everything was working as it should. Anyone care to explain so I understand what my error is?
  3. Hey Telot Thanks for your very fast reply. I hope this will be the answer as well, I will try it tonight. I don't want to ask too much here but do you run this on SSH? And do you happen to have a script or could you please outline what the exact order of steps is that you take, and what the commands are? I'm sure this would be a very helpfull guide to many newbies here and well it would save me probably some hours as well to get started :) Another general question: is it normal that browsing gets slower by enabling SSLStripper/tcpdump or should it run quite fast? I'm just thinking if you would run it in a presentation and there are 20 people, will anyone be able to test? Thanks!!
  4. By the way I was also trying to run SSLStrip from SSH (I did reboot in between) and used this script that I found in another topic: iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 10000 iptables -t nat -A PREROUTING -p tcp --destination-port 443 -j REDIRECT --to-ports 10000 _now=$(date +"%Y%m%d-%H%M%S") _file="/usb/sslstrip_$_now.log" sslstrip -w $_file Does not seem to help. It did work once, it logged my login to this forum :)
  5. Hi I received my brand new MK IV a few days ago and I was very very enthusiastic but it gets slow and reboots really often so that it becomes unusuable to me. What I did so far: upgraded to 2.8 before I started anything installed a USB 8GB stick and enabled the USB swap I added the firewall rule to the boot as this was an issue: /etc/init.d/firewall disable; /etc/init.d/firewall stop installed infusions on the stick:SSLStrip URLSnarf When I start I enable Karma and URLSnarf everything seems to work, I get clients and it is logging all URLs When I start SSLStripper everything becomes unusable slow for the client that I'm targetting After a few minutes it reboots I'm happy to start over again, I even prefer using SSH if this is better/faster. Just don't want the clients to notice and be able to use SSLStripper. One other thing I read somewhere: I do notice that some pages in SSL are not working and others are when SSLStripper is enabled. Very strange. Thanks for any input!
×
×
  • Create New...