From 7309a8379695b52e196a8c551a93b841dee70dae Mon Sep 17 00:00:00 2001 From: FlUxIuS Date: Fri, 19 Jul 2024 18:15:50 +0200 Subject: [PATCH] Updating prebuilt and running image pages --- source/getting-started/prebuiltcontainer.rst | 38 +++++++------------- source/getting-started/running_image.rst | 2 +- 2 files changed, 14 insertions(+), 26 deletions(-) diff --git a/source/getting-started/prebuiltcontainer.rst b/source/getting-started/prebuiltcontainer.rst index fc39205..c6aebff 100644 --- a/source/getting-started/prebuiltcontainer.rst +++ b/source/getting-started/prebuiltcontainer.rst @@ -5,20 +5,13 @@ Using a prebuilt container Our prebuilt container are available on the Penthertz official registry (``penthertz/rfswift``). Each prebuilt is different by the number of installed tools, can be a light, or full version, or a version only for Wi-Fi, Bluetooth, RFID, or any other hardware attacks. -Here is a list of tag you can find: - -.. tabularcolumns:: |p{1cm}|p{7cm}| - -.. csv-table:: Prebuilt images - :file: supportedimages.csv - :header-rows: 1 - :class: longtable - - .. Warning:: It can be rare, but some tools may only be available for a specific architecture. +Listing available images +------------------------- + To get the list in live, you can use the following command: .. code-block:: bash @@ -52,6 +45,8 @@ To get the list in live, you can use the following command: +--------------------+----------------------+--------------------------------------+--------------+-------------------------------------------------------------------------+ +Pulling images +--------------- You can pull one or more Docker images with the following command line: @@ -66,25 +61,18 @@ For example, if you want to pull the full images containing all the tools, you c rfswift images pull -i penthertz/rfswift:latest - -If you want just something specific to SDR and full: - -.. code-block:: bash - - rfswift images pull -i penthertz/rfswift:sdr_full - - -Or something specific to Wi-Fi: - -.. code-block:: bash - - rfswift images pull -i penthertz/rfswift:wifi - And if you need it for an aarch64 platform: .. code-block:: bash - rfswift images pull -i penthertz/rfswift:wifi_aarch64 + rfswift images pull -i penthertz/rfswift:latest_aarch64 + + +Example: + +.. raw:: html + + If you prefer to build your own images, check :ref:`Linux` page. diff --git a/source/getting-started/running_image.rst b/source/getting-started/running_image.rst index b798cdd..a3f6201 100644 --- a/source/getting-started/running_image.rst +++ b/source/getting-started/running_image.rst @@ -45,7 +45,7 @@ By default, you can directly use the ``run`` command with the tag name of your c .. code-block:: bash - echo "alias exegol='sudo -E $(which )'" >> ~/.bash_aliases + echo "alias rfswift='sudo -E $(which )'" >> ~/.bash_aliases source ~/.bashrc .. warning::