BLE Spam add Samsung spam and menu

This commit is contained in:
Willy-JL
2023-10-19 18:14:46 +01:00
parent 290d6ea44f
commit c5d69d7d2d
7 changed files with 266 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
// Hacked together by @Willy-JL
// Custom adv API by @Willy-JL (idea by @xMasterX)
// iOS 17 Crash by @ECTO-1A
// Android and Windows Pairs by @Spooks4576 and @ECTO-1A
// Android, Samsung and Windows Pairs by @Spooks4576 and @ECTO-1A
// Research on behaviors and parameters by @Willy-JL, @ECTO-1A and @Spooks4576
// Controversy explained at https://willyjl.dev/blog/the-controversy-behind-apple-ble-spam
@@ -87,6 +87,19 @@ static Attack attacks[] = {
},
},
},
{
.title = "Samsung Earbuds Pair",
.text = "No cooldown, long range",
.protocol = &protocol_smartthings,
.payload =
{
.random_mac = true,
.cfg =
{
.smartthings = {},
},
},
},
{
.title = "Windows Device Found",
.text = "Requires enabling SwiftPair",