Skip to content

Commit

Permalink
Fix exit for google spam
Browse files Browse the repository at this point in the history
  • Loading branch information
justcallmekoko committed Dec 10, 2023
1 parent c8005f6 commit 1804a28
Show file tree
Hide file tree
Showing 5 changed files with 38,687 additions and 38,307 deletions.
3 changes: 3 additions & 0 deletions esp32_marauder/CommandLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,9 @@ void CommandLine::runCommand(String input) {
Serial.println("Bluetooth not supported");
#endif
}
else {
Serial.println("You did not specify a correct spam type");
}
}
}
/*else if (cmd_args.get(0) == BT_SOUR_APPLE_CMD) {
Expand Down
2 changes: 2 additions & 0 deletions esp32_marauder/MenuFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ void MenuFunctions::main(uint32_t currentTime)
(wifi_scan_obj.currentScanMode == BT_ATTACK_SWIFTPAIR_SPAM) ||
(wifi_scan_obj.currentScanMode == BT_ATTACK_SPAM_ALL) ||
(wifi_scan_obj.currentScanMode == BT_ATTACK_SAMSUNG_SPAM) ||
(wifi_scan_obj.currentScanMode == BT_ATTACK_GOOGLE_SPAM) ||
(wifi_scan_obj.currentScanMode == BT_SCAN_WAR_DRIVE) ||
(wifi_scan_obj.currentScanMode == BT_SCAN_WAR_DRIVE_CONT) ||
(wifi_scan_obj.currentScanMode == BT_SCAN_SKIMMERS))
Expand Down Expand Up @@ -652,6 +653,7 @@ void MenuFunctions::main(uint32_t currentTime)
(wifi_scan_obj.currentScanMode == BT_ATTACK_SWIFTPAIR_SPAM) ||
(wifi_scan_obj.currentScanMode == BT_ATTACK_SPAM_ALL) ||
(wifi_scan_obj.currentScanMode == BT_ATTACK_SAMSUNG_SPAM) ||
(wifi_scan_obj.currentScanMode == BT_ATTACK_GOOGLE_SPAM) ||
(wifi_scan_obj.currentScanMode == BT_SCAN_WAR_DRIVE) ||
(wifi_scan_obj.currentScanMode == BT_SCAN_WAR_DRIVE_CONT) ||
(wifi_scan_obj.currentScanMode == BT_SCAN_SKIMMERS) ||
Expand Down
Binary file modified esp32_marauder/build/esp32.esp32.d32/esp32_marauder.ino.bin
Binary file not shown.
Binary file modified esp32_marauder/build/esp32.esp32.d32/esp32_marauder.ino.elf
Binary file not shown.
Loading

0 comments on commit 1804a28

Please sign in to comment.