OSINT Recon Engine — IP, Domain, Username Intelligence
Project description
ghosttrace-osint
ghosttrace-osint is an OSINT reconnaissance tool for IP addresses, domains, and usernames.
Install
Install this package from PyPI:
pip install ghosttrace-osint
On Windows, installation now attempts to auto-fix user PATH and also installs a ghosttrace.bat launcher.
After install, open a new terminal window and run:
ghosttrace example.com
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
If ghosttrace is not recognized in Windows CMD/PowerShell after install, try the included fixer:
py -m ghosttrace.post_install
If the ghosttrace-fixpath console script was installed and is on PATH, you can run instead:
ghosttrace-fixpath
After running the fixer, close and reopen your terminal, then run:
ghosttrace --help
Recommended: use pipx for CLI tools to avoid PATH issues:
py -m pip install --user pipx
py -m pipx ensurepath
py -m pipx install ghosttrace-osint
Configuration
- AbuseIPDB key: To enable AbuseIPDB threat lookups set the
ABUSEIPDB_KEYenvironment variable (or create a.envfile withABUSEIPDB_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
~/.pypircfile for publishing, remove it after publishing to avoid leaving tokens on disk.
Screenshots
Main view:
IP scan:
Domain scan:
Username scan:
Windows PowerShell:
Remove-Item -Path $env:USERPROFILE\.pypirc -Force
Unix / Git Bash:
rm ~/.pypirc
Project Structure
GhostTrace/
├── ghosttrace.bat
├── 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ghosttrace_osint-1.0.4.tar.gz.
File metadata
- Download URL: ghosttrace_osint-1.0.4.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88a882029da5866c8a7392c637659e64283cb1fdd3e8dd1fd99c50a62f63b601
|
|
| MD5 |
60c9e41c7c319a7eb1d40fb6266bb94d
|
|
| BLAKE2b-256 |
211ca8b16143436c238e7cda7bed24d076fbc5ff1e662ede8e9a5d7bfbad7e4b
|
File details
Details for the file ghosttrace_osint-1.0.4-py3-none-any.whl.
File metadata
- Download URL: ghosttrace_osint-1.0.4-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0da8031913288598bcf140c9d574273c587867b46457f58d660a2cef46b74673
|
|
| MD5 |
3febafbb10a6e4f7e4018370958b9f02
|
|
| BLAKE2b-256 |
3baf04d14707f17f2340a212579dde386cbe98567eb465ab5e963003f6d8bb0c
|