mirror of
https://github.com/S1ckB0y1337/Cobalt-Strike-CheatSheet
synced 2026-06-06 16:44:28 +00:00
Update README.md
This commit is contained in:
@@ -100,9 +100,8 @@ Some notes and examples for cobalt strike's functionality.
|
||||
- **pth:** By providing a username and a NTLM hash you can perform a Pass The Hash attack and inject a TGT on the current process. \
|
||||
: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.
|
||||
- **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.
|
||||
|
||||
Reference in New Issue
Block a user