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
This is an osint tool which gathers useful and yet credible valid information about a phone number, user’s email address and ip address and more to come in future updates
Try out the following Discord Bot and leave your review
X-osint version 2.2 has undergone a deepsource code analysis scan to check for Security Risks and Bugs Risks, which displayes that X-OSint is free from Bugs so far in Version 2.2, If you do have version 2.1 installed, Kindly Update to newer version for improved changed and bug fixes.
MANY OTHER FEATURES SOON TO COME
If you notice issues while installing this tool or running this tool kindly mail to me at Gmail or Open an issue via github.
Python 3
pip
Internet Connection
And some other python packages (alot)
This tool would be updated regularly or as time progresses to improve it, fix more bugs and add so many other features, I would be showing you how to update it
cd $HOME
cd $PREFIX/bin
rm xosint
cd $HOME
git clone https://github.com/TermuxHackz/X-osint
cd X-osint
chmod +x *
bash setup.sh
And your all done!!!..and updated
cd $HOME
cd /usr/local/bin
sudo rm xosint
cd $HOME
git clone https://github.com/TermuxHackz/X-osint
cd X-osint
chmod +x *
bash setup.sh
And your all done!!!..and updated
Here is a video demonstration below that shows how to install X-osint in your various terminal(s)
sudo apt install python3-pip -y
cd $HOME
git clone https://github.com/TermuxHackz/X-osint
cd X-osint
chmod +x *
sudo bash setup.sh
sudo xosint OR python xosint
if your using Termux, Type the same commands from above without the “sudo” and replace “apt” commands to “pkg”
The normal installation of Xosint might likely have some issues running or installing due to some missing python packages, use this method only if the normal installation and usage doesnt work!!
sudo apt install python3-pip python3-venv -y
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
pip install google
sudo bash setup.sh
sudo xosint OR python xosint
NOTE: Make sure you quit the python virtual environment after you have finished using Xosint by typing:
deactivate
And then reactivate it anytime you want to use X-osint.
python3 -m venv venv
source venv/bin/activate
deactivate
cd X-osint-fork
source X-osint_venv/bin/activate
sudo xosint
deactivate
You can copy X-osint to /usr/local/bin and remove the cloned repository.
cd X-osint
sudo cp -r xosint /usr/local/bin
cd /usr/local/bin && sudo chmod u+x xosint
cd $HOME && sudo rm -rf X-osint
cd $HOME
xosint
And then from the menu Type 99 and proceed to selecting termux
cd $HOME
sudo chmod +x /usr/local/bin/xosint
sudo xosint
And from the menu Type 99 and proceed to selecting linux
After installing X-osint, go to the NEXT tools option, then you should see tookie-osint and you can install
cd $HOME
python.exe brib.py
python3 brib.py
OR Launch tookie-osint from X-osint (Longer method though)
If you are using the Subdomains feature and it ask for a word list, please download from here and then extract the zip, make sure you know the location where it is kept, then proceed with using subdomain
Get your various API keys
Name: X-osint
Comment: An osint tool made by AnonyminHack5 in python3
Command: sudo xosint
Working Directory: /usr/local/bin
Icon: Click the No icon button and add an icon, and then Go to my github, and download the .ico image there then select that as your Icon and thats it
Tick
Works for Termux and Linux/MacOS
Tested
X-osint is able to fetch and provide information about a car license plate easily, which only works for license plates registered in the United States, States that this feature works for include: Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, Idaho, Illinois, Indiana, Iowa and Distric of Columbia. KIndly note that this feature doesnt work for license plate registered in another country, how ever i may add such a feature but to do so i need encouragement hence, you supporting this project by Starring it and Buying me a cup of coffee. Thanks
X-osint provides a way by which you can use Google for hacking once you know how to the particular search queries to perform, I have provided some useful google dork queries in this repo code, kindly view and use. Thank you.
X-osint is able to perform an SMTP Analysis and enumerate if an SMTP server is vulnerable or not
X-osint is able to gather information from a gov database and display the list or infos of vehicles based on their Identification numbers. X-osint is able to do that flawlessly without need for an API. VIN is available to use Via CLI or the GUI
Credits to pixelbubble, X-Osint is able to perform OSINT investigation on Proton service (for educational purposes only).
ProtOSINT is separated in 3 sub-modules:
More features are still to come…Stay Tuned
Love my work and wish to support me, Buy me a coffee here
Feel free to clone this project. For major changes, please open an issue first to discuss what you would like to change or add, thank you!!.
DO NOT COPY CODE WITHOUT GIVING CREDITS :-
Some of the modules here and APIs used for the creation of X-osint, got the idea from them, and so i would like to give them credit as most of the features of X-osint wouldnt be so without these mentioned Devs.
For locating a phone number and getting the exact location, it is not exacly possible to get the exact location from a phone number, The Opencage module that serves to get location from a number doesnt exactly get the location per say
Here is what is actually happening:
The phone number is entered and a library is used to turn the country calling code into the name of the country. For example numbers starting with +91 becomes India, +880 is Bangladesh, +34 is Spain, etc.
The country name is then sent to openCage geocoding API as a forward geocoding request (placename to coordinates). We then return the coordinates of the center of the country. For example we turn India into 22.3511148, 78.6677428, roughly in the middle of Uttar Pradesh.
People get confused and angry as to why the coordinates are not actually where the phone is physically located.
Unfortunately there is no such thing as magic, and neither we, nor anyone else, have the ability to derive a phone’s location from an input string like India or Spain.
If you want to know the location of a phone you need a service (application) running on the phone that has user permission to access the location from the operating system. How accurate the coordinates reported by the phone are will depend on which technology is used to determine the location (GPS, cell triangulation, wifi, etc). Once you have those coordinates you can then send them to opencage API as a reverse geocoding request. More info at https://opencagedata.com
Solution: Kindly make sure you ran the bash setup.sh
file and make sure you don’t interrupt the setup process and after you run that, and doesnt still work type pip install google
and re run xosint.
if your still having issue with it run pip install googlesearch-python
and run xosint. That should solve your problem with xosint. Thank you and share to friends.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.bashrc
OR
source ~/.zshrcnvm install node
nvm use node
nvm alais default node
npm cache clean --force
npm install -g eslint