I am bit of a newbie to Flash exploits but I have heard that they use sockets to connect to a C&C server. According to the administration guide, I can disable sockets like this:
DisableSockets = 1
This option enables or disables the use of the Socket.connect()
and
XMLSocket.connect()
methods. I want to know what could be issues around it?
The issues that I am looking for, specifically, are if I harden by disabling sockets, will our existing SWFs work or not?