From 4837853d1c63cbf1bb431d806a2f4434436f4d6b Mon Sep 17 00:00:00 2001 From: Yun Zheng Hu Date: Mon, 14 Oct 2024 17:01:29 +0200 Subject: [PATCH] More pip install quotations in the docs --- docs/tools/beacon-client.rst | 2 +- docs/tools/beacon-pcap.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: