mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
Added sniff pmkid on selected aps from 0.10.4 update
by @clipboard1 https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion/pull/13/files
This commit is contained in:
parent
5c259fa0e2
commit
e5c2e8e5d7
3 changed files with 9 additions and 2 deletions
|
@ -104,6 +104,13 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
|
|||
INPUT_ARGS,
|
||||
FOCUS_CONSOLE_END,
|
||||
SHOW_STOPSCAN_TIP},
|
||||
{"Sniff pmkid on selected aps",
|
||||
{""},
|
||||
1,
|
||||
{"sniffpmkid -d -l"},
|
||||
NO_ARGS,
|
||||
FOCUS_CONSOLE_END,
|
||||
NO_TIP},
|
||||
{"Channel",
|
||||
{"get", "set"},
|
||||
2,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define WIFI_MARAUDER_APP_VERSION "v0.3.4"
|
||||
#define WIFI_MARAUDER_APP_VERSION "v0.3.5"
|
||||
|
||||
typedef struct WifiMarauderApp WifiMarauderApp;
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <lib/toolbox/path.h>
|
||||
#include <dialogs/dialogs.h>
|
||||
|
||||
#define NUM_MENU_ITEMS (18)
|
||||
#define NUM_MENU_ITEMS (19)
|
||||
|
||||
#define WIFI_MARAUDER_TEXT_BOX_STORE_SIZE (4096)
|
||||
#define WIFI_MARAUDER_TEXT_INPUT_STORE_SIZE (512)
|
||||
|
|
Loading…
Reference in a new issue