Advanced Public Data Analysis for Cybersecurity Research
Live Demo: https://cyberscope-osint-app.vercel.app
- IP Intelligence Lookup: Pinpoint geographical location and ISP details of internet addresses.
- Phone Metadata Lookup: Retrieve carrier information and number classification.
- Username OSINT Scanner: Search for usernames across multiple social media platforms simultaneously.
- Dark Terminal Theme: OSINT-focused UI featuring terminal scanline effects, matte black, and terminal green.
- Backend: Python, Flask, Flask-Limiter
- Frontend: HTML5, CSS3 (Custom Terminal Theme), JavaScript
- APIs: ip-api.com, phonenumbers (Python library)
- Clone the repository
- Create a virtual environment:
python -m venv venv - Activate the virtual environment
- Install dependencies:
pip install -r requirements.txt - Create a
.envfile withSECRET_KEY=your_secret_keyandPHONE_API_KEY=your_apilayer_key(optional) - Run the application:
python app.py
For Educational Use Only: This tool is designed for legitimate cybersecurity research and education. Users are responsible for ensuring their usage complies with local laws and regulations. Unauthorized access to computer systems is illegal.
MIT License