This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

แสดงบทความที่มีป้ายกำกับ tcpdump แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ tcpdump แสดงบทความทั้งหมด

วันจันทร์ที่ 9 กันยายน พ.ศ. 2556

tcpdump

check ip request ping

tcpdump 'icmp[icmptype] = icmp-echo'

check arp request
tcpdump -l -n arp | egrep 'arp who-has' | head -100 | awk '{ print $NF }' |sort | uniq -c | sort -n