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 showing error while opening in kali #70

Open
Muhd-Mubi opened this issue Mar 1, 2021 · 2 comments
Open

Websploit showing error while opening in kali #70

Muhd-Mubi opened this issue Mar 1, 2021 · 2 comments

Comments

@Muhd-Mubi
Copy link

└─# websploit
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'

@Ozlemturkmen
Copy link

yes dont work.

@ayushkmr2009
Copy link

did u copied it from github if yes then that's why it is not working btw it is available in kali linux latest repo
use command sudo apt install websploit
but remember, before using this command to install websploit remove the websploit which is installed by github

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

3 participants