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
Hello friend, when i try to execute a command it shows me this :
┌──(root💀kali)-[~]
└─# trackerjacker -i wlan0 --map
Traceback (most recent call last):
File "/usr/local/bin/trackerjacker", line 5, in
from trackerjacker.main import main
File "/usr/local/lib/python3.9/dist-packages/trackerjacker/main.py", line 15, in
import scapy.all as scapy
File "/usr/local/lib/python3.9/dist-packages/scapy/all.py", line 16, in
from scapy.arch import *
File "/usr/local/lib/python3.9/dist-packages/scapy/arch/init.py", line 25, in
from scapy.arch.bpf.core import get_if_raw_addr
File "/usr/local/lib/python3.9/dist-packages/scapy/arch/bpf/core.py", line 29, 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'
i would like to get help, thank you.
The text was updated successfully, but these errors were encountered:
Hello friend, when i try to execute a command it shows me this :
┌──(root💀kali)-[~]
└─# trackerjacker -i wlan0 --map
Traceback (most recent call last):
File "/usr/local/bin/trackerjacker", line 5, in
from trackerjacker.main import main
File "/usr/local/lib/python3.9/dist-packages/trackerjacker/main.py", line 15, in
import scapy.all as scapy
File "/usr/local/lib/python3.9/dist-packages/scapy/all.py", line 16, in
from scapy.arch import *
File "/usr/local/lib/python3.9/dist-packages/scapy/arch/init.py", line 25, in
from scapy.arch.bpf.core import get_if_raw_addr
File "/usr/local/lib/python3.9/dist-packages/scapy/arch/bpf/core.py", line 29, 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'
i would like to get help, thank you.
The text was updated successfully, but these errors were encountered: