diff --git a/docs/tools/beacon-client.rst b/docs/tools/beacon-client.rst index 55d5956..fd09fb3 100644 --- a/docs/tools/beacon-client.rst +++ b/docs/tools/beacon-client.rst @@ -25,7 +25,7 @@ To ensure you have all the dependencies for ``beacon-client`` you can use the fo .. code-block:: bash - $ pip install -e dissect.cobaltstrike[c2] + $ pip install -e 'dissect.cobaltstrike[c2]' Here is an example usage of connecting to a Team Server with custom Beacon metadata, we choose a fixed beacon id so we can connect to it again later without creating a new beacon session at the Team Server: diff --git a/docs/tools/beacon-pcap.rst b/docs/tools/beacon-pcap.rst index 15f7f38..0bd55c5 100644 --- a/docs/tools/beacon-pcap.rst +++ b/docs/tools/beacon-pcap.rst @@ -18,7 +18,7 @@ To ensure you have all the dependencies for ``beacon-pcap`` you can use the foll .. code-block:: bash - $ pip install -e dissect.cobaltstrike[pcap] + $ pip install -e 'dissect.cobaltstrike[pcap]' Example usage for if you have the RSA private key: