featherbear / presonus-studiolive-console-advertisement

Spoof UDP discovery packets broadcasted by StudioLive III consoles
2 stars 2 forks source link

hping/nping scripts as an alternative to C #1

Closed jbubik closed 2 years ago

jbubik commented 2 years ago

Many thanks Andrew for your work on this project. I would like to contribute some scripts, that also create UDP discovery packets. NPING is part of NMAP project and works on *NIX and Windows platforms. All credit to you for the actual content of the packets.

An observation: on Windows machine the target address must be changed from 255.255.255.255 to 127.255.255.255 for a locally running UC to really see the packets.

featherbear commented 2 years ago

Had a test of this over Windows, looks good to me! Thanks for taking the time to put this through

jbubik commented 2 years ago

Glad I could help. I needed a Windows solution myself. I forgot to change the README though.