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

install on linux #15

Closed redfoz12 closed 11 months ago

redfoz12 commented 1 year ago

Traceback (most recent call last): File "/usr/local/bin/xosint", line 22, in import imdb ModuleNotFoundError: No module named 'imdb' After im install got an error using kali linux

TermuxHackz commented 1 year ago

Hello @redfoz12 , thanks for opening an issue via GitHub, open a new terminal and run pip install imdbpy and then run xosint again. That should fix your error. And if it doesn't still work try using pip install IMDbPY Thank you

redfoz12 commented 11 months ago

i got another error Traceback (most recent call last): File "/usr/local/bin/xosint", line 29, in import piexif ModuleNotFoundError: No module named 'piexif'

TermuxHackz commented 11 months ago

@redfoz12 , sorrry about the issue you are facing, I'll quickly rectify the issue in a couple of seconds and you can be sure to update the X-osint at 9:40am BST

TermuxHackz commented 11 months ago

@redfoz12 , I just went through the code and it still works, however u are getting the error saying piexif module is missing, I suggest you kindly run the setup file for xosint again or manually type pip install piexif in a new terminal and run xosint again, thank you!

redfoz12 commented 11 months ago

yeah i just tried install all package with sudo pip3 piexif and all smooth right now thank you