You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is not in development anymore, but I came across this:
root@data-recovery:~/osx/OSXAuditor-master# sudo python osxauditor.py --path=/root/osx/OSXAuditor-master/ -A
DEBUG: Cannot import Mac OS X Obj-C Foundation. Installing PyObjC on OS X is highly recommended
[INFO] Header
[INFO] Cannot open /System/Library/CoreServices/SystemVersion.plist
[INFO] Cannot determine the system version
[INFO] Report generated by OS X Auditor v0.4.4 on 06/12/20 14:45:54 EEST running as 0/0
[INFO] Audited system path: /root/osx/OSXAuditor-master/
[INFO] Version of the audited system: Unknown system version
[INFO] Current timezone of the audited system: etc/localtime
[INFO] Airport preferences
[INFO] /root/osx/OSXAuditor-master/Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
76
Traceback (most recent call last):
File "osxauditor.py", line 1697, in <module>
Main()
File "osxauditor.py", line 1670, in Main
ParseAirportPrefs()
File "osxauditor.py", line 954, in ParseAirportPrefs
if KnownNetworks[KnownNetwork]['LastConnected']:
KeyError: 'LastConnected'
root@data-recovery:~/osx/OSXAuditor-master# sudo python osxauditor.py --path=/root/osx/OSXAuditor-master/ -A > audit.txt
Traceback (most recent call last):
File "osxauditor.py", line 1697, in <module>
Main()
File "osxauditor.py", line 1670, in Main
ParseAirportPrefs()
File "osxauditor.py", line 954, in ParseAirportPrefs
if KnownNetworks[KnownNetwork]['LastConnected']:
KeyError: 'LastConnected'
I'm running the script against a folder with SystemConfiguration plists and I'm using Ubuntu 16.04 headless.
The text was updated successfully, but these errors were encountered:
I know this is not in development anymore, but I came across this:
I'm running the script against a folder with SystemConfiguration plists and I'm using Ubuntu 16.04 headless.
The text was updated successfully, but these errors were encountered: