Difference between revisions of "Tcpdump"

From Teknologisk videncenter
Jump to: navigation, search
(Created page with "<source lang=bash> tcpdump -i ens160 "not port 22" tcpdump -i ens160 "not net 192.168.1.10/32" -w /tmp/file =Links= *https://www.redhat.com/en/blog/tcpdump-part-one *https://...")
(No difference)

Revision as of 07:50, 12 August 2025

<source lang=bash> tcpdump -i ens160 "not port 22" tcpdump -i ens160 "not net 192.168.1.10/32" -w /tmp/file

Links