Updating prebuilt and running image pages

This commit is contained in:
FlUxIuS 2024-07-19 18:15:50 +02:00
parent 625ea6a4c4
commit 7309a83796
No known key found for this signature in database
GPG Key ID: E8B96449EE4FA72F
2 changed files with 14 additions and 26 deletions

View File

@ -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
<a href="https://asciinema.org/a/cUo633h6Q6ijO6vJfro6Tl1lW" target="_blank"><img src="https://asciinema.org/a/cUo633h6Q6ijO6vJfro6Tl1lW.svg" /></a>
If you prefer to build your own images, check :ref:`Linux<own_image>` page.

View File

@ -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 <path of rfswift>)'" >> ~/.bash_aliases
echo "alias rfswift='sudo -E $(which <path of rfswift>)'" >> ~/.bash_aliases
source ~/.bashrc
.. warning::