diff --git a/source/exegol-image/services.rst b/source/exegol-image/services.rst index b9c7c90..493a17a 100644 --- a/source/exegol-image/services.rst +++ b/source/exegol-image/services.rst @@ -1,27 +1,37 @@ Services list ============= +This section lists the services that can be used in Exegol containers and their associated default ports. + +.. note:: + + Note that, as of 25/10/2023, a utility is being developped in order to randomize those ports so that multiple containers being used concurrently don't have their services step on one another if they share a network interface. This utility will be mostly transparent, and will modify the services configuration files dynamically. + .. table:: - :widths: 10 10 40 50 + :widths: 15 5 40 50 :class: tight-table - +----------------------+--------+---------------------+-----------------------------------------------------------------------------------------------+ - | Service | Port | Commands | Comments | - +======================+========+=====================+===============================================================================================+ - | neo4j | 7687 | ``neo4j start``, | | - | | | ``neo4j stop``, | | - | * bolt | 7687 | ``neo4j restart`` | | - | | | | | - | * http | 7474 | | | - | | | | | - | * https | 7373 | | | - +----------------------+--------+---------------------+-----------------------------------------------------------------------------------------------+ - | trilium | 1991 | ``trilium-start``, | Collaborative note taking app. https://github.com/zadam/trilium | - | | | ``trilium-stop`` | | - +----------------------+--------+---------------------+-----------------------------------------------------------------------------------------------+ - | desktop | 6336 | ``desktop-start``, | Remote graphical desktop feature (beta). Used with the ``--desktop`` from up-to-date wrapper. | - | | | ``desktop-stop``, | | - | * vnc | 6336 | ``desktop-restart`` | | - | | | | | - | * websockify | random | | | - +----------------------+--------+---------------------+-----------------------------------------------------------------------------------------------+ + +----------------------+--------+--------------------------+-----------------------------------------------------------------------------------------------+ + | Service | Port | Commands | Comments | + +======================+========+==========================+===============================================================================================+ + | neo4j | 7687 | ``neo4j start``, | Used by BloodHound, and BloodHound-related projects. | + | | | ``neo4j stop``, | | + | * bolt | 7687 | ``neo4j restart`` | | + | | | | | + | * http | 7474 | | | + | | | | | + | * https | 7373 | | | + +----------------------+--------+--------------------------+-----------------------------------------------------------------------------------------------+ + | Trilium | 1991 | ``trilium-start``, | Collaborative note taking app. https://github.com/zadam/trilium | + | | | ``trilium-stop`` | | + +----------------------+--------+--------------------------+-----------------------------------------------------------------------------------------------+ + | Burp Suite | 8080 | ``burpsuite`` | HTTP(S) Proxy | + +----------------------+--------+--------------------------+-----------------------------------------------------------------------------------------------+ + | Starkiller (Empire) | TBD | ``ps-empire server`` | GUI for the Empire post-exploit framework (https://github.com/BC-SECURITY/Empire) | + +----------------------+--------+--------------------------+-----------------------------------------------------------------------------------------------+ + | Desktop | 6336 | ``desktop-start``, | Remote graphical desktop feature (beta). Used with the ``--desktop`` from up-to-date wrapper. | + | | | ``desktop-stop``, | | + | * vnc | 6336 | ``desktop-restart`` | | + | | | | | + | * websockify | random | | | + +----------------------+--------+--------------------------+-----------------------------------------------------------------------------------------------+