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