mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 18:28:36 -07:00
BLE Spam add Samsung spam and menu
This commit is contained in:
15
applications/external/ble_spam/ble_spam.c
vendored
15
applications/external/ble_spam/ble_spam.c
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user