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

Command webstart not working how do i fix this error? #66

Open
chiragvshroff opened this issue Dec 19, 2020 · 1 comment
Open

Command webstart not working how do i fix this error? #66

chiragvshroff opened this issue Dec 19, 2020 · 1 comment

Comments

@chiragvshroff
Copy link

Traceback (most recent call last):
File "/usr/bin/websploit", line 11, in
load_entry_point('websploit==4.0.4', 'console_scripts', 'websploit')()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 473, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2843, in load_entry_point
return ep.load()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2447, in load
return self.resolve()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2453, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/lib/python3/dist-packages/websploit/websploit.py", line 3, in
from .core.utils import check_dependencies
File "/usr/lib/python3/dist-packages/websploit/core/utils/init.py", line 1, in
from .tools import *
File "/usr/lib/python3/dist-packages/websploit/core/utils/tools.py", line 1, in
from scapy.all import *
File "/usr/lib/python3/dist-packages/scapy/all.py", line 16, in
from scapy.arch import *
File "/usr/lib/python3/dist-packages/scapy/arch/init.py", line 27, in
from scapy.arch.bpf.core import get_if_raw_addr
File "/usr/lib/python3/dist-packages/scapy/arch/bpf/core.py", line 30, in
LIBC = cdll.LoadLibrary(find_library("libc"))
File "/usr/lib/python3.9/ctypes/util.py", line 341, in find_library
_get_soname(_findLib_gcc(name)) or _get_soname(_findLib_ld(name))
File "/usr/lib/python3.9/ctypes/util.py", line 147, in _findLib_gcc
if not _is_elf(file):
File "/usr/lib/python3.9/ctypes/util.py", line 99, in _is_elf
with open(filename, 'br') as thefile:
FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a'

@websploit
Copy link
Collaborator

Hi, please upgrade your scapy library:
pip3 install -U scapy

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