Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new parser plist plugin on iOS WiFi Known Networks #4925

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CopasAlpha26
Copy link

@CopasAlpha26 CopasAlpha26 commented Nov 23, 2024

Added a new Plist plugin parser for extracting known WiFi network details from iOS devices.

Description:

This pull request introduces a new Plist plugin parser specifically for the com.apple.wifi.known-networks.plist file. The parser extracts relevant WiFi information such as SSID, BSSID, channels, and associated timestamps, providing enhanced visibility into known network connections on iOS devices.

The implementation includes:

  • Parsing logic for extracting SSID, BSSID, channel, and timestamps like Added At and Last Associated.
  • YAML formatter for producing human-readable output in the timeline.
  • Test cases for verifying plugin functionality and ensuring data accuracy.
  • Sample test data (com.apple.wifi.known-networks.plist) for unit testing.

Notes:

All contributions to Plaso undergo code review.
This makes sure that the code has appropriate test coverage and conforms to the
Plaso style guide.

One of the maintainers will examine your code, and may request changes. Check off the items below in
order, and then a maintainer will review your code.

Checklist:

  • Automated checks (GitHub Actions, AppVeyor) pass
  • No new new dependencies are required or l2tdevtools has been updated
  • Reviewer assigned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant