-
-
Save habedi/0e0a66d1f7bcdfd35483c65739d3eaca to your computer and use it in GitHub Desktop.
Blocking on Transfer with UDP on Arbitrary Ports in #Iran
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@nami:~# tcpdump -r random_traffic_port_8082_udp.pcap | head | |
reading from file random_traffic_port_8082_udp.pcap, link-type EN10MB (Ethernet) | |
19:40:58.250303 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:40:58.250640 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:40:58.251200 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:40:58.251358 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:40:58.251566 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:40:58.252529 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:40:58.252711 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:40:58.252975 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:40:58.253242 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:40:58.253344 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
root@nami:~# tcpdump -r random_traffic_port_8082_udp.pcap | tail | |
reading from file random_traffic_port_8082_udp.pcap, link-type EN10MB (Ethernet) | |
tcpdump: pcap_loop: truncated dump file; tried to read 1514 captured bytes, only got 1428 | |
19:41:58.246520 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:41:58.246658 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:41:58.246775 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:41:58.247157 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:41:58.248105 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:41:58.248589 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:41:58.248927 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:41:58.249085 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:41:58.249568 IP internationalhost.35447 > nami.8082: UDP, length 2048 | |
19:41:58.249764 IP internationalhost.35447 > nami.8082: UDP, length 2048 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment