Flash won't let you open connections to other hosts (unless there's a crossdomain.xml file that allows it).
With html/javascript you can send http requests to other hosts, but you can't read the response. It seems like the backdoor isn't accessed over http, so that wouldn't help you either.
Cakez0r|12 years ago
nadaviv|12 years ago
With html/javascript you can send http requests to other hosts, but you can't read the response. It seems like the backdoor isn't accessed over http, so that wouldn't help you either.