Just throwing some ideas... I don't know macosx at all. Try locating telnet via "whereis" equivalent. Then move the binary out as "telnet_" and compile a dummy C binary, like
int main(void){return 0;}
and call it telnet; so every time telnet is called it always succeeds, but nothing really happens.


Reply With Quote
