From 4d7d22855a5373ec9e9bf80a821c22ce6e563950 Mon Sep 17 00:00:00 2001 From: Just Call Me Koko <25190487+justcallmekoko@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:25:41 -0500 Subject: [PATCH] Add samsung and all spam (#43) * Add samsung and all spam * 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 252e1bb9..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"}, - 5, - {"attack -t deauth", "attack -t probe", "attack -t rickroll", "sourapple", "swiftpair"}, + {"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},