From e89bebfea3a9b798b09a4657de26db246c895eac Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Wed, 26 Oct 2022 17:43:37 -0400 Subject: [PATCH] Fix for Deauther since "new" version is really OLD --- ReadMe.md | 2 +- .../{wifi_deauther => wifi_deauther_v2}/LICENSE | 0 .../{wifi_deauther => wifi_deauther_v2}/README.md | 0 .../application.fam | 0 .../scenes/wifi_deauther_scene.c | 0 .../scenes/wifi_deauther_scene.h | 0 .../scenes/wifi_deauther_scene_config.h | 0 .../scenes/wifi_deauther_scene_console_output.c | 0 .../scenes/wifi_deauther_scene_start.c | 0 .../scenes/wifi_deauther_scene_text_input.c | 0 .../wifi_10px.png | Bin .../wifi_deauther_app.c | 0 .../wifi_deauther_app.h | 0 .../wifi_deauther_app_i.h | 0 .../wifi_deauther_custom_event.h | 0 .../wifi_deauther_uart.c | 0 .../wifi_deauther_uart.h | 0 17 files changed, 1 insertion(+), 1 deletion(-) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/LICENSE (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/README.md (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/application.fam (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/scenes/wifi_deauther_scene.c (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/scenes/wifi_deauther_scene.h (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/scenes/wifi_deauther_scene_config.h (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/scenes/wifi_deauther_scene_console_output.c (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/scenes/wifi_deauther_scene_start.c (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/scenes/wifi_deauther_scene_text_input.c (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/wifi_10px.png (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/wifi_deauther_app.c (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/wifi_deauther_app.h (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/wifi_deauther_app_i.h (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/wifi_deauther_custom_event.h (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/wifi_deauther_uart.c (100%) rename applications/plugins/{wifi_deauther => wifi_deauther_v2}/wifi_deauther_uart.h (100%) diff --git a/ReadMe.md b/ReadMe.md index 717eda550..c555433c4 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -247,7 +247,7 @@ $ ./fbt plugin_dist - [UPC-A Generator (By McAzzaMan)](https://github.com/McAzzaMan/flipperzero-firmware/tree/UPC-A_Barcode_Generator/applications/barcode_generator) - [USB Keyboard (By huuck)](https://github.com/huuck/FlipperZeroUSBKeyboard) - [WAV Player (By DrZlo13)](https://github.com/flipperdevices/flipperzero-firmware/tree/zlo/wav-player) Updated by Atmanos & RogueMaster To Work -- [WiFi (Deauther) V2.6.0 (By HEX0DAYS)](https://github.com/HEX0DAYS/FlipperZero-PWNDTOOLS) `Req: ESP8266` Based on: [WiFi (Deauther) V2 (By Timmotools)](https://github.com/Timmotools/flipperzero_esp8266_deautherv2) +- [WiFi (Deauther) V2 (By Timmotools)](https://github.com/Timmotools/flipperzero_esp8266_deautherv2) `Req: ESP8266` - [WiFi (Marauder) (By 0xchocolate)](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion) `Req: ESP32 WITH MARAUDER FLASHED` - [WiFi Scanner v.0.4 (By SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266) `Req: ESP8266 or ESP32` diff --git a/applications/plugins/wifi_deauther/LICENSE b/applications/plugins/wifi_deauther_v2/LICENSE similarity index 100% rename from applications/plugins/wifi_deauther/LICENSE rename to applications/plugins/wifi_deauther_v2/LICENSE diff --git a/applications/plugins/wifi_deauther/README.md b/applications/plugins/wifi_deauther_v2/README.md similarity index 100% rename from applications/plugins/wifi_deauther/README.md rename to applications/plugins/wifi_deauther_v2/README.md diff --git a/applications/plugins/wifi_deauther/application.fam b/applications/plugins/wifi_deauther_v2/application.fam similarity index 100% rename from applications/plugins/wifi_deauther/application.fam rename to applications/plugins/wifi_deauther_v2/application.fam diff --git a/applications/plugins/wifi_deauther/scenes/wifi_deauther_scene.c b/applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene.c similarity index 100% rename from applications/plugins/wifi_deauther/scenes/wifi_deauther_scene.c rename to applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene.c diff --git a/applications/plugins/wifi_deauther/scenes/wifi_deauther_scene.h b/applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene.h similarity index 100% rename from applications/plugins/wifi_deauther/scenes/wifi_deauther_scene.h rename to applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene.h diff --git a/applications/plugins/wifi_deauther/scenes/wifi_deauther_scene_config.h b/applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene_config.h similarity index 100% rename from applications/plugins/wifi_deauther/scenes/wifi_deauther_scene_config.h rename to applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene_config.h diff --git a/applications/plugins/wifi_deauther/scenes/wifi_deauther_scene_console_output.c b/applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene_console_output.c similarity index 100% rename from applications/plugins/wifi_deauther/scenes/wifi_deauther_scene_console_output.c rename to applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene_console_output.c diff --git a/applications/plugins/wifi_deauther/scenes/wifi_deauther_scene_start.c b/applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene_start.c similarity index 100% rename from applications/plugins/wifi_deauther/scenes/wifi_deauther_scene_start.c rename to applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene_start.c diff --git a/applications/plugins/wifi_deauther/scenes/wifi_deauther_scene_text_input.c b/applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene_text_input.c similarity index 100% rename from applications/plugins/wifi_deauther/scenes/wifi_deauther_scene_text_input.c rename to applications/plugins/wifi_deauther_v2/scenes/wifi_deauther_scene_text_input.c diff --git a/applications/plugins/wifi_deauther/wifi_10px.png b/applications/plugins/wifi_deauther_v2/wifi_10px.png similarity index 100% rename from applications/plugins/wifi_deauther/wifi_10px.png rename to applications/plugins/wifi_deauther_v2/wifi_10px.png diff --git a/applications/plugins/wifi_deauther/wifi_deauther_app.c b/applications/plugins/wifi_deauther_v2/wifi_deauther_app.c similarity index 100% rename from applications/plugins/wifi_deauther/wifi_deauther_app.c rename to applications/plugins/wifi_deauther_v2/wifi_deauther_app.c diff --git a/applications/plugins/wifi_deauther/wifi_deauther_app.h b/applications/plugins/wifi_deauther_v2/wifi_deauther_app.h similarity index 100% rename from applications/plugins/wifi_deauther/wifi_deauther_app.h rename to applications/plugins/wifi_deauther_v2/wifi_deauther_app.h diff --git a/applications/plugins/wifi_deauther/wifi_deauther_app_i.h b/applications/plugins/wifi_deauther_v2/wifi_deauther_app_i.h similarity index 100% rename from applications/plugins/wifi_deauther/wifi_deauther_app_i.h rename to applications/plugins/wifi_deauther_v2/wifi_deauther_app_i.h diff --git a/applications/plugins/wifi_deauther/wifi_deauther_custom_event.h b/applications/plugins/wifi_deauther_v2/wifi_deauther_custom_event.h similarity index 100% rename from applications/plugins/wifi_deauther/wifi_deauther_custom_event.h rename to applications/plugins/wifi_deauther_v2/wifi_deauther_custom_event.h diff --git a/applications/plugins/wifi_deauther/wifi_deauther_uart.c b/applications/plugins/wifi_deauther_v2/wifi_deauther_uart.c similarity index 100% rename from applications/plugins/wifi_deauther/wifi_deauther_uart.c rename to applications/plugins/wifi_deauther_v2/wifi_deauther_uart.c diff --git a/applications/plugins/wifi_deauther/wifi_deauther_uart.h b/applications/plugins/wifi_deauther_v2/wifi_deauther_uart.h similarity index 100% rename from applications/plugins/wifi_deauther/wifi_deauther_uart.h rename to applications/plugins/wifi_deauther_v2/wifi_deauther_uart.h