automation

A collection of 44 posts
shell-scripts

More Minnesota Testing Woes: Scripting MN ACT Compass Test

While not nearly as awful as Pearson’s [https://jacobsalmela.com/scripting-pearsons-testnav-windows-using-python/] TestNav [https://jacobsalmela.com/scripting-pearsons-testnav-safari-java-exception-lists/], the Web-based MN ACT Compass Test still requires manual intervention before students are able to test–enough that some scripting is warranted. The technical requirement [http://www.act.org/compass/migrate/techinfo.html]
2 min read
Detecting Wirelurker Malware
shell-scripts

Detecting Wirelurker Malware

[UPDATE] It appears the command and control infrastructure has been neutralized [http://threatpost.com/wirelurker-mac-os-x-malware-shut-down/109204]. Palo Alto has already written a script that will detect [https://github.com/PaloAltoNetworks-BD/WireLurkerDetector/blob/master/WireLurkerDetectorOSX.py] the Wirelurker malware. [http://researchcenter.paloaltonetworks.com/2014/11/wirelurker-new-era-os-x-ios-malware/] It basically scans for the
1 min read
Bash Script: Enable Access to Assistive Devices Programmatically in OS X Mavericks 10.9.x - Simulate Keystrokes
tccutil

Bash Script: Enable Access to Assistive Devices Programmatically in OS X Mavericks 10.9.x - Simulate Keystrokes

Using a bash script to enable access to assistive devices is possible in Mavericks (and also Yosemite [https://jacobsalmela.com/os-x-yosemite-osascript-enabling-access-assistive-devices/]) despite the move to a per-app database.  This is useful for entering keystrokes or clicking GUI buttons via a bash script. Prior to OS X Mavericks, enabling access to
4 min read