messages.py 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. #!/usr/bin/python3
  2. # -*- coding: utf-8 -*-
  3. """
  4. Author : LimerBoy
  5. github.com/LimerBoy/BlazeRAT
  6. Notes :
  7. The file is needed to store the text and,
  8. if necessary, quickly translate it into other languages.
  9. """
  10. """ Authorization messages """
  11. class auth:
  12. incorrect_token = "⛔️ Incorrect token, attempts left %i"
  13. user_authorized = "🔑 User %s authorized as '%s',\nsession will expire at %s"
  14. already_authorized = "⚠️ You are already authorized!"
  15. not_authorized = "⛔️ Access denied, you need to authorize!"
  16. permission_not_found = "⚠️ You don't have permissions to do this!"
  17. user_deauthorized = "☠️ User %s deauthorized"
  18. user_is_banned = "💣 Account is banned, reason '%s'"
  19. """ Services messages """
  20. class services:
  21. # Desktop screenshot
  22. desktop_screenshot_captured = "🌃 Desktop screenshot taken"
  23. # Webcam screenshot
  24. webcam_screenshot_captured = "📹 Webcam screenshot taken"
  25. webcam_screenshot_button = "📹 Take screenshot"
  26. webcam_start_recording_button = "▶️ Start video recording"
  27. webcam_stop_recording_button = "⏹ Stop video recording"
  28. webcam_select_action = "🎥 Select an action...\nDevice index is %i"
  29. webcam_recording_started = "📸 Webcam recording started"
  30. webcam_recording_stopped = "📷 Webcam recording stopped"
  31. webcam_recording_not_started = "📷 Unable to stop recording because it was not started!"
  32. webcam_recording_not_stopped = "📸 It is impossible to start recording as it is already started!"
  33. webcam_failed_open = "📷 Failed to open webcam %i"
  34. # System audio volume control
  35. volume_get_level_button = "🔉 Current level is %i"
  36. volume_set_level_button = "🔊 Set %i"
  37. volume_get_level = "🔉 Current volume level is %i"
  38. volume_set_level = "🔊 Changed volume level to %i"
  39. # Micophone recorder
  40. microphone_start_recording_button = "▶️ Start recording"
  41. microphone_stop_recording_button = "⏹ Stop recording"
  42. microphone_select_action = "🎤 Select an action..."
  43. microphone_recording_started = "🎙 Recording started"
  44. microphone_recording_stopped = "🎙 Recording stopped"
  45. microphone_recording_not_started = "🎤 Unable to stop recording because it was not started!"
  46. microphone_recording_not_stopped = "🎤 It is impossible to start recording as it is already started!"
  47. # Keylogger controls
  48. keylogger_start_recording_button = "▶️ Start logger"
  49. keylogger_stop_recording_button = "⏹ Stop logger"
  50. keylogger_get_logs_button = "⌨️ Retrieve logs"
  51. keylogger_clean_logs_button = "♻️️ Clean logs"
  52. keylogger_logs_received = "📄 Here is keylogger logs"
  53. keylogger_logs_cleaned = "🚮 Keylogger logs cleaned"
  54. keylogger_recording_started = "⌨️ Keylogger started"
  55. keylogger_recording_stopped = "⌨️ Keylogger stopped"
  56. keylogger_recording_not_started = "⁉️Unable to stop keylogger because it was not started!"
  57. keylogger_recording_not_stopped = "⁉️It is impossible to start keylogger as it is already started!"
  58. # Power controls
  59. power_control = "🔋 Select power command:"
  60. power_received = "🔋 Power event %s received"
  61. power_shutdown = "🔻 Shutdown"
  62. power_suspend = "🔻 Suspend"
  63. power_reboot = "🔻 Reboot"
  64. power_logout = "🔻 Log out"
  65. # Location
  66. location_success = "🗺 Location:\n\tLatitude: %f\n\tLongitude: %f\n\tRange: %i\n\tAddress: \"%s\"\n\n📡 %s"
  67. location_gateway_detection_failed = "📡 Failed to get default gateway!"
  68. location_arp_request_failed = "📡 Failed to get gateway mac address!"
  69. location_api_request_failed = "📡 Failed to make API request!"
  70. # Shell commands
  71. shell_session_opened = "⚙️ Terminal session opened"
  72. shell_session_closed = "⚙️ Terminal session closed"
  73. shell_command_is_empty = "🐚 Input command is empty!"
  74. shell_command_executed = "🐚 System command executed.\n%s"
  75. shell_pwd_success = "📂 Current directory is:\n%s"
  76. shell_chdir_success = "📂 Current directory changed to:\n%s"
  77. shell_chdir_not_found = "📂 Directory not found:\n%s"
  78. shell_chdir_not_a_dir = "📂 Not a directory:\n%s"
  79. shell_chdir_failed = "📂 (%s)\nFailed to change directory to:\n%s"
  80. # Process manager
  81. taskmanager_process_list = "⚙ Taskmanager (%s) running %i processes:"
  82. taskmanager_process_kill_success = "🔫 Process %s (%i) killed"
  83. taskmanager_process_kill_failed = "🔫 Failed to kill process %i, error:\n%s"
  84. # Wipe browsers data
  85. wipe_files_count = "🧨 %i files will be deleted beyond recovery"
  86. wipe_confirm = "♻️ Do you want to clean browsers data?"
  87. wipe_agree = "✅ Wipe all data"
  88. wipe_disagree = "🛑 NO!"
  89. wipe_cancelled = "✅ Wipe cancelled"
  90. wipe_removed = "🗑 Removed %i files from system"
  91. # Installation
  92. stub_install = "👻 Installing service..."
  93. stub_uninstall = "🗑 Uninstalling service..."
  94. """ File transfer and filemanager """
  95. class file:
  96. upload_path_not_found = "📄 File %s not found!"
  97. download_file_success = "📄 File %s saved"
  98. start_file_success = "📄 Start file:\n%s"
  99. remove_directory_success = "🗑 Directory removed:\n%s"
  100. remove_directory_failed = "🗑 (%s)\nFailed to remove directory:\n%s"
  101. remove_file_success = "🗑 File removed:\n%s"
  102. remove_file_failed = "🗑 (%s)\nFailed to remove file:\n%s"
  103. """ User messages """
  104. class user:
  105. name_anonymous = "Anonymous"
  106. help = ("""
  107. 🔑 *[Auth]*
  108. /authorize <token>
  109. /deauthorize
  110. /permissions
  111. 🗃 *[Files]*
  112. /download <file/dir>
  113. /filemanager
  114. 👁‍🗨 *[Spying]*
  115. /location
  116. /keylogger
  117. /information
  118. /webcam <device>
  119. /screenshot
  120. /microphone
  121. 🐚 *[System]*
  122. /taskmanager
  123. /uninstall
  124. /keyboard
  125. /volume
  126. /power
  127. /shell
  128. /wipe
  129. """)