Skip to content

Instantly share code, notes, and snippets.

@linuxfemale
Last active December 2, 2019 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxfemale/d52357e8ccb5f149a590dd8715cffc26 to your computer and use it in GitHub Desktop.
Save linuxfemale/d52357e8ccb5f149a590dd8715cffc26 to your computer and use it in GitHub Desktop.
Wireshark Network Analyzer On Ubuntu 18.04
#video tutorial
https://youtu.be/M_PnEmPXHWY
sudo add-apt-repository ppa:wireshark-dev/stable
sudo apt update
sudo apt install wireshark
sudo usermod -a -G wireshark sarif
sudo chgrp wireshark /usr/bin/dumpcap
sudo chmod 750 /usr/bin/dumpcap
sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
sudo getcap /usr/bin/dumpcap
sudo wireshark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment