Skip to content

Commit

Permalink
adding services table and improving tools tables
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Oct 31, 2023
1 parent 2375565 commit 3e438d2
Showing 1 changed file with 31 additions and 21 deletions.
52 changes: 31 additions & 21 deletions source/exegol-image/services.rst
Original file line number Diff line number Diff line change
@@ -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 | | |
+----------------------+--------+--------------------------+-----------------------------------------------------------------------------------------------+

0 comments on commit 3e438d2

Please sign in to comment.