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

Certs trust support in my-resources + auto trust Burp CA #32

Merged
merged 2 commits into from
Oct 25, 2023
Merged
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
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