X-osint
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
Menu
Features
- IP Address information gathering
- Email Address information gathering
- Phone number information gathering
- Host finding
- Ports finding
- Subdomain Enumeration
- CVE Exploits Finder
- Email Finder
- Exploit Open Source Vulnerability Database
- DNS Lookup
- DNS Reverse
- Vin extractor
- Protonmail OSINT And many more...
MANY OTHER FEATURES SOON TO COME
Report bugs
If you notice issues while installing this tool or running this tool kindly mail to me at Gmail or Open an issue via github.
Requirements
python-3
pip
Internet Connection
And some other python packages
How to Update Manually (For any version)
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
ALSO TYPE THE DOLLAR SIGN How to Update For Termux
1) Type:
cd $HOME
cd $PREFIX/bin
rm xosint
2) Re-clone from git:
cd $HOME
git clone https://github.com/TermuxHackz/X-osint
cd X-osint
3) Grant permissions and run install file
chmod +x *
bash setup.sh
And your all done!!!..and updated
ALSO TYPE THE DOLLAR SIGN How to Update for Linux
1) Type:
cd $HOME
cd /usr/local/bin
sudo rm xosint
2) Re-clone from GitHub
cd $HOME
git clone https://github.com/TermuxHackz/X-osint
cd X-osint
3) Grant permissions and run install file
chmod +x *
bash setup.sh
And your all done!!!..and updated
Demo Installation
Here is a video demonstration below that shows how to install X-osint in your various terminal(s)
Youtube Video Demo here
Installation
cd $HOME
git clone https://github.com/TermuxHackz/X-osint
cd X-osint
chmod +x *
bash setup.sh
How to update Automatically (if your using version 2.1 of X-Osint and above)
For Termux
cd $HOME
xosint
And then from the menu Type 99 and proceed to selecting termux
For linux
cd $HOME
sudo xosint
And from the menu Type 99 and proceed to selecting linux
NOTICE
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
API
Get your various API keys
https://shodan.io) (Number 4 - 9 from my tool will require a shodan API key, Sign up on shodan and paste your API and begin to use flawlessly)
1) Shodan (https://hunter.io)
2) Hunter (https://opencagedata.com): Use this for geolocation of numbers, And get your API from here THIS WOULD BE REQUIRED IN PHONE NUMBER INFORMATION<+, SO SIGN UP AND GET YOUR API TO USE
3) Opencagedata (How to create a desktop Launcher for X-osint in Linux
1) Go to your home desktop, right click then click on Create Launcher
2) Fill the field as follows
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
3) For the Options
Tick
- Run in terminal
Works for Termux and Linux
Tested
License Plate OSINT
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
Google Dork Hacking
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.
Movie Database
X-Osint uses the lastest information from IMDB To give search results based on you choice of options to give you information on Actor, Movie Name, Keyword names, Company name of the Movie, and also check if the actor was starred in the Movie or not
SMTP Analysis
X-osint is able to perform an SMTP Analysis and enumerate if an SMTP server is vulnerable or not
VIN Number Identification
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
ProtonMail OSINT
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:
- [1] Test the validity of one protonMail account and get additional information
- [2] Try to find if your target have a protonMail account by generating multiple adresses by combining information fields inputted
- [3] Find if your IP is currently affiliate to ProtonVPN
- [4] Find a protonmail user PGP Key and download it right from your terminal And so many More
Demo protonmail OSINT
More features are still to come..Stay Tuned
ChangeLogs
- [1] Fixed updating
- [2] Fixed Number 3 Option error
- [3] Changed Banner
- [4] Changed User interface
- [5] Added Features
- [6] Improved Speed
- [7] And thats about it, if you face any errors or bugs kindly mail them to me or open an Issue in github
Buy me a coffee
Love my work and wish to support me, Buy me a coffee here
Contributing
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!!.
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
- [1] Pixellbubble
- [2] C3n7ral051nt4g3ncy
- [3] SpiderAnonGreyHat
Faqs
If your getting the error below which says
- sudo xosint Traceback (most recent call last): File "/usr/local/bin/xosint", line 11, in from googlesearch import search ModuleNotFoundError: No module named 'googlesearch'
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.
- sudo xosint Traceback (most recent call last): File "/usr/local/bin/xosint", line 37, in module import folium ModuleNotFoundError: No module named 'folium'
Solution: Type pkg install python-numpy
and then pip install folium