-
Notifications
You must be signed in to change notification settings - Fork 103
WIFI
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.
$ python mac-apt.py -x -o ~/Case_Output E01 ~/Acquisition.E01 WIFI
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
- 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