Kali以root用户启动Wireshark报错

错误信息:Error during loading:[string “/usr/wireshark/init.lua”]:44: dofile has been disabled due to running Wireshark as superuser.
这是由于Wireshark为了防止以root用户身份执行Lua脚本,避免对系统造成损坏,而提出警告信息。通常,用户只需要确认,即可。如果避免每次启动都出现这个提示,可以修改/usr/wireshark/init.lua文件,通过代码disable_lua = true禁止Lua脚本支持。

发表评论

邮箱地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>