Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust Rewrite #4

Draft
wants to merge 132 commits into
base: main
Choose a base branch
from
Draft

Rust Rewrite #4

wants to merge 132 commits into from

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™️
2 participants