;) if you do it on your wired network yes
Printable View
;) if you do it on your wired network yes
Can anyone provide a "cleanup" routine for this?
So the attacker system is in same state as before.
Thanks
Leroy
What exactly do you mean by a clean up? As far as I know, once you initiate sslstrip, youve basically authenticated ssh for the person connecting to whatever service they are getting to, once you are out of the picture, that connection is lost, the person would still have to re-authenticate with the server to get the SSL key they need in order to view the site
I think what leroy means is putting iptables back to normal.
You can do this with the command iptables --flush
c
Thanks a lot for sharing these info, and looking for more great videos.
You have some typo's in your code:
andCode:kate /etc/etter.conf
thats all ;)Code:iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 10000
Thanks for your answers guys!
respect. :)
Thanks for the tut, I've tryed it and all work correctly.
I've just a question.. how can I "arpspoofing" the the entire lan? can I use something like this?
Code:arpspoof -i wlan0 -t 192.168.*.* 192.168.1.1