Skip to content

Conversation

@ErrorNoInternet
Copy link
Owner

@ErrorNoInternet ErrorNoInternet commented Mar 3, 2023

Rust Rewrite. Currently the project is written in Go and has a bad database design that makes it hard to search through servers.

Closes #2 and #3.

Goals:

OpenHeimer 2.0 should be able to...

  • Use SQLite (or PostgreSQL)
  • Scan Minecraft servers more efficiently using TCP SYN packets
  • Join Minecraft servers to check if they're whitelisted/cracked
  • Save full responses from Minecraft servers (icon, MOTD, players, etc)
  • Watch out for certain players and log their activity
  • Periodically scan for Minecraft servers automatically
  • Display data in a clean way (some sort of dashboard/Matrix bot/Discord bot)
  • Allow users to search for servers and players with a CLI tool

@ErrorNoInternet ErrorNoInternet self-assigned this Mar 4, 2023
@ErrorNoInternet ErrorNoInternet added the enhancement New feature or request label Mar 4, 2023
@ErrorNoInternet
Copy link
Owner Author

Not adding TCP SYN scanning yet cause I really don't wanna write the ENTIRE thing from scratch, setting every single bit and flag (yes, I know pnet exists).

@StarNumber12046
Copy link

pog

@StarNumber12046
Copy link

😳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rewrite it in Rust™️

3 participants