Is it possible to send, lets say a right cursor press, via a telnet script?
*** at this point I need to send a right cursor keystroke, any idea how I would go about doing this?Code:(sleep 1; echo "open 192.168.0.1"; sleep 1; echo "speshul"; sleep 1; echo "hacker"; sleep 1; echo "/usr/pro50/pro SYS"; sleep 1; *** ) | telnet
Cheers