kali-linux

python scapy.all file not found

拥有回忆 提交于 2021-01-07 02:48:50
问题 I have tried to run my program, and I have tried import scapy then import scapy.all but is will give me the same error. I am using kali-linux if that helps. The code that is causing the error is just from scapy.all import * This is the full error output: Traceback (most recent call last): File "/home/bradz/test.py", line 24, in <module> from scapy.all import send, IP, TCP, ARP File "/usr/local/lib/python3.9/dist-packages/scapy/all.py", line 16, in <module> from scapy.arch import * File "/usr

Whet I try to run Zenmap, the terminal show me this

吃可爱长大的小学妹 提交于 2020-12-27 07:29:06
问题 Could not import the zenmapGUI.App module: 'No module named gtk'. I checked in these directories: /usr/local/bin /usr/lib/python2.7 /usr/lib/python2.7/plat-x86_64-linux-gnu /usr/lib/python2.7/lib-tk /usr/lib/python2.7/lib-old /usr/lib/python2.7/lib-dynload /usr/local/lib/python2.7/dist-packages /usr/lib/python2.7/dist-packages If you installed Zenmap in another directory, you may have to add the modules directory to the PYTHONPATH environment variable. ----------------------------------------

Whet I try to run Zenmap, the terminal show me this

混江龙づ霸主 提交于 2020-12-27 07:27:07
问题 Could not import the zenmapGUI.App module: 'No module named gtk'. I checked in these directories: /usr/local/bin /usr/lib/python2.7 /usr/lib/python2.7/plat-x86_64-linux-gnu /usr/lib/python2.7/lib-tk /usr/lib/python2.7/lib-old /usr/lib/python2.7/lib-dynload /usr/local/lib/python2.7/dist-packages /usr/lib/python2.7/dist-packages If you installed Zenmap in another directory, you may have to add the modules directory to the PYTHONPATH environment variable. ----------------------------------------

Cannot install python3-pip on kali linux [closed]

Deadly 提交于 2020-12-26 05:15:23
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 9 months ago . Improve this question There is an error : it says there is no install candidate for python3-pip 回答1: First you should check if pip3 is installed on your system . To do so run the following : pip3 --version if it's already installed you should get something like : pip 18.1 from /usr

Cannot install python-pip on Kali Linux

ε祈祈猫儿з 提交于 2020-04-30 06:35:26
问题 OK so I am a total noob and I just installed Kali Linux. I am trying to install python-pip by command apt-get install python-pip and I am getting this output Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python-pip I've checked my source /ect/apt/sources.list and it says deb http://http.kali.org/kali kali-last-snapshot main non-free contrib I've run apt-get updates several times too and it's not helping. Please help. 回答1:

Cannot install python-pip on Kali Linux

故事扮演 提交于 2020-04-30 06:34:06
问题 OK so I am a total noob and I just installed Kali Linux. I am trying to install python-pip by command apt-get install python-pip and I am getting this output Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python-pip I've checked my source /ect/apt/sources.list and it says deb http://http.kali.org/kali kali-last-snapshot main non-free contrib I've run apt-get updates several times too and it's not helping. Please help. 回答1: