Note: Monitoring Network Traffic on Linux
This page serves as my note for setting up network traffic monitoring on Linux.
Configure WiFi Sharing
Using KDE
Plug-in a wifi adapter that supports AP mode.
Right click on the Network icon on the taskbar. Click Configure Network Connections.
Click Add, select Wi-Fi (Shared).
Under Wi-Fi tab, set:
SSID: whatever you want
Limit Device: select the adapter you just plugged in.
Wireless Security: configure a WPA2 Personal password
IPv4: Method: Share with other computers
Choose a connection name (basically the network profile name)
Save
Left click on the Network icon, click Connect on the connection name you just created.
Now the AP should be started and you should see it from other devices the SSID you just configured.
Configure Redirection to Intercepting Proxy
For mobile forensics, it is usually not necessary to intercept SSL traffic, because to intercept SSL traffic one would typically have to configure a self-signed SSL certificate authority (CA) for the mobile device, however most apps would not trust user-imported SSL CA. To make apps trust the self-signed CA would require rooting the Android device, which is not recommended because when conducting forensics one should not alter the subject device.
Last updated