In this video, I will show you how to capture network traffic from a remote device using wireshark and SSH. This is useful when you want to analyze the packets of a device that is not directly connected to your computer. You will need to have wireshark and access to the remote device via SSH. I will demonstrate the steps using Ububtu server as an example, but you can apply the same method to any Linux-based device.
sudo apt install openssh-server
sudo apt install wireshark
sudo adduser user18
sudo usermod -aG sudo user18
sudo groupadd pcap
sudo usermod -a -G pcap user18
sudo chgrp pcap /usr/bin/tcpdump
sudo chmod 750 /usr/bin/tcpdump
sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/tcpdump
Hashtags: #wireshark #ssh #networking
Watch video How to do a remote packet capture in wireshark via SSH online without registration, duration hours minute second in high quality. This video was added by user Francis Techworld 27 February 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,659 once and liked it 17 people.