LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
docs/CODE_OF_CONDUCT_EN.md
docs/CONTRIBUTING_EN.md
docs/DOCUMENTATION_DE.md
docs/DOCUMENTATION_EN.md
docs/README_EN.md
tests/test_all_real_modules.py
tests/test_database_manager.py
tests/test_flask_web_routes.py
tests/test_i18n_manager.py
tests/test_modul_loader_integration.py
tests/test_module_loader.py
xcore_framework/__init__.py
xcore_framework/__main__.py
xcore_framework/main.py
xcore_framework.egg-info/PKG-INFO
xcore_framework.egg-info/SOURCES.txt
xcore_framework.egg-info/dependency_links.txt
xcore_framework.egg-info/entry_points.txt
xcore_framework.egg-info/requires.txt
xcore_framework.egg-info/top_level.txt
xcore_framework/__pycache__/__init__.cpython-311.pyc
xcore_framework/__pycache__/__main__.cpython-311.pyc
xcore_framework/config/__init__.py
xcore_framework/config/banner.py
xcore_framework/config/db.py
xcore_framework/config/env.py
xcore_framework/config/formatting.py
xcore_framework/config/__pycache__/__init__.cpython-311.pyc
xcore_framework/config/__pycache__/banner.cpython-311.pyc
xcore_framework/config/__pycache__/db.cpython-311.pyc
xcore_framework/config/__pycache__/env.cpython-311.pyc
xcore_framework/config/__pycache__/formatting.cpython-311.pyc
xcore_framework/config/i18n/__init__.py
xcore_framework/config/i18n/i18n_manager.py
xcore_framework/config/i18n/__pycache__/__init__.cpython-311.pyc
xcore_framework/config/i18n/__pycache__/i18n_manager.cpython-311.pyc
xcore_framework/config/i18n/de/config.json
xcore_framework/config/i18n/de/creative_ascii_qrcode.json
xcore_framework/config/i18n/de/database.json
xcore_framework/config/i18n/de/gui.json
xcore_framework/config/i18n/de/header.json
xcore_framework/config/i18n/de/help.json
xcore_framework/config/i18n/de/info.json
xcore_framework/config/i18n/de/main.json
xcore_framework/config/i18n/de/module.json
xcore_framework/config/i18n/de/options.json
xcore_framework/config/i18n/de/scanner_nmap.json
xcore_framework/config/i18n/de/setpoint_cli.json
xcore_framework/config/i18n/de/setpoint_gui.json
xcore_framework/config/i18n/de/system.json
xcore_framework/config/i18n/de/template_modul.json
xcore_framework/config/i18n/en/config.json
xcore_framework/config/i18n/en/creative_ascii_qrcode.json
xcore_framework/config/i18n/en/database.json
xcore_framework/config/i18n/en/gui.json
xcore_framework/config/i18n/en/header.json
xcore_framework/config/i18n/en/help.json
xcore_framework/config/i18n/en/info.json
xcore_framework/config/i18n/en/main.json
xcore_framework/config/i18n/en/module.json
xcore_framework/config/i18n/en/options.json
xcore_framework/config/i18n/en/scanner_nmap.json
xcore_framework/config/i18n/en/setpoint_cli.json
xcore_framework/config/i18n/en/setpoint_gui.json
xcore_framework/config/i18n/en/system.json
xcore_framework/config/i18n/en/template_modul.json
xcore_framework/core/__init__.py
xcore_framework/core/commander.py
xcore_framework/core/database_manager.py
xcore_framework/core/initializer.py
xcore_framework/core/logger.py
xcore_framework/core/module_base.py
xcore_framework/core/module_loader.py
xcore_framework/core/__pycache__/__init__.cpython-311.pyc
xcore_framework/core/__pycache__/commander.cpython-311.pyc
xcore_framework/core/__pycache__/database_manager.cpython-311.pyc
xcore_framework/core/__pycache__/initializer.cpython-311.pyc
xcore_framework/core/__pycache__/logger.cpython-311.pyc
xcore_framework/core/__pycache__/module_base.cpython-311.pyc
xcore_framework/core/__pycache__/module_loader.cpython-311.pyc
xcore_framework/docs/CHANGELOG.md
xcore_framework/docs/CODE_OF_CONDUCT.md
xcore_framework/docs/CODE_OF_CONDUCT_EN.md
xcore_framework/docs/CONTRIBUTING.md
xcore_framework/docs/CONTRIBUTING_EN.md
xcore_framework/docs/DOCUMENTATION_DE.md
xcore_framework/docs/DOCUMENTATION_EN.md
xcore_framework/docs/LICENSE
xcore_framework/docs/README.md
xcore_framework/docs/README_EN.md
xcore_framework/gui/__init__.py
xcore_framework/gui/gui.py
xcore_framework/gui/widget_factory.py
xcore_framework/gui/fonts/FiraCode-Bold.ttf
xcore_framework/gui/fonts/FiraCode-Light.ttf
xcore_framework/gui/fonts/FiraCode-Medium.ttf
xcore_framework/gui/fonts/FiraCode-Regular.ttf
xcore_framework/gui/fonts/FiraCode-SemiBold.ttf
xcore_framework/gui/fonts/FiraCode-VariableFont_wght.ttf
xcore_framework/gui/fonts/Orbitron-Black.ttf
xcore_framework/gui/fonts/Orbitron-Bold.ttf
xcore_framework/gui/fonts/Orbitron-ExtraBold.ttf
xcore_framework/gui/fonts/Orbitron-Medium.ttf
xcore_framework/gui/fonts/Orbitron-Regular.ttf
xcore_framework/gui/fonts/Orbitron-SemiBold.ttf
xcore_framework/gui/fonts/Orbitron-VariableFont_wght.ttf
xcore_framework/gui/fonts/RussoOne-Regular.ttf
xcore_framework/gui/fonts/WDXLLubrifontTC-Regular.ttf
xcore_framework/gui/icons/ico_dialog.png
xcore_framework/gui/icons/ico_passw.png
xcore_framework/gui/icons/ico_user.png
xcore_framework/gui/images/backgrounds/signin_background.png
xcore_framework/gui/images/backgrounds/signup_background_DE.png
xcore_framework/gui/images/backgrounds/signup_background_EN.png
xcore_framework/gui/images/buttons/btn_green_default.png
xcore_framework/gui/images/buttons/btn_green_mouseover.png
xcore_framework/gui/images/buttons/btn_green_pressed.png
xcore_framework/gui/images/buttons/btn_red_default.png
xcore_framework/gui/images/buttons/btn_red_mouseover.png
xcore_framework/gui/images/buttons/btn_red_pressed.png
xcore_framework/modules/__init__.py
xcore_framework/modules/ai/__init__.py
xcore_framework/modules/creative/__init__.py
xcore_framework/modules/creative/ascii_qrcode.py
xcore_framework/modules/creative/__pycache__/ascii_qrcode.cpython-311.pyc
xcore_framework/modules/exploitation/__init__.py
xcore_framework/modules/helper/__init__.py
xcore_framework/modules/monitor/__init__.py
xcore_framework/modules/osint/__init__.py
xcore_framework/modules/persistence/__init__.py
xcore_framework/modules/scanner/__init__.py
xcore_framework/modules/scanner/nmap.py
xcore_framework/modules/scanner/__pycache__/nmap.cpython-311.pyc
xcore_framework/modules/system/__init__.py
xcore_framework/modules/template/__init__.py
xcore_framework/modules/template/modul.py
xcore_framework/modules/template/__pycache__/modul.cpython-311.pyc
xcore_framework/modules/transfer/__init__.py
xcore_framework/modules/utilities/__init__.py
xcore_framework/setpoint/__init__.py
xcore_framework/setpoint/setpoint_cli.py
xcore_framework/setpoint/setpoint_gui.py
xcore_framework/setpoint/setpoint_logic.py
xcore_framework/setpoint/setpoint_web.py
xcore_framework/tools/__init__.py
xcore_framework/tools/module_creator.py
xcore_framework/web/__init__.py
xcore_framework/web/config.py
xcore_framework/web/__pycache__/__init__.cpython-311.pyc
xcore_framework/web/__pycache__/config.cpython-311.pyc
xcore_framework/web/app/__init__.py
xcore_framework/web/app/auth.py
xcore_framework/web/app/main.py
xcore_framework/web/app/models.py
xcore_framework/web/app/modules.py
xcore_framework/web/app/__pycache__/__init__.cpython-311.pyc
xcore_framework/web/app/__pycache__/auth.cpython-311.pyc
xcore_framework/web/app/__pycache__/main.cpython-311.pyc
xcore_framework/web/app/__pycache__/models.cpython-311.pyc
xcore_framework/web/app/__pycache__/modules.cpython-311.pyc
xcore_framework/web/app/static/CHANGELOG.md
xcore_framework/web/app/static/CODE_OF_CONDUCT.md
xcore_framework/web/app/static/CODE_OF_CONDUCT_EN.md
xcore_framework/web/app/static/CONTRIBUTING.md
xcore_framework/web/app/static/CONTRIBUTING_EN.md
xcore_framework/web/app/static/DOCUMENTATION_DE.md
xcore_framework/web/app/static/DOCUMENTATION_EN.md
xcore_framework/web/app/static/LICENSE
xcore_framework/web/app/static/README.md
xcore_framework/web/app/static/README_EN.md
xcore_framework/web/app/static/android-chrome-192x192.png
xcore_framework/web/app/static/android-chrome-512x512.png
xcore_framework/web/app/static/apple-touch-icon.png
xcore_framework/web/app/static/favicon-16x16.png
xcore_framework/web/app/static/favicon-32x32.png
xcore_framework/web/app/static/favicon.ico
xcore_framework/web/app/static/favicon.svg
xcore_framework/web/app/static/site.webmanifest
xcore_framework/web/app/static/assets/@ungap--gfxRhYI.js
xcore_framework/web/app/static/assets/Dashboard-CGZm9SP9.js
xcore_framework/web/app/static/assets/MarkdownViewer-D3ttcY-T.js
xcore_framework/web/app/static/assets/SignUp-BQzDCI1l.js
xcore_framework/web/app/static/assets/axios-Dq7h7Pqt.js
xcore_framework/web/app/static/assets/bail-FqpXQuLt.js
xcore_framework/web/app/static/assets/comma-separated-tokens-Dw-VBL9A.js
xcore_framework/web/app/static/assets/cookie-BX9QSSmL.js
xcore_framework/web/app/static/assets/decode-named-character-reference-C3-224fz.js
xcore_framework/web/app/static/assets/devlop-Cl3hj7Sz.js
xcore_framework/web/app/static/assets/entities-BglH30t1.js
xcore_framework/web/app/static/assets/estree-util-is-identifier-name-BgBfM8ME.js
xcore_framework/web/app/static/assets/extend-DuIhtcE1.js
xcore_framework/web/app/static/assets/hast-util-from-parse5-HzwIrFyP.js
xcore_framework/web/app/static/assets/hast-util-parse-selector-TXfch5wI.js
xcore_framework/web/app/static/assets/hast-util-raw-DyqM5I8_.js
xcore_framework/web/app/static/assets/hast-util-to-jsx-runtime-DLvgZj2o.js
xcore_framework/web/app/static/assets/hast-util-to-parse5-C24-MYBT.js
xcore_framework/web/app/static/assets/hast-util-whitespace-D4Wp6AEg.js
xcore_framework/web/app/static/assets/hastscript-B6S-Ixud.js
xcore_framework/web/app/static/assets/html-parse-stringify-l0sNRNKZ.js
xcore_framework/web/app/static/assets/html-url-attributes-D46m5wfe.js
xcore_framework/web/app/static/assets/html-void-elements-CkdplsNl.js
xcore_framework/web/app/static/assets/i18next-Bq7Um66T.js
xcore_framework/web/app/static/assets/index-BqY9kCZX.js
xcore_framework/web/app/static/assets/index-DWml3QXA.css
xcore_framework/web/app/static/assets/inline-style-parser-D4u_cg7q.js
xcore_framework/web/app/static/assets/is-plain-obj-C1gvLhAf.js
xcore_framework/web/app/static/assets/mdast-util-from-markdown-CgCUhJTR.js
xcore_framework/web/app/static/assets/mdast-util-to-hast-Dl9GE0WV.js
xcore_framework/web/app/static/assets/mdast-util-to-string-C_aolqmU.js
xcore_framework/web/app/static/assets/micromark-DhRKOnvZ.js
xcore_framework/web/app/static/assets/micromark-core-commonmark-CDnWrFBr.js
xcore_framework/web/app/static/assets/micromark-factory-destination-CkgxUJuk.js
xcore_framework/web/app/static/assets/micromark-factory-label-U15tx9Nh.js
xcore_framework/web/app/static/assets/micromark-factory-space-CA-Wq7KA.js
xcore_framework/web/app/static/assets/micromark-factory-title-reCpaPbc.js
xcore_framework/web/app/static/assets/micromark-factory-whitespace-_v4v79HM.js
xcore_framework/web/app/static/assets/micromark-util-character-Ch8j4vtg.js
xcore_framework/web/app/static/assets/micromark-util-chunked-DrRIdSP-.js
xcore_framework/web/app/static/assets/micromark-util-classify-character-GCpR5yWH.js
xcore_framework/web/app/static/assets/micromark-util-combine-extensions-Bka6Sc1c.js
xcore_framework/web/app/static/assets/micromark-util-decode-numeric-character-reference-CNs1qBpV.js
xcore_framework/web/app/static/assets/micromark-util-decode-string-strjl-tx.js
xcore_framework/web/app/static/assets/micromark-util-encode-l0sNRNKZ.js
xcore_framework/web/app/static/assets/micromark-util-html-tag-name-DbKNfynz.js
xcore_framework/web/app/static/assets/micromark-util-normalize-identifier-C9ANKk3v.js
xcore_framework/web/app/static/assets/micromark-util-resolve-all-PQCKh0dx.js
xcore_framework/web/app/static/assets/micromark-util-sanitize-uri-WGc3xW3f.js
xcore_framework/web/app/static/assets/micromark-util-subtokenize-BC4BSQ9J.js
xcore_framework/web/app/static/assets/parse5-BAxd23mP.js
xcore_framework/web/app/static/assets/property-information-Boo8Xpef.js
xcore_framework/web/app/static/assets/react-BgbblwHg.js
xcore_framework/web/app/static/assets/react-dom-D7yU5Z7T.js
xcore_framework/web/app/static/assets/react-i18next-s5vCdhYf.js
xcore_framework/web/app/static/assets/react-markdown-CfzpLL4V.js
xcore_framework/web/app/static/assets/react-router-CVtPuFoZ.js
xcore_framework/web/app/static/assets/react-router-dom-l0sNRNKZ.js
xcore_framework/web/app/static/assets/rehype-raw-CFSlxoaE.js
xcore_framework/web/app/static/assets/remark-parse-C8jcMe6G.js
xcore_framework/web/app/static/assets/remark-rehype-CVgNlTY5.js
xcore_framework/web/app/static/assets/scheduler-SPyfQU6S.js
xcore_framework/web/app/static/assets/set-cookie-parser-l0sNRNKZ.js
xcore_framework/web/app/static/assets/space-separated-tokens-D7QSIrTI.js
xcore_framework/web/app/static/assets/style-to-js-gBTmu7Vn.js
xcore_framework/web/app/static/assets/style-to-object-Oc--562q.js
xcore_framework/web/app/static/assets/trim-lines-D8znQY54.js
xcore_framework/web/app/static/assets/trough-B_b8ryxu.js
xcore_framework/web/app/static/assets/unified-BXF661LP.js
xcore_framework/web/app/static/assets/unist-util-is-D9KQvrmg.js
xcore_framework/web/app/static/assets/unist-util-position-60F3QETU.js
xcore_framework/web/app/static/assets/unist-util-stringify-position-Ch_qCilz.js
xcore_framework/web/app/static/assets/unist-util-visit-DGoE-dKL.js
xcore_framework/web/app/static/assets/unist-util-visit-parents-BC5uWo4u.js
xcore_framework/web/app/static/assets/vfile-location-LfEFwJ2h.js
xcore_framework/web/app/static/assets/vfile-message-Bq256rVA.js
xcore_framework/web/app/static/assets/vfile-tbz-BywF.js
xcore_framework/web/app/static/assets/void-elements-l0sNRNKZ.js
xcore_framework/web/app/static/assets/web-namespaces-bsVAaBS1.js
xcore_framework/web/app/static/assets/xcore-framework-logo-BxwEA35n.js
xcore_framework/web/app/static/assets/xcore-framework-logo-Dzsi9_bq.svg
xcore_framework/web/app/static/assets/xcore-logo-kVqaw7iW.svg
xcore_framework/web/app/static/assets/zwitch-C2o2j-tx.js
xcore_framework/web/app/templates/index.html