BLE Spam add Samsung Watch spam

This commit is contained in:
Willy-JL
2023-10-21 03:54:59 +01:00
parent 857b881554
commit 4a97cb40b8
4 changed files with 227 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ static Attack attacks[] = {
},
},
{
.title = "Samsung Buds Pair",
.title = "Samsung Buds Popup",
.text = "No cooldown, long range",
.protocol = &protocol_smartthings,
.payload =
@@ -96,7 +96,28 @@ static Attack attacks[] = {
.random_mac = true,
.cfg =
{
.smartthings = {},
.smartthings =
{
.type = SmartthingsTypeBuds,
.data = {},
},
},
},
},
{
.title = "Samsung Watch Pair",
.text = "No cooldown, long range",
.protocol = &protocol_smartthings,
.payload =
{
.random_mac = true,
.cfg =
{
.smartthings =
{
.type = SmartthingsTypeWatch,
.data = {},
},
},
},
},