From 5b954f18d2d03f07dfa3e0f689c88c4a3ff0018d Mon Sep 17 00:00:00 2001 From: cqql Date: Wed, 3 Jul 2024 21:23:36 +0200 Subject: [PATCH] i looked at the script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a8b78d..c3d2db8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I installed a package capture app on my phone and tried a bunch of things in the What I thought would be fun, was to write a script that scans the whole network for Bluesound speakers, and then plays the [nyancat song](https://www.youtube.com/watch?v=2yJgwwDcgV8&pp=ygUIbnlhbiBjYXQ%3D) on all of them (it was still enough of a meme back then). -[bluesound.py](bluesound.py) is that script, I am posting this unedited, just the way I found it on my hard drive. It's fun to see how differently I approached coding back then and how much I've learned since. +[bluesound.py](bluesound.py) is that script, I am posting this unedited, just the way I found it on my hard drive. It's fun to see how differently I approached coding back then and how much I've learned since. I'm not even sure the network scanning code works, it looks like it shouldn't :) I probably didn't know about subnets and netmasks. ## is this kind of a real vulnerability?