A curated collection of tools for Open Source Intelligence (OSINT) — for researchers, security professionals, and hobbyists gathering publicly available information from the web.
Live site: https://buddhsen-tripathi.github.io/OSINT-Kit/
The full directory lives on the site, grouped into:
- OSINT Aggregator Tools
- Metadata & File Analysis
- Image / Video / Media Analysis
- Data Breach & Leak Search
- Location Tracking
- Domain Information
- Social Media Intelligence (SOCMINT)
- Marketplaces
- Operating Systems
- PGP Key Servers
- OSINT APIs
- Browser Extensions for OSINT
- Recording & Auditing
- Datasets & Public Records
- Learning Resources
- Miscellaneous
The site is built with Astro + Starlight and deployed to GitHub Pages via GitHub Actions.
npm install
npm run dev # http://localhost:4321/OSINT-Kit/
npm run build # output to ./distTool entries live in src/content/docs/index.md. Edit there, push to main, and the workflow rebuilds and redeploys.
Contributions are welcome — open a PR adding to src/content/docs/index.md under the appropriate section. See CONTRIBUTING.md for details.