Skip to content

tachikomared/TACHITRACK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TACHITRACK

Free public OSINT and crypto investigation dashboard.

The app is free to use: no wallet connect, no token gate, no payment prompt.

A backend is still required. On Vercel, server.js runs as serverless functions so browser users do not expose API keys and upstream APIs are normalized into one JSON interface.

Local

npm install
node server.js
# open http://localhost:3000

Node 18+ is required.

Deploy To Vercel

Push the repo to GitHub, import it in Vercel, and deploy. Vercel uses server.js as the serverless function through vercel.json.

Optional API keys from .env.example can be added in Vercel Project Settings -> Environment Variables. The app still works without them, but results are deeper with keys.

Public Web Modules

  1. IP intelligence
  2. Phone lookup
  3. Email reputation and breach context
  4. Username hunt
  5. Domain/DNS/WHOIS/security recon
  6. BTC wallet investigation
  7. EVM wallet investigation across 13 chains
  8. BTC transaction lookup
  9. EVM transaction lookup
  10. Wallet risk scoring
  11. Pwned password check

Files

File Purpose
server.js Express/Vercel backend and all public REST API routes
index.html Single-page public investigation dashboard
vercel.json Vercel function config
.env.example Optional API keys

Notes

  • Some upstream APIs fail or rate-limit. Routes are written to return partial data wherever practical.
  • The pwned-password module hashes in the browser; plaintext passwords are not sent to the server.
  • Domain HTTP probing has a public-IP DNS guard to reduce SSRF risk.
  • In-memory cache reduces repeated upstream calls but resets on serverless cold starts.

About

Free public OSINT and crypto investigation dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors