-
Notifications
You must be signed in to change notification settings - Fork 104
WIFI
Alex Cartwright edited this page Oct 4, 2019
·
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.
$ python mac-apt.py -x -o ~/Case_Output E01 ~/Acquisition.E01 WIFI
Field Name | Notes |
---|---|
Name | Displayed name of the WIFI access point |
SSIDString | String representation of SSID |
Preferred order | Order that the WIFI connection is listed in the default/manually-sorted list of WIFI connections. When computer has an option between several WIFI connections, it connects in order of preference. |
Type | Whether the WIFI network is known or unknown. |
Security Type | Security Protocol of WIFI network. |
Auto login | (Boolean) Whether or not the computer is configured to log in automatically. |
Captive | (Boolean) Whether or not the WIFI connection requires a Captive Portal user-interaction before logon. |
Closed | (Boolean) Whether or not the network is currently in use. |
Collocated group | ? |
Disabled | (Boolean) Whether or not the network was disabled |
Last Connected | The last time that the computer was connected to the WIFI network. |
Passpoint | (Boolean) Whether or not the access point supports Passpoint. |
Personal Hotspot | (Boolean) Whether or not the access point was a Personal Hotspot. |
Possibly Hidden Network | (Boolean) Whether or not the access point is broadcasting its SSID. |
Roaming profile type | Type of roaming user profile configuration that able to be maintained within a network connection. Types: Multi, Single, None. |
SPRoaming | (Boolean) Whether or not the access point allows authentication to a service provider's roaming consortium. |
System mode | Whether or not supplicant is configured through System Mode. |
Temporarily Disabled | ? |
Last connected channel | Timestamp and channel number used for the last connection to the WIFI network. |
Other channel history | ? |
Output shown above is incomplete.
Getting Started
- Introduction
- Installation
-
Sample Usage
- ios_apt
- Artifact Only Mode
- Mounted System Data Mode
- Interpreting Output
- Issues & Workarounds
Plugins
- AUTOSTART
- BASICINFO
- BLUETOOTH
- DOMAINS
- FSEVENTS
- IDEVICEBACKUPS
- IDEVICEINFO
- IMESSAGE
- INETACCOUNTS
- INSTALLHISTORY
- MSOFFICE
- NETUSAGE
- NETWORKING
- NOTES
- NOTIFICATIONS
- PRINTJOBS
- QUARANTINE
- RECENTITEMS
- SAFARI
- SCREENTIME
- SPOTLIGHT
- SPOTLIGHTSHORTCUTS
- TERMINALSTATE
- TERMSESSIONS
- UNIFIEDLOGS
- USERS
- WIFI
Development
- Write a Plugin
- Plugin Helpers