So I'm trying to get a response from a server that has udp port 1900 open.
This is the command im entering and the data im sending it:
root$ nc -uvv <ip of server> 1900
M-SEARCH * HTTP/1.1
HOST:239.255.255.250:1900
MAN:"ssdp:discover"
MX:5
ST:ssdp:all
But I don't get any response from the server, at least none thats outputted to the screen. I know for sure that udp port 1900 is open on this IP. If anyone could provide any help for getting a response from a server with udp port 1900 open, that would be greatly appreciated. Thanks