🆙 Add changes badges and a way to protect sso attacks

This commit is contained in:
Remco Epicnabbo
2025-05-16 18:22:19 +02:00
parent 1681113908
commit 589261d3f5
46 changed files with 23 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 913 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
+21
View File
@@ -0,0 +1,21 @@
Bot Protection
Install
Install the plugin into /plugins folder and run the emulator
What does it do?
It will sterilize the SSO after the user has made a connection to your hotel. This way the attacker is not able to join the next session with the SSO that was handed out. I will update this with more protection layers later, if you have any ideas just share them and we will see how to add them !
✅ SSO login generalized after login.
When to use this ?
If you want to Run your emulator in debug mode and have the AUTH ticket sterilized you can use the :Bot Spam protection - plugin But keep in mind when you run your Hotel in Debug mode off this will be done automatically, Also running an Live hotel it is advised to run this in Debug mode off on Live hotels !
How to run your hotel in Live mode: First make sure your emulator is stopped and run the following SQL:
UPDATE emulator_settings SET value = '0' WHERE (`key` = 'debug.mode');
Then start your emulator !
How to run your hotel in DEV mode: First make sure your emulator is stopped and run the following SQL:
UPDATE emulator_settings SET value = '1' WHERE (`key` = 'debug.mode');
Now when needed you can upload the plugin to the /plugin directory Then start your emulator !