Hello, I want to detect weather Citrix ICA protocol is running on my network or not. I don't want to hit on port because it is not a good solution.
What flags (bytes) to send to server and read its response, like detecting VNC i send some bytes to server and in response it returns me Protocol Version, so I know that VNC is running on that IP, I want such a solution...