-
Notifications
You must be signed in to change notification settings - Fork 54
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 Capability Access Manager plugin #979
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution. I made some suggestion and adjusted the tests a bit to account for that. Please see if everything works on your own setup. Feel free to adjust where needed :).
@qmadev thank you for your contribution! As this is your first code contribution, please read the following Contributor License Agreement (CLA). If you agree with the CLA, please reply with the following information:
Contributor License Agreement
Contribution License AgreementThis Contribution License Agreement ("Agreement") governs your Contribution(s) (as defined below) and conveys certain license rights to Fox-IT B.V. ("Fox-IT") for your Contribution(s) to Fox-IT"s open source Dissect project. This Agreement covers any and all Contributions that you ("You" or "Your"), now or in the future, Submit (as defined below) to this project. This Agreement is between Fox-IT B.V. and You and takes effect when you click an “I Accept� button, check box presented with these terms, otherwise accept these terms or, if earlier, when You Submit a Contribution.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #979 +/- ##
==========================================
+ Coverage 77.72% 77.74% +0.02%
==========================================
Files 326 327 +1
Lines 28576 28623 +47
==========================================
+ Hits 22211 22254 +43
- Misses 6365 6369 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Added type defenition change from fox-it Co-authored-by: Stefan de Reuver <[email protected]>
@DissectBot agree [company="Hunt & Hackett"] |
This PR adds a new plugin to parse the Capability Access Manager (cam) registry keys. These registry keys indicate which apps accessed which resources. For example, Firefox that accessed the webcam.
The plugin could be tested by creating a Windows system and accessing the webcam or microphone with an application. After that, the plugin should show some records that show a start and end timestamp. See the example below.