Instale o pacote python-scapy
executando o seguinte comando em um terminal:
sudo apt-get install python-scapy
Quando tentei abrir websploit
, esta mensagem de erro aparece:
peter@peter-Satellite-C855:~$ sudo su
[sudo] password for peter:
root@peter-Satellite-C855:/home/peter# websploit
Traceback (most recent call last):
File "/usr/bin/websploit", line 55, in <module>
from modules import arp_poisoner
File "/usr/share/websploit/modules/arp_poisoner.py", line 11, in <module>
from scapy.all import *
ImportError: No module named scapy.all
root@peter-Satellite-C855:/home/peter#
Como corrigir esse problema?
Instale o pacote python-scapy
executando o seguinte comando em um terminal:
sudo apt-get install python-scapy