📝 Made notes on installing/config wireshark

This commit is contained in:
z3rOR0ne 2024-10-26 05:22:48 -07:00
parent 3fa72876fc
commit ca26a1d62a

View file

@ -628,3 +628,13 @@ doas touch down
10/13/2024
Remove rustdesk-bin:
paru -Rs rustdesk-bin
10/26/2024
Install and test use wireshark
doas pacman -S wireshark-qt
doas groupadd wireshark
doas usermod -aG wireshark "$USER"
doas chgrp wireshark /usr/bin/dumpcap
doas setcap cap_net_raw,cap_net_admin=ep /usr/bin/dumpcap
To monitor wlan0(wifi) traffic:
wireshark -i wlan0 -k