Willy-JL 2 лет назад
Родитель
Сommit
af95a7c1fc

+ 0 - 1
mayhem_marauder/scenes/wifi_marauder_scene_user_input.c

@@ -156,7 +156,6 @@ bool wifi_marauder_scene_user_input_on_event(void* context, SceneManagerEvent ev
     }
     }
 
 
     return consumed;
     return consumed;
-
 }
 }
 
 
 void wifi_marauder_scene_user_input_on_exit(void* context) {
 void wifi_marauder_scene_user_input_on_exit(void* context) {

+ 2 - 1
subghz_bruteforcer/subbrute_protocols.h

@@ -356,4 +356,5 @@ void subbrute_protocol_file_generate_file(
  *
  *
  * @return The maximum value that can be generated based on the attack parameters (uint64_t).
  * @return The maximum value that can be generated based on the attack parameters (uint64_t).
  */
  */
-uint64_t subbrute_protocol_calc_max_value(SubBruteAttacks attack_type, uint8_t bits, bool two_bytes);
+uint64_t
+    subbrute_protocol_calc_max_value(SubBruteAttacks attack_type, uint8_t bits, bool two_bytes);

+ 16 - 2
wifi_marauder_companion/scenes/wifi_marauder_scene_start.c

@@ -62,9 +62,23 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
      FOCUS_CONSOLE_END,
      FOCUS_CONSOLE_END,
      NO_TIP},
      NO_TIP},
     {"Attack",
     {"Attack",
-     {"deauth", "probe", "rickroll", "sour apple", "swiftpair spam", "samsung spam", "google spam", "bt spam all"},
+     {"deauth",
+      "probe",
+      "rickroll",
+      "sour apple",
+      "swiftpair spam",
+      "samsung spam",
+      "google spam",
+      "bt spam all"},
      8,
      8,
-     {"attack -t deauth", "attack -t probe", "attack -t rickroll", "blespam -t apple", "blespam -t windows", "blespam -t samsung", "blespam -t google", "blespam -t all"},
+     {"attack -t deauth",
+      "attack -t probe",
+      "attack -t rickroll",
+      "blespam -t apple",
+      "blespam -t windows",
+      "blespam -t samsung",
+      "blespam -t google",
+      "blespam -t all"},
      NO_ARGS,
      NO_ARGS,
      FOCUS_CONSOLE_END,
      FOCUS_CONSOLE_END,
      SHOW_STOPSCAN_TIP},
      SHOW_STOPSCAN_TIP},

+ 0 - 1
wifi_marauder_companion/scenes/wifi_marauder_scene_user_input.c

@@ -156,7 +156,6 @@ bool wifi_marauder_scene_user_input_on_event(void* context, SceneManagerEvent ev
     }
     }
 
 
     return consumed;
     return consumed;
-
 }
 }
 
 
 void wifi_marauder_scene_user_input_on_exit(void* context) {
 void wifi_marauder_scene_user_input_on_exit(void* context) {