-
Notifications
You must be signed in to change notification settings - Fork 792
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
3163 wmi exploit client #3271
3163 wmi exploit client #3271
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #3271 +/- ##
===========================================
- Coverage 73.53% 73.36% -0.17%
===========================================
Files 484 490 +6
Lines 13968 14333 +365
===========================================
+ Hits 10271 10516 +245
- Misses 3697 3817 +120 ☔ View full report in Codecov by Sentry. |
af439cd
to
bec960e
Compare
monkey/agent_plugins/exploiters/wmi/src/wmi_remote_access_client.py
Outdated
Show resolved
Hide resolved
monkey/agent_plugins/exploiters/wmi/src/wmi_remote_access_client.py
Outdated
Show resolved
Hide resolved
It looks like the path provided to |
a153f31
to
28bc02d
Compare
28bc02d
to
decf600
Compare
def copy_file(self, file: bytes, destination_path: PurePath, tags: Set[str]): | ||
self._smb_client.copy_file(file, destination_path, tags) | ||
|
||
def get_writable_paths(self) -> Collection[PurePath]: | ||
return self._smb_client.get_writable_paths() |
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.
:)
What does this PR do?
Fixes #3163.
Adds the WMIRemoteAccessClient
PR Checklist
Testing Checklist