Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - platform: command_line
- switches:
- cut_internet:
- command_on: "arpspoof -i enp1s0 -t 192.168.0.1 192.168.0.254"
- command_off: "ps -ef | grep 'arpspoof -i enp1s0 -t 192.168.0.1 192.168.0.254' | grep -v grep | awk '{print $2}' |sudo xargs kill"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement