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:
MX 2023-05-13 00:42:29 +03:00
parent 5c259fa0e2
commit e5c2e8e5d7
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83
3 changed files with 9 additions and 2 deletions

View file

@ -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,

View file

@ -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;

View file

@ -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)