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.2.tar.gz (13.4 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.2-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ghosttrace_osint-1.0.2.tar.gz
  • Upload date:
  • Size: 13.4 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.2.tar.gz
Algorithm Hash digest
SHA256 a71a8a26638678a8bcdf637310ba60e8d25964a8155c5f1d1d546fc97c54a261
MD5 f6c84b128160f4819c9c4facbe06a90f
BLAKE2b-256 a995e7ced660f0c6dc661e2acc1cbfe21f0f893814a0fe56a59b61c75e4101a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ghosttrace_osint-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5d9601c5b9d74f4dbda70ac80922921c00281d2737fc42aca81e415c583993de
MD5 f62fbe8fea59f82a06d0da2eb51981fc
BLAKE2b-256 8749b13196db96be7bdc3e103932ae2538c2b04aa16dff37ca34ce190adb23d0

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