Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'i have these 2 notes' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
i have these 2 notes
Authored by: fursonice on Jun 22, '08 12:43:09AM

pb from the /. article a few days back.

sorry, don't know if they are true or relevant, but may be of use:

1.
A remote terminal session doesn't get you access to the OS X GUI, which is where AppleScript is found.

2.
Here's a non-destructive way to neutralize it.

cd /System/Library/CoreServices/RemoteManagement/

sudo tar -czf ARDAgent.app.gz ARDAgent.app

sudo chmod 600 ARDAgent.app.gz

This simply hides it in an unreadable tarball.



[ Reply to This | # ]