()
| 357 | |
| 358 | @staticmethod |
| 359 | def print_warning(): |
| 360 | print(f'[{WARN}] Dangerous input detected. This command may break the shell session. If you want to execute it anyway, disable the Session Defender by running "cmdinspector".') |
| 361 | rst_prompt(prompt = prompt) |
| 362 | |
| 363 | |
| 364 | # -------------- Hoaxshell Server -------------- # |