From 44d70b0985d6ddae5d3c90b7aef8e5a027ff50bf Mon Sep 17 00:00:00 2001 From: seantywork Date: Thu, 4 Sep 2025 13:18:36 +0900 Subject: [PATCH] spoof arp numbering --- spoof-arp/2509-01.xyz.md | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/spoof-arp/2509-01.xyz.md b/spoof-arp/2509-01.xyz.md index a2b15de..5a4fb61 100644 --- a/spoof-arp/2509-01.xyz.md +++ b/spoof-arp/2509-01.xyz.md @@ -1,17 +1,12 @@ -# -```shell - -``` -# +# 01 ```shell thy@thy-Z370-HD3:~$ sudo ip netns exec vnet1 ip neigh thy@thy-Z370-HD3:~$ - ``` -# +# 02 ```shell thy@thy-Z370-HD3:~/hack/linux/linuxyz/spoof-arp$ sudo ip netns exec vnet1 ping 11.168.0.1 PING 11.168.0.1 (11.168.0.1) 56(84) bytes of data. @@ -26,7 +21,7 @@ rtt min/avg/max/mdev = 0.047/0.060/0.084/0.014 ms ``` -# +# 03 ```shell thy@thy-Z370-HD3:~$ sudo ip netns exec vnet1 ip neigh @@ -41,7 +36,7 @@ thy@thy-Z370-HD3:~$ ``` -# +# 04 ```shell thy@thy-Z370-HD3:~/hack/linux/linuxyz/spoof-arp$ sudo ip netns exec vnet2 ./spoof.out g @@ -52,7 +47,7 @@ spoofing? ``` -# +# 05 ```shell thy@thy-Z370-HD3:~/hack/linux/linuxyz$ sudo ip netns exec vnet0 tshark -i vbr0 @@ -67,14 +62,14 @@ Capturing on 'vbr0' ``` -# +# 06 ```shell thy@thy-Z370-HD3:~$ sudo ip netns exec vnet1 ip neigh 11.168.0.200 dev veth11 lladdr 22:e8:90:6d:69:e5 STALE ``` -# +# 07 ```shell thy@thy-Z370-HD3:~/hack/linux/linuxyz/spoof-arp$ sudo ip netns exec vnet2 ./spoof.out g @@ -87,7 +82,7 @@ gratuitous arp... ``` -# +# 08 ```shell Frame 4: 42 bytes on wire (336 bits), 42 bytes captured (336 bits) on interface vbr0, id 0 Section number: 1 @@ -131,7 +126,7 @@ Address Resolution Protocol (request/gratuitous ARP) ``` -# +# 09 ```shell thy@thy-Z370-HD3:~/hack/linux/linuxyz$ sudo ip netns exec vnet0 tshark -i vbr0 -f "icmp" @@ -157,7 +152,7 @@ Capturing on 'vbr0' ``` -# +# 10 ```shell thy@thy-Z370-HD3:~/hack/linux/linuxyz/spoof-arp$ sudo ip netns exec vnet1 ping 11.168.0.1 @@ -172,7 +167,7 @@ rtt min/avg/max/mdev = 0.129/0.149/0.169/0.020 ms ``` -# +# 11 ```shell -- 2.43.0