|
|
|
|
|
by dragontamer
3 hours ago
|
|
Note: Telnet is not completely plaintext and has control characters in the upper byte range (like 0xff or something, I forget). Use nc or this TCP Bash technique if you really want to ensure decent compatibility when doing hacky solutions, otherwise a random 0xFF somewhere from a terminal console color change (or other control character) might really screw you over. EDIT or ya know, use the correct tool like Curl. |
|