Q: flashback
I want to know if there is an easy and safe way to check if my computers are infected with the new trojan "Flashback".
Thanks!
iMac, Mac OS X (10.6.8)
Posted on Apr 7, 2012 8:21 PM
You need to check in two steps:
1. In Terminal type:
defaults read /Applications/Safari.app/Contents/Info LSEnvironment
If you get an error-message like:
The domain/default pair of (/Applications/Safari.app/Contents/Info, LSEnvironment) does not exist
Everything is ok!
After this check step 2:
2. In Terminal type:
defaults read ~/.MacOSX/environment DYLD_INSERT_LIBRARIES
If you get an error-message like:
The domain/default pair of (/Users/peter/.MacOSX/environment, DYLD_INSERT_LIBRARIES) does not exist
Everything is ok!
That's it!
Peter
Posted on Apr 8, 2012 1:35 AM
