ubuntu 20.04 软件商店 自带 WireShark 安装挺方便的。
本文以此为例
在应用商店搜索WireShark ,点击安装即可。
在右下角 应用程序 找到WireShark 的图标,单击打开。
我的网卡是 ens33 ,选择之后却提示没有权限。
The capture session could not be initiated on interface ‘ens33’ (You don’t have permission to capture on that device).
Please check to make sure you have sufficient permissions, and that you have the proper interface or pipe specified
解决办法:
sudo groupadd wireshark // 添加组
sudo chgrp wireshark /usr/bin/dumpcap //修改组
sudo chmod 4755 /usr/bin/dumpcap //设置读写操作权限
sudo gpasswd -a lzw wireshark // 这里 -a 后面的用户要改为你自己的用户名
完美解决:
最后
以上就是体贴帽子最近收集整理的关于Ubuntu 20.04 安装 WireShark 工具的全部内容,更多相关Ubuntu内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复