.env.example
LICENSE
MANIFEST.in
README.md
mongo-init.js
pyproject.toml
setup_honeypot.sh
examples/App-js.py
examples/enhanced_admin_security.py
examples/example_flask_integration.py
flask_honeypot.egg-info/PKG-INFO
flask_honeypot.egg-info/SOURCES.txt
flask_honeypot.egg-info/dependency_links.txt
flask_honeypot.egg-info/entry_points.txt
flask_honeypot.egg-info/requires.txt
flask_honeypot.egg-info/top_level.txt
honeypot/__init__.py
honeypot/_version.py
honeypot/cli.py
honeypot/backend/__init__.py
honeypot/backend/app.py
honeypot/backend/helpers/__init__.py
honeypot/backend/helpers/db_utils.py
honeypot/backend/helpers/geoip_manager.py
honeypot/backend/helpers/proxy_detector.py
honeypot/backend/helpers/unhackable.py
honeypot/backend/middleware/__init__.py
honeypot/backend/middleware/csrf_protection.py
honeypot/backend/routes/__init__.py
honeypot/backend/routes/admin.py
honeypot/backend/routes/honeypot.py
honeypot/backend/routes/honeypot_pages.py
honeypot/backend/routes/honeypot_routes.py
honeypot/backend/templates/honeypot/admin-dashboard.html
honeypot/backend/templates/honeypot/admin-login.html
honeypot/backend/templates/honeypot/cloud-dashboard.html
honeypot/backend/templates/honeypot/cms-dashboard.html
honeypot/backend/templates/honeypot/cpanel-dashboard.html
honeypot/backend/templates/honeypot/database-dashboard.html
honeypot/backend/templates/honeypot/debug-console.html
honeypot/backend/templates/honeypot/devops-dashboard.html
honeypot/backend/templates/honeypot/ecommerce-dashboard.html
honeypot/backend/templates/honeypot/filesharing-dashboard.html
honeypot/backend/templates/honeypot/forum-dashboard.html
honeypot/backend/templates/honeypot/framework-dashboard.html
honeypot/backend/templates/honeypot/generic-login.html
honeypot/backend/templates/honeypot/generic-page.html
honeypot/backend/templates/honeypot/iot-dashboard.html
honeypot/backend/templates/honeypot/mail-dashboard.html
honeypot/backend/templates/honeypot/mobile-api.html
honeypot/backend/templates/honeypot/monitoring-dashboard.html
honeypot/backend/templates/honeypot/phpmyadmin-dashboard.html
honeypot/backend/templates/honeypot/remote-access-dashboard.html
honeypot/backend/templates/honeypot/shell.html
honeypot/backend/templates/honeypot/wp-dashboard.html
honeypot/backend/templates/redirection/step1.html
honeypot/backend/templates/redirection/step10.html
honeypot/backend/templates/redirection/step11.html
honeypot/backend/templates/redirection/step12.html
honeypot/backend/templates/redirection/step13.html
honeypot/backend/templates/redirection/step14.html
honeypot/backend/templates/redirection/step15.html
honeypot/backend/templates/redirection/step2.html
honeypot/backend/templates/redirection/step3.html
honeypot/backend/templates/redirection/step4.html
honeypot/backend/templates/redirection/step5.html
honeypot/backend/templates/redirection/step6.html
honeypot/backend/templates/redirection/step7.html
honeypot/backend/templates/redirection/step8.html
honeypot/backend/templates/redirection/step9.html
honeypot/config/__init__.py
honeypot/config/settings.py
honeypot/database/models.py
honeypot/database/mongo-init.js
honeypot/database/mongodb.py
honeypot/deploy_templates/Dockerfile.backend.template
honeypot/deploy_templates/Dockerfile.nginx.template
honeypot/deploy_templates/__init__.py
honeypot/deploy_templates/dev-nginx.conf.template
honeypot/deploy_templates/docker-compose.dev.yml.template
honeypot/deploy_templates/docker-compose.yml.template
honeypot/deploy_templates/dot_env.example
honeypot/deploy_templates/nginx/nginx.conf.template
honeypot/deploy_templates/nginx/sites-enabled/proxy.conf.template
honeypot/frontend/README.md
honeypot/frontend/package-lock.json
honeypot/frontend/package.json
honeypot/frontend/node_modules/flatted/python/flatted.py
honeypot/frontend/public/android-chrome-192x192.png
honeypot/frontend/public/android-chrome-512x512.png
honeypot/frontend/public/apple-touch-icon.png
honeypot/frontend/public/favicon-16x16.png
honeypot/frontend/public/favicon-32x32.png
honeypot/frontend/public/favicon.ico
honeypot/frontend/public/index.html
honeypot/frontend/public/logo.png
honeypot/frontend/public/logo192.png
honeypot/frontend/public/logo512.png
honeypot/frontend/public/manifest.json
honeypot/frontend/public/robots.txt
honeypot/frontend/public/site.webmanifest
honeypot/frontend/src/App.js
honeypot/frontend/src/index.css
honeypot/frontend/src/index.js
honeypot/frontend/src/reportWebVitals.js
honeypot/frontend/src/components/JsonSyntaxHighlighter.js
honeypot/frontend/src/components/LoadingPlaceholder.js
honeypot/frontend/src/components/csrfHelper.js
honeypot/frontend/src/static/css/HoneypotTab.css
honeypot/frontend/src/static/css/HtmlInteractionsTab.css
honeypot/frontend/src/static/css/JsonSyntaxHighlighter.css
honeypot/frontend/src/static/css/LoadingPlaceholder.css
honeypot/frontend/src/static/css/admin.css
honeypot/frontend/src/static/css/login.css
honeypot/frontend/src/static/js/admin.js
honeypot/frontend/src/static/js/login.js
honeypot/frontend/src/static/tabs/HoneypotTab.js
honeypot/frontend/src/static/tabs/HtmlInteractionsTab.js
honeypot/frontend/src/static/tabs/OverviewTab.js
honeypot/frontend/src/utils/dateUtils.js
honeypot/utils/generate_config.py
nginx/logs/access.log
nginx/logs/error.log