Advanced Mobile OSINT Framework
Created by DeathSec333
DeathSec333 Phone Infoga is an advanced phone number OSINT (Open Source Intelligence) framework designed for security researchers, penetration testers, and digital investigators. This tool provides comprehensive phone number intelligence gathering capabilities.
-
Multi-Module OSINT Collection
- Carrier & Network Information
- Truecaller Database Search
- WhatsApp Presence Detection
- Social Media Scanning
- Location & Timezone Analysis
- Breach Database Scanning
-
Advanced Reporting
- HTML Reports with DeathSec333 Styling
- JSON Export for Further Analysis
- CSV Format for Spreadsheet Import
- Console Output with Color Coding
-
Termux Optimized
- Designed specifically for Android/Termux
- Lightweight and Fast
- Async Processing
- Rate Limiting & Error Handling
# Clone repository
git clone https://github.com/DeathSec333/DeathSec333-Phone-Infoga.git
cd DeathSec333-Phone-Infoga
# Run installation script
chmod +x install_termux.sh
./install_termux.sh
Manual Install
# Update Termux
pkg update && pkg upgrade
# Install dependencies
pkg install python git clang make libjpeg-turbo libpng zlib openssl libffi
# Install Python packages
pip install -r requirements.txt
# Set permissions
chmod +x deathsec_main.py
Insert at cursor
π± Usage
Basic Usage
# Basic phone number scan
python deathsec_main.py -n "+1234567890"
# Scan with country code
python deathsec_main.py -n "1234567890" -c US
# Verbose output
python deathsec_main.py -n "+1234567890" -v
Insert at cursor
Advanced Usage
# Generate HTML report
python deathsec_main.py -n "+1234567890" -f html -o report.html
# Run specific modules only
python deathsec_main.py -n "+1234567890" --modules CarrierLookup TruecallerSearch
# Custom delay between requests
python deathsec_main.py -n "+1234567890" --delay 5
Insert at cursor
Output Formats
txt - Plain text report (default)
json - JSON format for APIs
html - Styled HTML report
csv - CSV for spreadsheets
π§ Modules
Module
Description
Status
CarrierLookup
Network & carrier information
β
Active
TruecallerSearch
Truecaller database lookup
β
Active
WhatsAppChecker
WhatsApp presence detection
β
Active
SocialScanner
Social media presence scan
β
Active
LocationLookup
Geographic information
β
Active
DatabaseScanner
Breach database search
β
Active
βοΈ Configuration
Configuration file: ~/.config/DeathSec333-Phone-Infoga/config.json
{
"author": "DeathSec333",
"version": "1.0",
"default_delay": 2,
"modules": {
"carrier_lookup": true,
"truecaller": true,
"whatsapp_checker": true,
"social_scanner": true,
"location_lookup": true,
"database_scanner": true
}
}
Insert at cursor
π Sample Output
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π₯ DEATHSEC333 PHONE INFOGA π₯ β
β Advanced Mobile OSINT Framework β
β Created by DeathSec333 β
β Termux Optimized β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
[π₯] DeathSec333 Phone Infoga Starting...
[π±] Target: +1234567890
[π] Validating phone number...
[β
] Phone number validated
[π] Country: United States
[π‘] Carrier: Verizon Wireless
[β‘] Initializing DeathSec OSINT Engine...
[π₯] DeathSec333 OSINT Engine v1.0
[β‘] Created by DeathSec333
[π] Loaded 6 modules
[π₯] Starting OSINT scan...
Insert at cursor
β οΈ Legal Disclaimer
IMPORTANT: This tool is for educational and authorized testing purposes only.
Only use on phone numbers you own or have explicit permission to investigate
Respect privacy laws (GDPR, CCPA, etc.)
Do not use for harassment, stalking, or illegal activities
The author (DeathSec333) is not responsible for misuse
π‘οΈ Ethical Usage
Authorized Testing Only - Only test numbers you own or have permission
Respect Privacy - Follow local privacy laws and regulations
No Harassment - Do not use for stalking or harassment
Educational Purpose - Use for learning and authorized security testing
π API Keys (Optional)
For enhanced functionality, you can add API keys:
NumVerify: Phone validation API
Truecaller: Enhanced caller ID data
HaveIBeenPwned: Breach database access
DeHashed: Comprehensive breach data
Add keys to config file: ~/.config/DeathSec333-Phone-Infoga/config.json
π Troubleshooting
Common Issues
Module Import Errors
pip install -r requirements.txt
Insert at cursor
Permission Denied
chmod +x deathsec_main.py
Insert at cursor
Network Timeouts
python deathsec_main.py -n "+1234567890" --delay 5
Insert at cursor
π Roadmap
Telegram API Integration
Advanced Social Media Scanning
GUI Interface
Batch Processing
Export to MISP
Docker Support
π€ Contributing
Fork the repository
Create feature branch (git checkout -b feature/AmazingFeature)
Commit changes (git commit -m 'Add AmazingFeature')
Push to branch (git push origin feature/AmazingFeature)
Open Pull Request
π License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
π¨βπ» Author
DeathSec333
GitHub: [@DeathSec333](https://github.com/DeathSec333)
Created for educational and authorized security testing
π Acknowledgments
PhoneNumbers library contributors
OSINT community
Security researchers worldwide
π₯ DeathSec333 Phone Infoga - Advanced Mobile OSINT Framework
Use responsibly and legally only!
## π GitHub Repository
[](https://github.com/deathsec333/DeathSec333-Phone-Infoga/stargazers)
[](https://github.com/deathsec333/DeathSec333-Phone-Infoga/network)
[](https://github.com/deathsec333/DeathSec333-Phone-Infoga/issues)
[](https://github.com/deathsec333/DeathSec333-Phone-Infoga/blob/main/LICENSE)
### π Quick Start from GitHub
```bash
# Clone the repository
git clone https://github.com/deathsec333/DeathSec333-Phone-Infoga.git
cd DeathSec333-Phone-Infoga
# Install dependencies
pip install -r requirements_termux.txt
# Run your first scan
python deathsec_main.py -n "+YOUR_NUMBER" -v
π Project Stats
Language: Python 3.8+
Platform: Termux/Linux optimized
Modules: 6 OSINT modules
Reports: 4 formats (HTML, JSON, CSV, TXT)
Performance: Sub-6 second targeted scans
Creator: deathsec333
π Links
Repository: https://github.com/deathsec333/DeathSec333-Phone-Infoga
Issues: https://github.com/deathsec333/DeathSec333-Phone-Infoga/issues
Releases: https://github.com/deathsec333/DeathSec333-Phone-Infoga/releases
β If you find this tool useful, please give it a star on GitHub!
π₯ Created with β€οΈ by deathsec333