Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More pip install quotations in the docs #70

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tools/beacon-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/beacon-pcap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down