Update README.md

This commit is contained in:
S1ckB0y
2020-05-08 21:50:34 +03:00
committed by GitHub
parent 24c8dece3a
commit 7d5a132f75
-2
View File
@@ -101,12 +101,10 @@ Some notes and examples for cobalt strike's functionality.
:exclamation: This module needs Administrator privileges.
- **make_token:** By providing credentials you can create an impersonation token into the current process and execute commands from the context of the impersonated user.
- **jump:** Provides easy and quick way to move lateraly using winrm or psexec to spawn a new beacon session on a target.
:exclamation: The **jump** modules will use the current delegation/impersonation token for the authentication on the remote target.
:muscle: We can combine the **jump** module with the **make_token** or **pth** module for a quick "jump" to another target on the network.
- **remote-exec:** Execute a command on a remote target using psexec, winrm or wmi.
:exclamation: The **remote-exec** modules will use the current delegation/impersonation token for the authentication on the remote target.