4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
echo -ne '\x48\x00' | socat - udp:192.168.178.86:8899
|
|
|