-
Notifications
You must be signed in to change notification settings - Fork 786
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 T1154 attack technique (trap command) #698
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #698 +/- ##
========================================
Coverage 59.89% 59.89%
========================================
Files 147 147
Lines 4787 4787
========================================
Hits 2867 2867
Misses 1920 1920
Continue to review full report at Codecov.
|
monkey/monkey_island/cc/services/attack/technique_reports/T1154.py
Outdated
Show resolved
Hide resolved
monkey/infection_monkey/post_breach/trap_command/linux/trap_command.py
Outdated
Show resolved
Hide resolved
monkey/infection_monkey/post_breach/actions/use_trap_command.py
Outdated
Show resolved
Hide resolved
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.
Again, quality code! But make sure to at least reply to my comments before merging
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.
LGTM 🚀
Fixes #697