In linux you can capture the network package used by tcpdump
- sudo install tcpdmp,if you use debian .you can install it with
1 | apt install tcpdump |
- capture the newtork package used next command ,the network_interface_name can find by
ipcommand.
1 | sudo tcpdump -i netwrok_interface_name -w capture_name.pcap |
- download the capture_name.pcap and opened it with wireshark.