4 lines
113 B
Bash
4 lines
113 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo -ne "abcdef\x1\x0\x0\x0\x2\x0\x0\x0\x3\x0\x0\x0\x4\x0\x0\x0\x5\x0\x0\x0" | nc localhost 20556;
|