X-OSINT: A Powerful Android-Based OSINT Tool via Termux
X-OSINT is an advanced open-source intelligence (OSINT) tool developed specifically for Android devices using Termux. Designed with flexibility and portability in mind, this tool allows ethical hackers, cybersecurity analysts, and investigators to gather a wide range of intelligence directly from their mobile phones.
GitHub Repository: https://github.com/TermuxHackz/X-osint
π Overview
X-OSINT is a powerful aggregation of multiple OSINT modules bundled into a single script-based framework. It automates the process of data gathering across usernames, emails, phone numbers, IP addresses, and more. The tool relies on external OSINT engines and APIs while integrating a user-friendly command-line interface accessible through Termux.
π§° Features
- User Reconnaissance: Gather information from public sources based on username.
- Email Lookup: Check if an email is linked with public data breaches or services.
- Phone Number Info: Utilize multiple APIs to track phone number origins.
- IP Geolocation: Trace the physical location of IP addresses.
- Username Finder: Searches across social media platforms for a given username.
- Metadata Extraction: Analyze files for hidden EXIF or metadata details.
π± Installation
To install X-OSINT in Termux:
pkg update && pkg upgrade
pkg install git
pkg install python
git clone https://github.com/TermuxHackz/X-osint
cd X-osint
chmod +x *
python3 xosint.py
π§ͺ Usage
Once launched, X-OSINT presents a simple menu-driven interface where users can select:
- Username OSINT
- Email verification
- Phone number trace
- IP address tracker
- Metadata extractor
Each module returns comprehensive data from publicly available sources or APIs.
β οΈ Disclaimer
X-OSINT is intended for ethical and legal usage only. It should be used strictly for educational purposes, penetration testing with proper authorization, or investigative tasks. Unauthorized use of this tool may violate privacy laws or terms of service.
π Reference
GitHub Repository: https://github.com/TermuxHackz/X-osint