From 465073c62c73ab684d28a01f53605c1a964fb5fd Mon Sep 17 00:00:00 2001 From: Just Call Me Koko Date: Sun, 26 Nov 2023 15:27:07 -0500 Subject: [PATCH 1/2] Add samsung and all spam --- scenes/wifi_marauder_scene_start.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scenes/wifi_marauder_scene_start.c b/scenes/wifi_marauder_scene_start.c index 252e1bb9..7a1f4cff 100644 --- a/scenes/wifi_marauder_scene_start.c +++ b/scenes/wifi_marauder_scene_start.c @@ -62,9 +62,9 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = { FOCUS_CONSOLE_END, NO_TIP}, {"Attack", - {"deauth", "probe", "rickroll", "sour apple", "swiftpair spam"}, - 5, - {"attack -t deauth", "attack -t probe", "attack -t rickroll", "sourapple", "swiftpair"}, + {"deauth", "probe", "rickroll", "sour apple", "swiftpair spam", "samsung spam", "bt spam all"}, + 7, + {"attack -t deauth", "attack -t probe", "attack -t rickroll", "sourapple", "swiftpair", "samsungblespam", "btspamall"}, NO_ARGS, FOCUS_CONSOLE_END, SHOW_STOPSCAN_TIP}, From 310b72ab943c4b510dda77df071329b41d52e900 Mon Sep 17 00:00:00 2001 From: Just Call Me Koko Date: Wed, 13 Dec 2023 21:58:01 -0500 Subject: [PATCH 2/2] BLE spam under one command --- scenes/wifi_marauder_scene_start.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scenes/wifi_marauder_scene_start.c b/scenes/wifi_marauder_scene_start.c index 7a1f4cff..ac64d8c6 100644 --- a/scenes/wifi_marauder_scene_start.c +++ b/scenes/wifi_marauder_scene_start.c @@ -62,9 +62,9 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = { FOCUS_CONSOLE_END, NO_TIP}, {"Attack", - {"deauth", "probe", "rickroll", "sour apple", "swiftpair spam", "samsung spam", "bt spam all"}, - 7, - {"attack -t deauth", "attack -t probe", "attack -t rickroll", "sourapple", "swiftpair", "samsungblespam", "btspamall"}, + {"deauth", "probe", "rickroll", "sour apple", "swiftpair spam", "samsung spam", "google spam", "bt spam all"}, + 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"}, NO_ARGS, FOCUS_CONSOLE_END, SHOW_STOPSCAN_TIP},