mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-23 15:38:14 -08:00
Update CommandLine.cpp
Add Funny SSID Spam to CLI
This commit is contained in:
@@ -976,6 +976,14 @@ void CommandLine::runCommand(String input) {
|
|||||||
#endif
|
#endif
|
||||||
wifi_scan_obj.StartScan(WIFI_ATTACK_RICK_ROLL, TFT_YELLOW);
|
wifi_scan_obj.StartScan(WIFI_ATTACK_RICK_ROLL, TFT_YELLOW);
|
||||||
}
|
}
|
||||||
|
else if (attack_type == ATTACK_TYPE_FUNNY) {
|
||||||
|
Serial.println("Starting Funny SSID Beacon spam. Stop with " + (String)STOPSCAN_CMD);
|
||||||
|
#ifdef HAS_SCREEN
|
||||||
|
display_obj.clearScreen();
|
||||||
|
menu_function_obj.drawStatusBar();
|
||||||
|
#endif
|
||||||
|
wifi_scan_obj.StartScan(WIFI_ATTACK_FUNNY_BEACON, TFT_CYAN);
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
Serial.println("Attack type not properly defined");
|
Serial.println("Attack type not properly defined");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user