lua:error during loading: [string "/usr/share/wireshark/init.lua]: 46:dofile have been disabled due to running Wireshark as Superuser. See Http://wiki.wireshark.org/CaptureSetup/CapturePrivileges-running Wireshark as an unprivileged user.The way to solve it:1. Terminal input:sudo Vim/usr/share/wireshark/init.lua2. Find
I. Problem Description
Install ubuntu14.04 on the PC and log on as the root user.
When Wireshark is started, the following error dialog box appears:
Lua: error during loading: [String "/usr/share/Wireshark/init. Lua"]: 46: dofile has been disabled due to running Wireshark as superuser.
Ii. Solution
Modify/usr/share/W
Install Wireshark on Ubuntu 12.04 LTS and limit the packet capture to a group, which is the Wireshark group. I believe you can use these instructions to install Wireshark on other distributions.Although you can only read my test on Ubuntu, I will modify these instructions if
Wireshark in ubuntu requires the root permission for normal users to capture packets and set dumpcap. if Wireshark is opened as a normal user, Wireshark certainly does not have the permission to use dumpcap to intercept packets. Although www.2cto.com can use sudowireshark... wiresh
The Wireshark is a powerful network packet analysis tool with a graphical interface.Dumpcap requires root permission to be used, open with a normal user Wireshark,wireshark of course no permission to use DUMPCAP to intercept the packet.Can actually usesudo wiresharkSudo is the way to open wireshark with root, but this
: Directly running Wireshark will error: Lua:error during loading:[string "/usr/share/wireshark/init.lua"]:45:dofile has been Disabled solution: Modify Init.lua To modify it, the terminal runs sudo gedit/usr/share/wireshark/init.lua the penultimate line turns out to be: Dofile (Data_dir ... ") Console.lua ") instead:--dofile (data_dir. Console.lua ")Five pairs of
Wireshark in ubuntu requires the root permission for normal users to capture packets and set dumpcap. if Wireshark is opened as a normal user, Wireshark certainly does not have the permission to use dumpcap to intercept packets. Although sudo wireshark can be used for www.2c
Wireshark is a very popular protocol analysis software. Naturally you can grab the packet on the net.sudo apt-get install WiresharkFor security reasons, ordinary users can not open the network card device to grab the packet, Wireshark does not recommend that the user through sudo under root privileges to run,Wireshark provides a non-root solution for users of
Install Wireshark in Ubuntu 13.10
Today, I am using java jsoup to operate on the remote server. If I run it locally, I can return the content successfully, compress it into a jar package, and run the shell on the server to ask the error.
Java.net. SocketException: Unexpected end of file from serverSun.net. www.http. HttpClient. parseHTTPHeader (HttpClient. java: 772)Sun.net. www. http. HttpClient. parseHTTP
1. Add Wireshark user Groupsudo groupadd wireshark2. Change Dumpcap to Wireshark user groupsudo chgrp wireshark/usr/bin/dumpcap3, let Wireshark user group have root permission to use Dumpcapsudo chmod 4755/usr/bin/dumpcap(Note: If set to 4754 Wireshark will still prompt for
Installing Wireshark in ubuntu is a very popular protocol analysis software. Naturally, you can capture packets over the network. Sudo apt-get install wireshark www.2cto.com for security reasons, ordinary users cannot enable the NIC device for packet capture. wireshark does not recommend that you run it with the root p
The following is a network packet capture tutorial in Ubuntu. 1. install wireshark terminal run: sudoapt-getinstallwireshark2. modify init. when lua runs wireshark directly, the following error occurs: Lua: Errorduringloading: [string "/usr/share/wireshark/init. lua "]: 45: dofilehasbeendi
The following is a network pa
After Wireshark is installed in Ubuntu, the NIC information cannot be found during running. The reason is that my account is a common user and does not have the root permission. In this way, Wireshark does not have the permission to obtain the NIC parameters in a normal user's environment.
The solution is to use sudo Wiresha
The Wireshark is a powerful network packet analysis tool with a graphical interface.
Dumpcap requires root permission to be used, open with a normal user Wireshark,wireshark of course no permission to use DUMPCAP to intercept the packet.
Can actually use
sudo wireshark
Sudo is the way to open
Wireshark must monitor eth0, but it must have the root permission. However, running the program directly with root is quite dangerous and inconvenient. The solution is as follows:1. Add Wireshark User Group Sudo groupadd Wireshark 2. Change dumpcap to Wireshark User Group Sudo chgrp
Wireshark, let's see what this software is. Wireshark (formerly known as Ethereal) is a network packet analysis software. The function of the network packet analysis software is to capture network packets and display the most detailed network packet information as much as possible. The function of the network packet analysis software can be imagined as "an electrician uses an electric meter to measure curre
Wireshark Data capture Teaching installation Wireshark installation WiresharkThe previous section of the study can be based on your own operating system to download the installation of Wireshark. This book has been developed 1.99.7 (Chinese version) mainly, the following describes the installation of Wireshark on Windo
Wireshark data packet capture tutorial-installing WiresharkWireshark data packet capture tutorial-install Wireshark learn how to download and install Wireshark based on your operating system in the previous section. This book focuses on the development version 1.99.7 (Chinese version). The following describes how to install W
How to Use wireshark to view ssl content and wireshark to view ssl
1. To view the ssl content, you need to obtain the server rsa key of the server.
2. Open wireshark and find the following path: Edit-> Preferences-> protocols-> SSL
Then click RSA Keys List: Edit,
Create a New RSA key on the New RSA editing interface
Where
IP address is the IP address of the serve
Wireshark data grasping Wireshark capturing data Wireshark grasping the packet methodWhen using Wireshark to capture Ethernet data, you can capture the analysis to your own packets, or you can capture the same LAN and capture the other person's packets in case you know the IP address of the other.Wireshark capturing it
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.