3163 wmi exploit client#3271
Merged
Merged
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
mssalvatore
reviewed
Apr 28, 2023
Contributor
Author
|
It looks like the path provided to |
a153f31 to
28bc02d
Compare
28bc02d to
decf600
Compare
mssalvatore
reviewed
Apr 28, 2023
Comment on lines
+84
to
+88
| 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() |
mssalvatore
approved these changes
Apr 28, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes #3163.
Adds the WMIRemoteAccessClient
PR Checklist
Testing Checklist