🆙 Add changes badges and a way to protect sso attacks
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 525 B |
|
After Width: | Height: | Size: 754 B |
|
After Width: | Height: | Size: 388 B |
|
After Width: | Height: | Size: 242 B |
|
After Width: | Height: | Size: 622 B |
|
After Width: | Height: | Size: 574 B |
|
After Width: | Height: | Size: 720 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 685 B |
|
After Width: | Height: | Size: 429 B |
|
After Width: | Height: | Size: 442 B |
|
After Width: | Height: | Size: 764 B |
|
After Width: | Height: | Size: 741 B |
|
After Width: | Height: | Size: 719 B |
|
After Width: | Height: | Size: 673 B |
|
After Width: | Height: | Size: 889 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 828 B |
|
After Width: | Height: | Size: 847 B |
|
After Width: | Height: | Size: 754 B |
|
After Width: | Height: | Size: 913 B |
|
After Width: | Height: | Size: 767 B |
|
After Width: | Height: | Size: 659 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -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 !
|
||||