書名: Learning Network Forensics作者名: Samir Datt本章字?jǐn)?shù): 203字更新時間: 2021-07-16 12:58:53
Collecting network traffic using Wireshark
While tcpdump is a cool tool to capture network traffic, Wireshark is widely used when it comes to network forensic investigations. In this section, we will focus on installing and using Wireshark to capture network traffic.
Wireshark is available for most of the OS, including Windows, Mac OS, and most flavors of Linux.
It is available for free download at https://www.wireshark.org/download.html.
Using Wireshark
Install Wireshark using the Ubuntu Software Center, as shown in the following screenshot:
Run Wireshark with network privileges either directly or using the terminal to start capturing packets, as shown in the following screenshot:
Configure according to network topology and other specific details using the Capture Options, as shown in the following screenshot:
To get started, all we need to do is select an interface to start capturing packets from. Let's select eth0, as follows:
When we select an interface to start capturing packets (eth0), the output is as shown in the following screenshot:
To save the raw data in a file, click on the save to file button and choose the required directory, as shown in the following screenshot:
That's it! Nice and easy. In the future chapters, we will analyze the captured data.
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- 大學(xué)計算機(jī)基礎(chǔ)(第三版)
- 深入理解Bootstrap
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- Java程序設(shè)計與計算思維
- Wireshark Network Security
- JavaScript+Vue+React全程實例
- Java Web開發(fā)技術(shù)教程
- C程序設(shè)計實踐教程
- SQL經(jīng)典實例(第2版)
- HTML5從入門到精通(第4版)
- 新印象:解構(gòu)UI界面設(shè)計
- Android移動應(yīng)用開發(fā)項目教程
- Visual Basic程序設(shè)計實驗指導(dǎo)及考試指南
- 程序員必會的40種算法