Update README.md

This commit is contained in:
S1ckB0y
2020-05-07 20:23:54 +03:00
committed by GitHub
parent 3eac218044
commit 27f695f201
+5 -4
View File
@@ -16,8 +16,7 @@ Some notes and examples for cobalt strike's functionality.
- [Pivoting](#pivoting)
- [Lateral Movement](#lateral-movement)
- [Exflitration](#exflitration)
- []()
- []()
- [Miscellaneous](#miscellaneous)
## Basic Menus Explanation
@@ -69,9 +68,7 @@ Some notes and examples for cobalt strike's functionality.
## Exploitation
- **argue:** Will mask/spoof the arguments of a malicious command of our choice with legitimate ones.
- **browserpivot:** Will hijack a web session of internet explorer and make possible for us to browse the web as the victim's browser, including it's sessions, cookies and saved passwords.
- **blockdlls:** This module will create and set a custom policy on beacon's child processes that will block the injection of any 3rd party dll that is not signed by microsoft, that can block any blue team tool that uses dll injection to inspect and kill malicious processes and actions.
## Privilege Escalation
@@ -81,3 +78,7 @@ Some notes and examples for cobalt strike's functionality.
## Exflitration
## Miscellaneous
- **argue:** Will mask/spoof the arguments of a malicious command of our choice with legitimate ones.
- **blockdlls:** This module will create and set a custom policy on beacon's child processes that will block the injection of any 3rd party dll that is not signed by microsoft, that can block any blue team tool that uses dll injection to inspect and kill malicious processes and actions.