TermuxHackz / X-osint

This is an Open source intelligent framework ie an osint tool which gathers valid information about a phone number, user's email address, perform VIN Osint, and reverse, perform subdomain enumeration, able to find email from a name, and so much more. Best osint tool for Termux and linux
https://termuxhackz.github.io/How-to-get-information-using-Xosint.html
GNU General Public License v3.0
934 stars 92 forks source link

termux #52

Open aeleaeth opened 1 month ago

aeleaeth commented 1 month ago

Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/xosint", line 29, in import tkinter as tk ModuleNotFoundError: No module named 'tkinter'

TermuxHackz commented 1 month ago

@aeleaeth Kindly type pkg install tk

aeleaeth commented 1 month ago

@TermuxHackz still same "Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/xosint", line 29, in import tkinter as tk ModuleNotFoundError: No module named 'tkinter'

TermuxHackz commented 1 week ago

@aeleaeth , I have made a minor change to X-osint so you should no longer run into those errors again Thank you

aeleaeth commented 1 week ago

Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/xosint", line 33, in import tkinter as tk ModuleNotFoundError: No module named 'tkinter'

I reinstall xosint , i had install tk

TermuxHackz commented 1 week ago

@aeleaeth install x-osint manually

TermuxHackz commented 1 week ago

@aeleaeth and do not skip the setup.sh process Reason you are most likely getting this error is due to the fact that termux doesn't have a GUI therefore tkinter wouldn't be able to install Although you can try to install via proot in Termux Type

pkg install proot-distro

proot-distro install ubuntu proot-distro login ubuntu

apt update apt install python3-tk

aeleaeth commented 1 week ago

root@localhost:~# xosint Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/xosint", line 5, in from googlesearch import search # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'googlesearch'

i installed on proot ubuntu , after clone i choose for linux

TermuxHackz commented 1 week ago

hello @aeleaeth , use the command

pip install google --break-system-packages

then

pip install googlesearch-python

to install google search