Skip to content

Commit

Permalink
Merge pull request #32 from ThePorgs/trust_ca
Browse files Browse the repository at this point in the history
Certs trust support in my-resources + auto trust Burp CA
  • Loading branch information
ShutdownRepo authored Oct 25, 2023
2 parents e3e3ae5 + 65fd16f commit e43a524
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/exegol-image/my-resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,22 @@ To automatically:
The output will be saved into the single file ``~/.config/bloodhound/customqueries.json``.


:code:`firefox` (addons)
:code:`firefox` (addons, certs)
~~~~~~~~~~~~~~~~~~~~~~~~
.. seealso::
Available from version ``3.0.2`` of any exegol image.

A system exists to easily install arbitrary firefox addons in any new exegol container.

The ``/opt/my-resources/setup/firefox/addons.txt`` file allows the user to list addons to install from online sources. It must be filled with their links in Mozilla's shop (for example https://addons.mozilla.org/fr/firefox/addon/foxyproxy-standard/ ).

The ``.xpi`` files in ``/opt/my-resources/setup/firefox/addons/`` folder will be installed as well.

.. seealso::
Below, available from version ``3.2.0`` of any exegol image.

The ``.der`` files in ``/opt/my-resources/setup/firefox/certs/`` folder will be trusted .


:code:`python3` (pip3)
~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit e43a524

Please sign in to comment.