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

MITM functionality #164

Open
SlenkyDev opened this issue Jan 13, 2023 · 4 comments
Open

MITM functionality #164

SlenkyDev opened this issue Jan 13, 2023 · 4 comments
Labels
enhancement New feature or request low priority Backlog item

Comments

@SlenkyDev
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. E.g.: "I'm always frustrated when [...]"

Not really a problem, but It'd be neat to be able to modify the brand name of the server sent to the client.

Describe the solution you'd like
A clear and concise description of what you want to happen.

A config option to change the brand name passed through to the client, with a placeholder for the existing brand name.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

There aren't really any alternatives

Additional context
Add any other context or screenshots regarding the feature request here.

Not much

@SlenkyDev SlenkyDev added the enhancement New feature or request label Jan 13, 2023
@base2code
Copy link
Contributor

For this the encrypted packets of minecraft (newer versions) must be decrypted, changed and then re-encrypted. This would be difficult to implement in infrared (many different packets etc.).
I think you could add this in BungeeCord (or Spigot), but I'm not sure.

I may be wrong, but from what I can remember, this is correct.

@haveachin
Copy link
Owner

I'm not sure what you mean by brand name. Do you mean the version name shown in the server status?

@SlenkyDev
Copy link
Author

SlenkyDev commented Jan 18, 2023 via email

@haveachin
Copy link
Owner

Sorry, but that is not possible without breaking encryption. I could add a feature to make Infrared function as a MITM proxy in the future, but currently it breaks how Infrared works.

@haveachin haveachin added the low priority Backlog item label Jan 18, 2023
@haveachin haveachin changed the title Brand Editing MITM functionality Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Backlog item
Projects
None yet
Development

No branches or pull requests

3 participants