Last login: Wed Apr 11 15:35:23 on ttys000
Students-MacBook-Pro-3:~ student$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
com.intego.kext.VirusBarrierKPI (10.6.15)
com.intego.kext.VirusBarrier.AppBarrierKPI (10.6.15)
com.intego.iokit.BehavioralKext (1)
com.intego.iokit.VBX6NKE (1)
com.intego.iokit.VirusBarrierX6Service (10.6.15)
Students-MacBook-Pro-3:~ student$ sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
Password:
com.intego.VirusBarrier.antivandal.hks
com.intego.VirusBarrier.bm_injector_64
com.intego.VirusBarrier.bm_injector_32
com.intego.VirusBarrier.bm_controller
com.intego.VirusBarrierX6.realtime.daemon
com.autodesk.backburner_server
com.autodesk.backburner_manager
com.microsoft.office.licensing.helper
com.intego.VirusBarrierX6.scanner.daemon
com.intego.VirusBarrierX6.daemon
com.intego.task.manager.daemon
com.intego.netupdate.daemon
com.intego.commonservices.icalserver
com.intego.commonservices.daemon
com.google.keystone.daemon
com.autodesk.backburner_start
com.adobe.SwitchBoard
Students-MacBook-Pro-3:~ student$ launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
com.wacom.pentablet
com.intego.VirusBarrierX6.statusitem
com.intego.VirusBarrierX6.alert
com.intego.task.manager.notifier
com.intego.netupdate.agent
com.intego.commonservices.statusitem
com.google.keystone.root.agent
com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae
com.adobe.AAM.Scheduler-1.0
Students-MacBook-Pro-3:~ student$ ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/**,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
/Library/Components:
/Library/Extensions:
/Library/Frameworks:
AEProfiling.framework
AERegistration.framework
Adlm.framework
Adobe AIR.framework
AudioMixEngine.framework
EDWOCommon.framework
EDWOInternet.framework
IntegoiCalFramework.framework
NetUpdateShared.framework
NyxAudioAnalysis.framework
OlympusDeviceManager.framework
OlympusServiceProvider.framework
PluginManager.framework
TSLicense.framework
/Library/Input Methods:
/Library/Intego:
.virusbarrier_info
IMailSenderTool
IntegoStatusItem.bundle
IntegoiCalServer
MIME.plist
TaskManager
integod
netupdated.bundle
virusbarrier.bundle
/Library/Internet Plug-Ins:
AdobePDFViewer.plugin
DirectorShockwave.plugin
Flash Player.plugin
Flip4Mac WMV Plugin.plugin
Flip4Mac WMV Plugin.webplugin
JavaAppletPlugin.plugin
Quartz Composer.webplugin
QuickTime Plugin.plugin
SharePointBrowserPlugin.plugin
SharePointWebKitPlugin.webplugin
Silverlight.plugin
Unity Web Player.plugin
Unused
WacomNetscape.plugin
WacomSafari.plugin
flashplayer.xpt
googletalkbrowserplugin.plugin
npgtpo3dautoplugin.plugin
nsIQTScriptablePlugin.xpt
/Library/Keyboard Layouts:
/Library/LaunchAgents:
com.adobe.AAM.Updater-1.0.plist
com.google.keystone.agent.plist
com.intego.VirusBarrierX6.alert.plist
com.intego.VirusBarrierX6.statusitem.plist
com.intego.commonservices.statusitem.plist
com.intego.netupdate.agent.plist
com.intego.task.manager.notifier.plist
com.wacom.pentablet.plist
/Library/LaunchDaemons:
com.adobe.SwitchBoard.plist
com.apple.remotepairtool.plist
com.autodesk.backburner_manager.plist
com.autodesk.backburner_server.plist
com.autodesk.backburner_start.plist
com.google.keystone.daemon.plist
com.intego.VirusBarrierX6.daemon.plist
com.intego.VirusBarrierX6.scanner.daemon.plist
com.intego.commonservices.daemon.plist
com.intego.commonservices.icalserver.plist
com.intego.netupdate.daemon.plist
com.intego.task.manager.daemon.plist
com.microsoft.office.licensing.helper.plist
/Library/PreferencePanes:
Device Detector.prefPane
Flash Player.prefPane
Flip4Mac WMV.prefPane
NetUpdate.prefPane
PenTablet.prefPane
/Library/PrivilegedHelperTools:
NetUpdateAgent.app
com.microsoft.office.licensing.helper
/Library/QuickLook:
iWork.qlgenerator
/Library/QuickTime:
AppleIntermediateCodec.component
AppleMPEG2Codec.component
Flip4Mac WMV Advanced.component
Flip4Mac WMV Export.component
Flip4Mac WMV Import.component
Google Camera Adapter 0.component
Google Camera Adapter 1.component
MayaIFF.component
OlympusDSSCodec.component
/Library/ScriptingAdditions:
Adobe Unit Types.osax
/Library/Services:
VirusBarrier X6 Service.service
/Library/Spotlight:
Microsoft Office.mdimporter
iWork.mdimporter
/Library/StartupItems:
/etc/mach_init.d:
/etc/mach_init_per_login_session.d:
/etc/mach_init_per_user.d:
com.adobe.SwitchBoard.monitor.plist
Library/Address Book Plug-Ins:
Library/Fonts:
Nightbird.ttf
animeace2_reg.otf
mangat.ttf
Library/Input Methods:
.localized
Library/Internet Plug-Ins:
Library/Keyboard Layouts:
Library/LaunchAgents:
com.adobe.AAM.Updater-1.0.plist
com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
Library/PreferencePanes:
Students-MacBook-Pro-3:~ student$ osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
Device Detector, iTunesHelper, iCal
Students-MacBook-Pro-3:~ student$
This is everything that showed up in that window... I'm not sure if I'm supposed to show only specific things or the entire thing, so I'll give you everything.
I don't know what any of this means, so if you could translate, it would be helpful.