Would it be possible to write an application that acts like a server/proxy in a way that, it accepts every bind request, binds itself to a backend server with a hardcoded credential, and just proxy requests and responses from that point on?
Thanks for all your help!