Skip to content

er4vn/CyberTrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CyberTrace-er4vn

CYBER TRACE + ONLINE CAMERA

Advanced OSINT & Cyber Intelligence Platform

Python Flask License OSINT

Professional Cyber Intelligence Dashboard for Security Researchers, Bug Bounty Hunters and Penetration Testers.


πŸš€ Overview

CYBER TRACE is a modern OSINT platform developed with Python and Flask that helps security professionals collect intelligence about IP addresses, domains and public network resources through a clean cyberpunk interface.

The project combines multiple reconnaissance techniques into one dashboard, making investigations faster and more efficient.


✨ Features

  • 🌍 IP Geolocation
  • πŸ›° ISP Lookup
  • 🏒 Organization Detection
  • 🌐 Domain Resolution
  • πŸ“‘ Reverse DNS
  • πŸ“‘ RDAP Lookup
  • πŸ”Ž WHOIS Information
  • πŸ†” ASN Lookup
  • πŸ—Ί Interactive Leaflet Map
  • πŸ“· Public Camera Intelligence
  • ⚑ Fast Lookup
  • πŸ’» Cyberpunk UI
  • πŸ“± Responsive Design

πŸ“¦ Requirements

Before running the project install:

  • Python 3.10+
  • Git
  • pip
  • Internet Connection

πŸͺŸ Windows Installation

Clone repository

git clone https://github.com/YOUR_USERNAME/CYBER-TRACE.git

cd CYBER-TRACE

Install dependencies

pip install -r requirements.txt

Run

python app.py

Open

http://127.0.0.1:5000

🐧 Linux Installation

Ubuntu / Debian

sudo apt update

sudo apt install python3 python3-pip git -y

Clone

git clone https://github.com/YOUR_USERNAME/CYBER-TRACE.git

cd CYBER-TRACE

Install

pip3 install -r requirements.txt

Run

python3 app.py

🍏 macOS Installation

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Python

brew install python

Clone

git clone https://github.com/YOUR_USERNAME/CYBER-TRACE.git

cd CYBER-TRACE

Install packages

pip3 install -r requirements.txt

Run

python3 app.py

πŸ“„ requirements.txt

Flask>=3.0.0
requests>=2.31.0
ipwhois>=1.2.0

β–Ά Running

python app.py

Open your browser

http://127.0.0.1:5000

πŸ“‚ Project Structure

CYBER-TRACE/
β”‚
β”œβ”€β”€ app.py
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ README.md
β”‚
β”œβ”€β”€ templates/
β”‚   └── index.html
β”‚
└── static/

πŸ”₯ Use Cases

  • Bug Bounty
  • Penetration Testing
  • OSINT Investigations
  • Threat Hunting
  • Incident Response
  • Digital Forensics
  • Security Research

πŸ“Έ Screenshots

Screenshot (7)

⚠ Troubleshooting

Missing Modules

pip install -r requirements.txt

Port Already In Use

Edit

app.run(port=5000)

to

app.run(port=8080)

πŸ”’ Security Notice

This software is intended for:

  • Authorized Security Testing
  • Educational Purposes
  • Research
  • OSINT Investigations

The user is responsible for complying with all applicable laws and regulations. Unauthorized use against systems you do not own or have permission to test is prohibited.


πŸ“„ License

This project is licensed under the MIT License.


❀️ Author

ER4VN

Telegram: @er4vnn

GitHub: https://github.com/er4vn

About

New version (Cam-Dumper) | Advanced OSINT & Cyber Intelligence Platform for IP Intelligence, RDAP, WHOIS, ASN Lookup and Camera Intelligence.

Topics

Resources

Stars

216 stars

Watchers

5 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors