·
20 commits
to main
since this release
GhostTrace v6.3 — Initial Release
Features
- Passive OSINT: emails, subdomains, social profiles
- Active recon: DNS, HTTP probing, port scanning
- Risk scoring with explainable results
- Attack path generation
- PDF report generation
- Interactive graph visualization
Requirements
- Python 3.10+
- Kali Linux / Ubuntu
- theHarvester, Sherlock, Maigret, ExifTool
Installation
Required
sudo apt update
sudo apt install -y pkg-config libcairo2-dev python3-dev build-essential
sudo apt install theharvester exiftool -y
pip install sherlock-project maigret --break-system-packages
PhoneInfoga
wget https://github.com/sundowndev/phoneinfoga/releases/latest/download/phoneinfoga_Linux_x86_64.tar.gz -O /tmp/phoneinfoga.tar.gz
tar xzf /tmp/phoneinfoga.tar.gz -C /tmp/
sudo mv /tmp/phoneinfoga /usr/local/bin/
Optional — for PDF reports
pip install weasyprint --break-system-packages
Optional — for Tor routing
sudo apt install tor -y
sudo service tor start
