I\'m developing some short of netcat client in Java for Android devices.
I have a listen server:
$ nc -lvk 192.168.43.1 8080 -e /bin/sh
Wh