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
Смотрите видео How to do a remote packet capture in wireshark via SSH онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Francis Techworld 27 Февраль 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,659 раз и оно понравилось 17 людям.