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
I have a similar issue but it shows me with netifaces. Testing on kali-rolling 2024.3 x86_64
─$ sudo python3 ./AnonGT.py;
Traceback (most recent call last):
File "/home/serticr/AnonGT/./AnonGT.py", line 2, in
from core.config.functions import check_root, listToString, clear, exec_command, is_started, get_user,ERROR, MSG
File "/home/serticr/AnonGT/core/config/functions.py", line 1, in
from core.config.librareis import *
File "/home/serticr/AnonGT/core/config/librareis.py", line 11, in
import netifaces
ModuleNotFoundError: No module named 'netifaces'
Hello! Good work I have this tool in other computers
But I trying run in a pinephone (Linux mobile)
And I have this :
$ sudo python3 AnonGT.py
Traceback (most recent call last):
File "/home/kali/AnonGT/AnonGT.py", line 2, in
from core.config.functions import check _root, listToString, clear, exec_command, i s_started, get_user, ERROR, MSG
File "/home/kali/AnonGT/core/config/funct ions.py", line 1, in
from core.config.librareis import *
File "/home/kali/AnonGT/core/config/libra
reis.py", line 2, in from requests import get
ModuleNotFoundError: No module named 'reque sts'
Thank you
The text was updated successfully, but these errors were encountered: