Sunday, 1 January 2012
TCP Proxy for MITM Attacks in Metasploit
1. Arpspoofing Or whatever hacking technique that you can redirect traffic to attacker machine.
2. Use IPTABLE in attacker
$ iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 80
3.Download the module from Source.
4. Use the module with metasploit.
5. Have a nice Hack :)
Source: f0rki.at/tcp-proxy-for-mitm-attacks-in-metasploit.html
If you like my
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment