A ServerSeeker clone, but now open-source. This is a work in progress.
Join Discord to chat.
We hope to complete the basic functionality until end of year: Basic release
Get the latest master version of Zig. Run zig build
.
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.
Will be in docs/
.
Open an issue to propose functionality!