AAPL stock: $425.07 ( -6.70 ) *Cached every 60 seconds. For live updating, Click Here |
| Tips and Deals ---- 'Friendly' Political Ranting |
| Flashback trojan detection Posted by: Marc Anthony
Date: April 09, 2012 10:45AM
|
set checkOne to offset of "LSEnvironment" in (read file ((path to applications folder from system domain as string) & "Safari.app:Contents:Info.plist") try set checkTwo to offset of "DYLD_INSERT_LIBRARIES" in read file ((path to home folder as string) & ".MacOSX:environment.plist"
on error set checkTwo to 0 end try if checkOne is 0 and checkTwo is 0 then display dialog "No trojan detected." else display dialog "You in danger, girl." end if
| Re: Flashback trojan detection Posted by: space-time
Date: April 09, 2012 10:57AM
|
| Re: Flashback trojan detection Posted by: space-time
Date: April 09, 2012 11:03AM
|
Quote
Marc Anthony
For the convenience of forum members who may be unfamiliar/uncomfortable with the terminal, I've written a simple Flashback trojan detector. Launch Script Editor (in the AppleScript folder in Applications), copy/paste this code into the window, and press run. This is nothing more than a detector; it won't resolve any problems. No warranties, use at your own risk, yada, yada.set checkOne to offset of "LSEnvironment" in (read file ((path to applications folder from system domain as string) & "Safari.app:Contents:Info.plist" )) try set checkTwo to offset of "DYLD_INSERT_LIBRARIES" in read file ((path to home folder as string) & ".MacOSX:environment.plist" ) on error set checkTwo to 0 end try if checkOne is 0 and checkTwo is 0 then display dialog "No trojan detected." else display dialog "You in danger, girl." end if
Both of the stupid smilies should be close parentheses... )

| Re: Flashback trojan detection Posted by: JoeH
Date: April 09, 2012 11:44AM
|
| Re: Flashback trojan detection Posted by: Janit
Date: April 09, 2012 12:01PM
|
| Re: Flashback trojan detection Posted by: space-time
Date: April 09, 2012 12:24PM
|
| Re: Flashback trojan detection Posted by: deckeda
Date: April 09, 2012 12:27PM
|
| Re: Flashback trojan detection Posted by: space-time
Date: April 09, 2012 12:28PM
|
| Re: Flashback trojan detection Posted by: mikebw
Date: April 09, 2012 12:44PM
|
| Re: Flashback trojan detection Posted by: anonymouse1
Date: April 09, 2012 12:48PM
|
| Re: Flashback trojan detection Posted by: gabester
Date: April 09, 2012 02:30PM
|
| Re: Flashback trojan detection Posted by: h linamen
Date: April 09, 2012 06:12PM
|
| Re: Flashback trojan detection Posted by: space-time
Date: April 09, 2012 07:34PM
|
| Re: Flashback trojan detection Posted by: gabester
Date: April 09, 2012 10:07PM
|

