Skip to content

Meesterbouwer123/OpenSeeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSeeker

A ServerSeeker clone, but now open-source. This is a work in progress.

Join Discord to chat.

Timeline

We hope to complete the basic functionality until end of year: Basic release

Building

Get the latest master version of Zig. Run zig build.

Structure

At its core the project consists of 3 parts:

  • The manager controls the database and handles requests from clients.
  • The discovery parts will get ranges from the manager and return all the open ports they found there. They do this using masscan.
  • The pinger parts will get open ports from the manager and perform protocol-specific data collection on them, for example a Server List Ping. They will then send that data back to the manager for storing it in the database.

All of thse are connected using ZeroMQ.

diagram of how the whole pipeline works

Protocol documentation

Will be in docs/.

Proposals

Open an issue to propose functionality!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published