Skip to content

Commit 2d1dc65

Browse files
committed
Latest Release RM1016-1143-0.93.1-a804ac8 on PATREON - UPD MARAUDER
[Add Swiftpair Spam, Evilportal sethtml, and LS command #36 (By justcallmekoko)] 0xchocolate/flipperzero-wifi-marauder#36
1 parent a691e6b commit 2d1dc65

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ This software is for experimental purposes only and is not meant for any illegal
4040
- Updated: [Pokemon Trading v1.3 (By EstebanFuentealba)](https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Trading-Pokemons)
4141
- UL: Fix Ignore Nice FloR-S option (By xMasterX)
4242
- Updated: [BLE Spam v2.0 (By Willy-JL & ECTO-1A & Spooks4576 with research from xMasterX; OFW API thanks to noproto)](https://github.com/noproto/apple_ble_spam_ofw) Android Device is Reboot Cooldown vs ~15min + Bool Fix + Icon (By xMasterX) + Refactor+Bug Fixes+More Android pairs (By Willy-JL)
43+
- Updated: [WiFi (Marauder) v6.3 (By 0xchocolate & tcpassos)](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion) [Add Swiftpair Spam, Evilportal sethtml, and LS command #36 (By justcallmekoko)](https://github.com/0xchocolate/flipperzero-wifi-marauder/pull/36)
4344

4445
<a name="release">
4546

applications/external/wifi_marauder_companion/scenes/wifi_marauder_scene_start.c

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
6262
FOCUS_CONSOLE_END,
6363
NO_TIP},
6464
{"Attack",
65-
{"deauth", "probe", "rickroll", "sour apple"},
66-
4,
67-
{"attack -t deauth", "attack -t probe", "attack -t rickroll", "sourapple"},
65+
{"deauth", "probe", "rickroll", "sour apple", "swiftpair spam"},
66+
5,
67+
{"attack -t deauth", "attack -t probe", "attack -t rickroll", "sourapple", "swiftpair"},
6868
NO_ARGS,
6969
FOCUS_CONSOLE_END,
7070
SHOW_STOPSCAN_TIP},
@@ -76,10 +76,10 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
7676
FOCUS_CONSOLE_END,
7777
SHOW_STOPSCAN_TIP},
7878
{"Evil Portal",
79-
{"start"},
80-
1,
81-
{"evilportal -c start"},
82-
NO_ARGS,
79+
{"start", "set html"},
80+
2,
81+
{"evilportal -c start", "evilportal -c sethtml"},
82+
TOGGLE_ARGS,
8383
FOCUS_CONSOLE_END,
8484
SHOW_STOPSCAN_TIP},
8585
{"Targeted Deauth",
@@ -145,6 +145,7 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
145145
TOGGLE_ARGS,
146146
FOCUS_CONSOLE_START,
147147
NO_TIP},
148+
{"List SD", {""}, 1, {"ls /"}, INPUT_ARGS, FOCUS_CONSOLE_END, NO_TIP},
148149
{"Update", {"sd"}, 1, {"update -s"}, NO_ARGS, FOCUS_CONSOLE_END, NO_TIP},
149150
{"Reboot", {""}, 1, {"reboot"}, NO_ARGS, FOCUS_CONSOLE_END, NO_TIP},
150151
{"Help", {""}, 1, {"help"}, NO_ARGS, FOCUS_CONSOLE_START, SHOW_STOPSCAN_TIP},

applications/external/wifi_marauder_companion/wifi_marauder_app_i.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define LP_UART_CH (FuriHalUartIdLPUART1)
3535
#define BAUDRATE (115200)
3636

37-
#define NUM_MENU_ITEMS (22)
37+
#define NUM_MENU_ITEMS (23)
3838

3939
#define WIFI_MARAUDER_TEXT_BOX_STORE_SIZE (4096)
4040
#define WIFI_MARAUDER_TEXT_INPUT_STORE_SIZE (512)

0 commit comments

Comments
 (0)