Kamis, 17 Januari 2019

How to perform tcp dump and save the result to file

  Tidak ada komentar
Running the following command 
[root@myhost ~]# tcpdump -i eth0 -s0 -w dump18.pcap
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
^C782 packets captured
782 packets received by filter
0 packets dropped by kernel
[root@myhost ~]#

To stop the tcp dump process press ctrl + c 

For more information you can find here :

https://hackertarget.com/tcpdump-examples/

Tidak ada komentar :

Posting Komentar