Skip to content

officialmelon/openradar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRadar Banner

OpenRadar

A GitHub leak scanning tool


What is OpenRadar?

OpenRadar scans GitHub repositories and commits in real-time to detect accidentally pushed credentials and secrets.

Screenshots

Explore Leaderboard Documentation

Self-Hosting

Requirements

  • Go 1.26+
  • Node.js 22.20.0+
  • PostgreSQL

Setup

1. Clone the repository

git clone https://github.com/officialmelon/openradar.git
cd openradar

2. Install dependencies

cd app && npm install && cd ..
go mod download

3. Configure environment

Copy the example .env file and fill in your credentials:

4. Start the server

go run cmd/server/main.go

The app will be available at localhost:8080 (or the port specified in your .env).

API Documentation

Full API docs are available at open-radar.live/docs.

Disclaimer

This project is for educational and informational purposes only. The author is not liable for any misuse or damage arising from this tool.

Credits

Built by @officialmelon. Inspired by apiradar.live - check them out!

About

golang webserver for scraping api keys.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors