
Packets analysisĪfter doing a capture of the network traffic, you can then analyze its content. It will keep capturing the network traffic until you press the stop button (the red one in the top bar). If everything is working properly, the window will start to be filled with a table refreshing constantly:Įach line is a packet detected by Wireshark.You can also double-click on the interface name on the home page, use the capture menu, or just press CTRL+E. Click on the first icon in the top bar.

In general, it will be “eth0” if your computer is plugged via Ethernet, or “wlan0” if you are using a Wi-Fi connection. Select the interface you want to capture in the list.
WIRESHARK USAGE NETWORK HOW TO
This will be pretty useful for the analysis part I’ll introduce later (and it’s also used by hackers and pen-testers).Īnyway, here is how to start a capture with Wireshark: If your computer is just one element of your network, it will mostly be your own network usage, and a few talks between your device and the other ones.īut when your device is an important node of this network (DNS server, gateway, etc.), it will record almost anything happening on the network. Basically, the idea is to listen what’s happening on one of your network interfaces. The main feature that you’ll use frequently with Wireshark is the capture. I won’t explain everything in this article, but I absolutely want to explain how to capture the network traffic and analyzer the results, so let’s get right to it.
WIRESHARK USAGE NETWORK FULL
And you have the full menu for all the ninja features included in this tool. You also need to pick a network interface to listen to (in general, it will be eth0). You’ll find the main actions in the shortcut bar at the top of the screen. When you start Wireshark for the first time, the interface looks like this: Let’s browse the most important features together. If you haven’t used this tool, the difficulty is probably starting now to understand exactly what it does and how to use it. Installing Wireshark is pretty straightforward.

To get it back on your system How To Use Wireshark on Kali Linux Wireshark is available in the default repositories, so you can open a terminal and type:
WIRESHARK USAGE NETWORK INSTALL
If, for any reason, Wireshark is not available in the main menu, you can always install it manually. You can also use the search engine in the main menu to find it faster, or create a shortcut somewhere to have it at hand all the time.

