Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websploit wouldn't start: ImportError: No module named scapy.all #2

Closed
drew1kun opened this issue Nov 15, 2015 · 4 comments
Closed

Comments

@drew1kun
Copy link

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
@RedToor
Copy link

RedToor commented Nov 15, 2015

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.

@drew1kun
Copy link
Author

Thanx for pointing me to the right direciton. I'm using OSX Yosemite... installed scapy with brew. Now websploit starts, but getting this message:

WARNING: No route found for IPv6 destination :: (no default route?)

Any ideas?

@RedToor
Copy link

RedToor commented Nov 22, 2015

No problem, No is important. you can working now.

@drew1kun
Copy link
Author

already got it! Thanx man!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants