Update README.md

This commit is contained in:
S1ckB0y
2020-05-08 21:51:32 +03:00
committed by GitHub
parent 5179535e22
commit c9e04e84a8
+2 -2
View File
@@ -101,9 +101,9 @@ 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.
: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.
- **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.