network_security_assesment
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
network_security_assesment [2009/06/26 07:45] – k2patel | network_security_assesment [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 469: | Line 469: | ||
If no packet is received, an intermediary security device silently dropped it. | If no packet is received, an intermediary security device silently dropped it. | ||
- | [[96]] | + | ==== Simple tcpdump ==== |
+ | dumping traffic with pcap_filter | ||
+ | <code bash> | ||
+ | tcpdump -i eth2 -s 0 -w / | ||
+ | </ | ||
+ | |||
+ | Reading pcap output file | ||
+ | <code bash> | ||
+ | tcpdump -qns 0 -X -r / | ||
+ | </ |
network_security_assesment.1246002320.txt.gz · Last modified: 2020/08/10 02:30 (external edit)