Skip to main content

OSINT Recon Engine — IP, Domain, Username Intelligence

Project description

ghosttrace-osint

ghosttrace-osint is an OSINT reconnaissance tool for IP addresses, domains, and usernames.

Important

There is already a different package named ghosttrace on PyPI. Install this project as ghosttrace-osint.

If you previously installed the conflicting package, remove it first:

pip uninstall ghosttrace

Install

Install this package from PyPI:

pip install ghosttrace-osint

Install From Source

If you want to run ghosttrace-osint from the repository instead of PyPI:

git clone https://github.com/YOURUSERNAME/ghosttrace.git
cd GhostTrace
pip install -r requirements.txt
pip install -e .

Then run it with:

ghosttrace example.com

Usage

The command is ghosttrace:

ghosttrace example.com
ghosttrace 8.8.8.8
ghosttrace johndoe

You can also save a report:

ghosttrace example.com -o report.json

If you want to force the target type:

ghosttrace 8.8.8.8 -t ip
ghosttrace example.com -t domain
ghosttrace johndoe -t username

Configuration

  • AbuseIPDB key: To enable AbuseIPDB threat lookups set the ABUSEIPDB_KEY environment variable (or create a .env file with ABUSEIPDB_KEY=yourkey). If not set, the tool skips AbuseIPDB checks.
  • Non-interactive runs: Use --no-prompt (or -n) to avoid the final press-Enter prompt when running in scripts or CI: ghosttrace example.com --no-prompt.
  • Remove local PyPI token: If you created or used a ~/.pypirc file for publishing, remove it after publishing to avoid leaving tokens on disk.

Screenshots

Main view:

Main view

IP scan:

IP scan

Domain scan:

Domain scan

Username scan:

Username scan

Windows PowerShell:

Remove-Item -Path $env:USERPROFILE\.pypirc -Force

Unix / Git Bash:

rm ~/.pypirc

Project Structure

GhostTrace/
├── setup.py
├── setup.cfg
├── pyproject.toml
├── README.md
├── LICENSE
├── MANIFEST.in
├── requirements.txt
└── ghosttrace/
	├── __init__.py
	├── __main__.py
	└── modules/
		├── __init__.py
		├── colors.py
		├── banner.py
		├── detector.py
		├── ip_lookup.py
		├── domain_lookup.py
		├── username_lookup.py
		└── reporter.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ghosttrace_osint-1.0.1.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ghosttrace_osint-1.0.1-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file ghosttrace_osint-1.0.1.tar.gz.

File metadata

  • Download URL: ghosttrace_osint-1.0.1.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for ghosttrace_osint-1.0.1.tar.gz
Algorithm Hash digest
SHA256 6c4a9a4f97939785932d0ca4131c42d594b1beb42dfc2cab6569d8ad81570b36
MD5 7a78e8d94e105197a9d276d06c36cb4b
BLAKE2b-256 7b5e84b0fbc23a5054e9993113f4d2e7669e2e7f8d97dbcf002a682543410014

See more details on using hashes here.

File details

Details for the file ghosttrace_osint-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for ghosttrace_osint-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0bddfa11ae4390ac7e65a87d783fbbb96871583c3cd218ef86c2c306220463c5
MD5 23f12e1c5e511d8fd2384dfe0d4dd34f
BLAKE2b-256 54b9bc3c346623858ce0f41c79203a63f16af857c332e26ec0e0eef271bc15c5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page