mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 03:41:42 +03:00
Add files via upload
Add sniffbt and sniffskim as menu option for ESP-32-WROOM
This commit is contained in:
parent
52bd4a1a3c
commit
073a0942e8
@ -1,3 +1,5 @@
|
|||||||
|
//** Includes sniffbt and sniffskim for compatible ESP32-WROOM hardware.
|
||||||
|
//wifi_marauder_app_i.h also changed **//
|
||||||
#include "../wifi_marauder_app_i.h"
|
#include "../wifi_marauder_app_i.h"
|
||||||
|
|
||||||
// For each command, define whether additional arguments are needed
|
// For each command, define whether additional arguments are needed
|
||||||
@ -10,7 +12,7 @@ typedef enum { FOCUS_CONSOLE_END = 0, FOCUS_CONSOLE_START, FOCUS_CONSOLE_TOGGLE
|
|||||||
#define SHOW_STOPSCAN_TIP (true)
|
#define SHOW_STOPSCAN_TIP (true)
|
||||||
#define NO_TIP (false)
|
#define NO_TIP (false)
|
||||||
|
|
||||||
#define MAX_OPTIONS (7)
|
#define MAX_OPTIONS (9)
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const char* item_string;
|
const char* item_string;
|
||||||
const char* options_menu[MAX_OPTIONS];
|
const char* options_menu[MAX_OPTIONS];
|
||||||
@ -56,9 +58,9 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
|
|||||||
FOCUS_CONSOLE_END,
|
FOCUS_CONSOLE_END,
|
||||||
SHOW_STOPSCAN_TIP},
|
SHOW_STOPSCAN_TIP},
|
||||||
{"Sniff",
|
{"Sniff",
|
||||||
{"beacon", "deauth", "esp", "pmkid", "probe", "pwn", "raw"},
|
{"beacon", "deauth", "esp", "pmkid", "probe", "pwn", "raw", "bt", "cc"},
|
||||||
7,
|
9,
|
||||||
{"sniffbeacon", "sniffdeauth", "sniffesp", "sniffpmkid", "sniffprobe", "sniffpwn", "sniffraw"},
|
{"sniffbeacon", "sniffdeauth", "sniffesp", "sniffpmkid", "sniffprobe", "sniffpwn", "sniffraw", "sniffbt", "sniffskim"},
|
||||||
NO_ARGS,
|
NO_ARGS,
|
||||||
FOCUS_CONSOLE_END,
|
FOCUS_CONSOLE_END,
|
||||||
SHOW_STOPSCAN_TIP},
|
SHOW_STOPSCAN_TIP},
|
||||||
|
Loading…
Reference in New Issue
Block a user