LICENSE
MANIFEST.in
README.md
config.yaml
pyproject.toml
setup.py
dashboard/backend/app.py
docs/ARCHITECTURE.md
docs/BEST_PRACTICES.md
docs/DISCLAIMER.md
docs/I18N_GUIDE.md
docs/README.md
docs/SCAN_POLICY.md
docs/THREAT_MODEL.md
mini_pentest_scanner/README.md
mini_pentest_scanner/__init__.py
mini_pentest_scanner/cli.py
mini_pentest_scanner/scanner.py
mini_pentest_scanner.egg-info/PKG-INFO
mini_pentest_scanner.egg-info/SOURCES.txt
mini_pentest_scanner.egg-info/dependency_links.txt
mini_pentest_scanner.egg-info/entry_points.txt
mini_pentest_scanner.egg-info/not-zip-safe
mini_pentest_scanner.egg-info/requires.txt
mini_pentest_scanner.egg-info/top_level.txt
mini_pentest_scanner/checks/__init__.py
mini_pentest_scanner/checks/authentication.py
mini_pentest_scanner/checks/idor.py
mini_pentest_scanner/checks/information_disclosure.py
mini_pentest_scanner/checks/session_management.py
mini_pentest_scanner/checks/sql_injection.py
mini_pentest_scanner/checks/xss.py
mini_pentest_scanner/core/__init__.py
mini_pentest_scanner/core/checker.py
mini_pentest_scanner/core/config.py
mini_pentest_scanner/core/engine.py
mini_pentest_scanner/core/http_client.py
mini_pentest_scanner/core/result.py
mini_pentest_scanner/history/__init__.py
mini_pentest_scanner/history/baseline.py
mini_pentest_scanner/history/comparison.py
mini_pentest_scanner/history/compliance.py
mini_pentest_scanner/history/database.py
mini_pentest_scanner/history/trends.py
mini_pentest_scanner/reports/__init__.py
mini_pentest_scanner/reports/pdf_generator.py
scanner/__init__.py
scanner/scanner.py
scanner/checks/__init__.py
scanner/checks/authentication.py
scanner/checks/idor.py
scanner/checks/information_disclosure.py
scanner/checks/session_management.py
scanner/checks/sql_injection.py
scanner/checks/xss.py
scanner/core/__init__.py
scanner/core/checker.py
scanner/core/config.py
scanner/core/engine.py
scanner/core/http_client.py
scanner/core/result.py
secure-app/app/__init__.py
secure-app/app/auth.py
secure-app/app/main.py
secure-app/app/routes.py
secure-app/app/security.py
tests/__init__.py
tests/test_api_endpoints.py
tests/test_history.py
tests/test_production_readiness.py
tests/test_real_world_usage.py
tests/test_scanner_checks.py
tests/test_scanner_core.py
tests/test_vulnerabilities.py
vulnerable-app/app/__init__.py
vulnerable-app/app/auth.py
vulnerable-app/app/i18n.py
vulnerable-app/app/main.py
vulnerable-app/app/routes.py