-
Notifications
You must be signed in to change notification settings - Fork 800
Add T1158 attack technique #674
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
Conversation
cce131d
to
1c1a27a
Compare
Codecov Report
@@ Coverage Diff @@
## develop #674 +/- ##
========================================
Coverage 58.06% 58.06%
========================================
Files 139 139
Lines 4483 4483
========================================
Hits 2603 2603
Misses 1880 1880
Continue to review full report at Codecov.
|
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.
Looks really good for a first version! I've left some comments.
Please also note that the Travis CI build is failing because of too many JavaScript warnings. https://travis-ci.com/github/guardicore/monkey/builds/169926081#L1228
Late to the game but why shell commands rather than calling APIs directly? |
1abbdc5
to
67fc9f9
Compare
@acepace, just that it's easier to fit it into the existing framework we have right now |
TODO: winAPI
Don't need to use winAPI to delete file
T1158: Hidden files before T1504: Powershell profile
ab15bb6
to
7ba7b62
Compare
Pass build
What is this?
Fixes #672