Skip to content
Yogesh Khatri (@swiftforensics) edited this page May 17, 2018 · 3 revisions

This plugin gets stored WIFI information from previously connected wireless networks. The information is fetched from /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist.

This plugin supports standalone mode.

Sample Usage

$ python mac-apt.py -x -o ~/Case_Output E01 ~/Acquisition.E01 WIFI

Output

Field Name Notes
Name -
SSIDString -
Preferred order -
Type -
Security Type -
Auto login -
Captive -
Closed -
Collocated group -
Disabled -
Last Connected -
Passpoint -
Personal Hotspot -
Possibly Hidden Network -
Roaming profile type -
SPRoaming -
System mode -
Temporarily Disabled -
Last connected channel -
Other channel history -

Output shown above is incomplete.

Getting Started

Plugins

Development

  • Write a Plugin
  • Plugin Helpers
Clone this wiki locally