2
4.1kviews
Explain Tcpdump and WinDump in Vulnerability Scanning.
1 Answer
| written 3.6 years ago by | • modified 3.6 years ago |
Solution
The tcpdump command is present by default on most Unix-based systems.
It is useful in debugging networks and services.
Tcpdump is a common packet analyzer that runs under the command line.
It allows the user to display TCP/IP and other packets being transmitted or received over a network to …