# Red Team Infrastructure

### C2 Setup Guides

#### Sliver

* [Official Docs](https://sliver.sh/docs?name=Getting+Started)
* <https://cra.sh/public_html/strlcpy3/beginners-guide-to-sliver-c2>

**Sliver TeamServer Setup**

```bash
sudo systemctl stop sliver && cat /root/.sliver/configs/server.json
```

Use the below config and set the port:

<pre class="language-bash"><code class="lang-bash">{
    "daemon_mode": true,
    "daemon": {
        "host": "",
        "port": <a data-footnote-ref href="#user-content-fn-1">&#x3C;PORT></a>
    },
    "logs": {
        "level": 4,
        "grpc_unary_payloads": false,
        "grpc_stream_payloads": false,
        "tls_key_logger": false
    },
    "jobs": {
        "multiplayer": null
    },
    "watch_tower": null,
    "go_proxy": ""
</code></pre>

After setting the config, run the below command

```bash
sudo systemctl daemon-reload && sudo systemctl start sliver
```

#### Havoc

* [Hovoc Installer Docs](https://havocframework.com/docs/installation)

### C2 Server Domain Names

* <https://lots-project.com/>
* <https://www.expireddomains.net/expired-domains/>

[^1]:
