Advertisement
evilqubit

detect arp spoof on linux

Mar 8th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. sudo aptitude install arpwatch
  2. echo "wlan3 -a -n 10.10.0.0/24 -m me@gmail.com" | sudo tee -a /etc/arpwatch.conf
  3. /etc/init.d/arpwatch start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement