January 2020
Intermediate to advanced
448 pages
11h 42m
English
tcpdump is a command-line tool specifically designed for packet capture. tcpdump is often included with Linux distributions and is found on many network devices. For many of these devices, tcpdump has to be run as a root user or with root privileges as it will be monitoring network traffic. The documentation is available at http://www.tcpdump.org/. To perform a packet capture with tcpdump, the following process can be used:
dfir@ubuntu:~$ tcpdump -h
The output of the preceding command is as follows:

The default tcpdump setting is to capture traffic on all available ...
Read now
Unlock full access