JuicyPasta / mitm

command line script that performs a MITM on a target IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mitm

allow ipv4 forwarding (not persistent)

sysctl -w net.ipv4.ip_forward=1

allow your firewall to forward packets

something like this... sudo iptables -A FORWARD_direct -j ACCEPT

About

command line script that performs a MITM on a target IP address


Languages

Language:Python 100.0%