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
850 stars 85 forks source link

ModuleNotFoundError: No module named 'piexif' #20

Closed leo12757 closed 1 week ago

leo12757 commented 11 months ago

Installing X-osint on a freshly installed Kali system, when executing it shows this error, any help? Thanks. 未命名

TermuxHackz commented 11 months ago

Hello thanks for the issue brought to my attention, I will make a fix for it soon and then you can update and try again However u can try running , pip3 install piexif

leo12757 commented 11 months ago

Thanks for the reply, the problem still exists... 未命名2

Xerataw commented 11 months ago

I have the same issue.. Even after the pip3 install piexif

TermuxHackz commented 11 months ago

Hello @Xerataw , thanks for notifying me on the issue you are experiencing when using xosint, in working on removing the module from xosint but I will be forced to remove the feature being used by the module.

laurenzm commented 10 months ago

Hello, With the last python3 version, some modules must be installed by the packet-manager of the distro. For other modules, you must use python virtual environment. Just try to use python virtual environment : $ cd $HOME $ git clone https://github.com/TermuxHackz/X-osint $ cd X-osint $ chmod +x *.sh $ python3 -m venv X-osint_venv $ source X-osint_venv/bin/activate $ ./setup.sh I don't know why, but google not correctly install. Then do this. $ pip install google for execution : $ python xosint Dont forget to qui virtual environment when you have finish with xosint $ deactivate. You must reactivate it everytime you use xosint.

Let me know if it work.

TermuxHackz commented 1 week ago

@laurenzm , @Xerataw , @leo12757 , Newer version X-osint 2.2 has been released, all bugs fixed and new features added, while some still in beta