You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed, when running sudo websploit getting this:
Traceback (most recent call last):
File "./websploit", line 55, in <module>
from modules import arp_poisoner
File "/Users/drewshg312/tmp/websploit/modules/arp_poisoner.py", line 11, in <module>
from scapy.all import *
ImportError: No module named scapy.all
The text was updated successfully, but these errors were encountered:
is bacause scapy library not is installed, you can install with
-- http://www.secdev.org/projects/scapy/doc/installation.html --
this framework is oriented to security distro's as kali or backtrack, this ditro's have all libraries necesary.
Installed, when running
sudo websploit
getting this:The text was updated successfully, but these errors were encountered: