Celeb Glow
general | March 19, 2026

How to fix websploit problem?

When I tried to open websploit, this error message show up:

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# 

How to fix this problem?

1

2 Answers

Install the package python-scapy by running the following command in a Terminal:

sudo apt-get install python-scapy
0
use
su
apt-get install python2
apt-get install pip2
pip2 install scapy

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy