Skip to content

mixaoc/Osint-Sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” osint-sync - Professional OSINT Browser Extension

OsintSync

License: MIT Chrome Web Store Firefox Add-on Version

osint-sync is a powerful browser extension for Open Source Intelligence (OSINT) research. Search usernames, emails, and phone numbers across 20+ platforms with integrated access to premium OSINT tools like GHunt, IntelX, Epieos, and OSINT Industries.

πŸŽ₯ Tutorial To Install Osint Sync:

  • How To Install Osint Sync (Chrome) (How To Install (Chrome)

  • How To Use Osint Sync (Chrome) (How To Use (Chrome)


🎯 Features

πŸ”Ž Username Search

Search any username across multiple platforms instantly:

  • Social Media: Instagram, Twitter/X, Facebook, YouTube, TikTok, Snapchat, Threads, Reddit
  • Developer Platforms: GitHub, GitLab
  • Gaming: Minecraft, Steam, Xbox, Twitch
  • Professional: Gravatar, LinkedIn (via email)
  • And more...

πŸ“§ Advanced Email Intelligence

Powered by industry-leading OSINT APIs:

  • GHunt: Google account analysis, profile pictures, Maps activity, YouTube data
  • Epieos: Email breach detection and data leak monitoring
  • IntelX: Deep web intelligence and historical data
  • OSINT Industries: Professional-grade email investigation
  • Holehe: Social media account detection linked to emails
  • Email validation and verification

πŸ“± Phone Number Investigation

  • WhatsApp presence verification
  • Carrier and location information
  • Social media account detection
  • Number validation and formatting
  • International support (200+ countries)

πŸ“œ Search History & Management

  • Track all your searches in one place
  • Export results for reports
  • Clear history anytime
  • Organized by date and type

πŸ–±οΈ Context Menu Integration

  • Right-click any selected text on webpages
  • Instant search without copy-paste
  • Seamless OSINT workflow

πŸ› οΈ Technology Stack

  • Frontend: HTML5, CSS3, JavaScript (ES6+)
  • APIs: REST API integration with multiple OSINT platforms
  • Storage: Chrome/Firefox Storage API (local storage)
  • Authentication: Secure token-based authentication
  • Security: HTTPS, bcrypt password hashing, rate limiting

πŸš€ Installation

Chrome Web Store (Recommended)

  1. Visit Chrome Web Store (link coming soon)
  2. Click "Add to Chrome"
  3. Pin the extension to your toolbar
  4. Create your account and start searching!

Firefox Add-ons

  1. Visit Firefox Add-ons (link coming soon)
  2. Click "Add to Firefox"
  3. Pin the extension to your toolbar
  4. Create your account and start searching!

Manual Installation (Development)

For Chrome/Edge:

1. Download or clone this repository
   git clone https://github.com/mixaoc/osint-sync.git

2. Open Chrome/Edge and go to chrome://extensions/

3. Enable "Developer mode" (toggle in top right)

4. Click "Load unpacked"

5. Select the extension folder

6. The extension is now installed!

For Firefox:

1. Download or clone this repository
   git clone https://github.com/mixaoc/osint-sync.git

2. Open Firefox and go to about:debugging

3. Click "This Firefox"

4. Click "Load Temporary Add-on"

5. Select the manifest.json file

6. The extension is now installed!

πŸ“– How to Use

osint-sync Interface

Basic Search

  1. Click the osint-sync icon in your browser toolbar
  2. Select the search type (Username, Email, or Phone)
  3. Enter your search query
  4. Click "Search"
  5. View comprehensive results from multiple sources

Context Menu Search

  1. Select any text on a webpage (username, email, or phone number)
  2. Right-click on the selected text
  3. Choose "Search with osint-sync"
  4. Results appear instantly in the popup

Managing History

  1. Click the "History" tab
  2. View all your past searches
  3. Click "Refresh" to update
  4. Click "Clear History" to delete all records

πŸ” Privacy & Security

We take your privacy seriously:

  • βœ… No Data Selling: We never sell your data to third parties
  • βœ… No Tracking: No advertising or behavioral tracking
  • βœ… Encrypted: All passwords are hashed with bcrypt
  • βœ… HTTPS Only: All API communications are encrypted
  • βœ… Local Storage: Data stored locally on your device
  • βœ… GDPR Compliant: Full compliance with GDPR and CCPA
  • βœ… Transparent: Open-source and auditable code

Privacy Policy: https://mixaoc.com/confidential.php)


🌟 Integrated OSINT APIs

osint-sync provides access to premium OSINT tools:

API Description Use Case
GHunt Google account intelligence Email profiling, Maps activity
IntelX Intelligence database Deep web searches, historical data
Epieos Email & phone OSINT Breach detection, account discovery
OSINT Industries Professional OSINT platform Enterprise-grade investigations
Holehe Social media detection Find accounts linked to emails
PlayerDB Gaming profiles Minecraft, Steam, Xbox searches
GitHub API Developer profiles Open source contributions
Reddit API User profiles Post history, karma, account age
Twitch API Streamer profiles Channel info, followers
Public APIs Various platforms Instagram, Twitter, TikTok, etc.

πŸ’Ž Credit System

osint-sync uses a fair credit system:

  • Each search costs 1 credit
  • New users receive free credits upon registration
  • Affordable credit packages available
  • Credits never expire
  • Prevents abuse while providing generous free usage

Purchase Credits: Available in the extension's "Credits" tab


🎨 Screenshots

Dashboard Preview Search Results Real-time Analytics Email Intelligence Phone Investigation Username Search Advanced Features Live Monitoring Platform Coverage Security Features UI Showcase Integration Demo Performance Metrics Mobile Interface


πŸ”§ Development

Prerequisites

  • Node.js (optional, for development tools)
  • Modern browser (Chrome, Firefox, Edge)
  • Text editor (VS Code recommended)

Project Structure

osint-sync/
β”‚
β”œβ”€β”€ manifest.json           # Extension manifest (Chrome/Firefox)
β”œβ”€β”€ popup.html             # Main popup interface
β”œβ”€β”€ popup.js               # Popup logic and API calls
β”œβ”€β”€ background.js          # Background service worker
β”œβ”€β”€ styles.css             # Cyberpunk UI styling
β”œβ”€β”€ privacy-policy.php     # Privacy policy page
β”‚
β”œβ”€β”€ icons/                 # Extension icons
β”‚   β”œβ”€β”€ icon16.png
β”‚   β”œβ”€β”€ icon48.png
β”‚   └── icon128.png
β”‚
└── README.md             # This file

Building from Source

# Clone the repository
git clone https://github.com/mixaoc/osint-sync.git

# Navigate to directory
cd osint-sync

# No build step required - pure HTML/CSS/JS!
# Just load the extension in your browser (see Installation)

API Configuration

The extension connects to:

  • Main API: https://mixaoc.com/extension/api.php
  • ** Server**: http://147.185.221.31:55641

For development, you may need to set up your own backend API.


🀝 Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contribution Guidelines

  • Follow existing code style
  • Test your changes thoroughly
  • Update documentation as needed
  • Add comments for complex logic
  • Respect user privacy in all features

πŸ› Bug Reports & Feature Requests

Found a bug or have an idea? We'd love to hear from you!

  • Bug Reports: Open an issue with detailed steps to reproduce
  • Feature Requests: Open an issue describing the feature and use case
  • Security Issues: Email directly to admin@mixaoc.com (do not post publicly)

βš–οΈ Legal & Ethical Use

osint-sync is designed for legal and ethical OSINT research only.

βœ… Acceptable Use:

  • Security research and penetration testing
  • Background checks for employment
  • Journalism and investigative reporting
  • Academic research
  • Due diligence investigations
  • Fraud detection and prevention
  • Missing persons investigations

❌ Prohibited Use:

  • Stalking, harassment, or threatening behavior
  • Identity theft or fraud
  • Unauthorized access to private accounts
  • Violation of platform Terms of Service
  • Illegal surveillance or espionage
  • Doxxing or malicious disclosure of personal information

Users are solely responsible for complying with all applicable laws and regulations.


πŸ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT License

Copyright (c) 2024 @mixaoc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

🌐 Links


πŸ“ž Support

Need help? Have questions?

Response Time: We aim to respond within 24-48 hours.


🎯 Roadmap

Version 1.2 (Coming Soon)

  • LinkedIn profile search integration
  • Advanced filtering and export options
  • Dark/Light theme toggle
  • Bulk search capability
  • API rate limit optimization

Version 1.3 (Planned)

  • Discord account detection
  • Telegram username search
  • Image reverse search integration
  • PDF report generation
  • Browser bookmarks sync

Version 2.0 (Future)

  • Mobile app companion
  • Team collaboration features
  • Custom API integrations
  • Machine learning insights
  • Advanced data visualization

πŸ™ Acknowledgments

Special thanks to:

  • GHunt - For excellent Google account OSINT capabilities
  • IntelX - For comprehensive intelligence database access
  • Epieos - For email and phone investigation tools
  • OSINT Industries - For professional-grade OSINT platform
  • Holehe - For social media account detection
  • All open-source contributors and the OSINT community

⭐ Star History

If you find osint-sync useful, please consider giving it a star! ⭐

Star History Chart


πŸ“Š Statistics

GitHub stars GitHub forks GitHub issues GitHub pull requests


πŸ” Search Smarter. Investigate Faster. Discover More.

Made with ❀️ by @mixaoc

⬆ Back to Top