.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
TODO.md
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build-publish.yml
docs/.readthedocs.yaml
docs/Decoymanagement.rst
docs/Makefile
docs/Operations.rst
docs/Usage.rst
docs/Usecases.rst
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/blueprints/api.rst
docs/blueprints/blueprints.rst
docs/blueprints/views.rst
docs/blueprints/websocket.rst
docs/core/app.rst
docs/core/cli.rst
docs/core/context.rst
docs/core/decoyfiles.rst
docs/core/dockerfiles_templates.rst
docs/images/blacklogo.png
docs/images/blacklogoiso.png
docs/images/blacktransparentlogo.png
docs/images/logo.png
docs/images/schema.png
docs/images/usecase01.png
docs/images/usecase02.png
docs/images/usecase03.png
docs/images/whitelogo.png
docs/images/screenshots/decoy00.png
docs/images/screenshots/decoy01.png
docs/images/screenshots/decoy02.png
docs/images/screenshots/decoy03.png
docs/images/screenshots/decoy04.png
docs/images/screenshots/operation01.png
docs/images/screenshots/operation02.png
docs/services/activity.rst
docs/services/docker_manager.rst
docs/services/logger.rst
docs/services/services.rst
examples/README.md
examples/runme.py
examples/captures/gui_dashboard.png
examples/captures/gui_decoy_stats.png
examples/captures/gui_decoys_manager.png
examples/captures/gui_decoys_viewer.png
examples/captures/gui_docker_client_socket.png
examples/captures/gui_docker_client_ssl.png
examples/captures/gui_operations.png
examples/captures/gui_operations_viewer.png
src/DOLOST/__init__.py
src/DOLOST/app.py
src/DOLOST/cli.py
src/DOLOST/context.py
src/DOLOST/version.py
src/DOLOST.egg-info/PKG-INFO
src/DOLOST.egg-info/SOURCES.txt
src/DOLOST.egg-info/dependency_links.txt
src/DOLOST.egg-info/entry_points.txt
src/DOLOST.egg-info/requires.txt
src/DOLOST.egg-info/top_level.txt
src/DOLOST/blueprints/__init__.py
src/DOLOST/blueprints/api.py
src/DOLOST/blueprints/views.py
src/DOLOST/blueprints/websocket.py
src/DOLOST/decoyfiles/collector/collector.py
src/DOLOST/decoyfiles/collector/rsyslog.conf
src/DOLOST/decoyfiles/decoy_apache/DemoFinanceLogo.png
src/DOLOST/decoyfiles/decoy_apache/index.html
src/DOLOST/decoyfiles/decoy_apache/test.php
src/DOLOST/decoyfiles/decoy_mysql/config.inc.php
src/DOLOST/decoyfiles/decoy_ssh/welcome_banner.txt
src/DOLOST/dockerfiles_templates/Dockerfile-apache
src/DOLOST/dockerfiles_templates/Dockerfile-collector
src/DOLOST/dockerfiles_templates/Dockerfile-mysql
src/DOLOST/dockerfiles_templates/Dockerfile-ssh
src/DOLOST/services/__init__.py
src/DOLOST/services/activity.py
src/DOLOST/services/docker_manager.py
src/DOLOST/services/logger.py
src/DOLOST/static/imgs/full-logo.png
src/DOLOST/static/imgs/logo-dark.png
src/DOLOST/static/imgs/logo-light.png
src/DOLOST/static/js/bootstrap_toasts.js
src/DOLOST/static/js/docker_config_worker.js
src/DOLOST/static/js/operations_creator.js
src/DOLOST/static/js/theme_switcher.js
src/DOLOST/static/js/view_activities_worker.js
src/DOLOST/static/js/view_operations_worker.js
src/DOLOST/templates/base.html
src/DOLOST/templates/docker_client_config.html
src/DOLOST/templates/operations.html
src/DOLOST/templates/view_activity.html
src/DOLOST/templates/view_operation.html