3 lines
64 B
Bash
Executable File
3 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
echo -ne '\x47\x00' | socat - udp:192.168.178.86:8899
|