LICENSE
README.md
pyproject.toml
ghostmcp/__init__.py
ghostmcp/__main__.py
ghostmcp/audit.py
ghostmcp/config.py
ghostmcp/credentials.py
ghostmcp/dashboard.py
ghostmcp/dashboard_security.py
ghostmcp/database.py
ghostmcp/execution.py
ghostmcp/logging_utils.py
ghostmcp/plugins.py
ghostmcp/proxy.py
ghostmcp/rate_limit.py
ghostmcp/scanners.py
ghostmcp/scheduling.py
ghostmcp/security.py
ghostmcp/server.py
ghostmcp/tool_policy.py
ghostmcp/transport_security.py
ghostmcp/workflows.py
ghostmcp/parsers/__init__.py
ghostmcp/parsers/amass.py
ghostmcp/parsers/assetfinder.py
ghostmcp/parsers/cloudflair.py
ghostmcp/parsers/dnsx.py
ghostmcp/parsers/feroxbuster.py
ghostmcp/parsers/ffuf.py
ghostmcp/parsers/gitleaks.py
ghostmcp/parsers/gobuster.py
ghostmcp/parsers/gowitness.py
ghostmcp/parsers/jaeles.py
ghostmcp/parsers/nmap.py
ghostmcp/parsers/nuclei.py
ghostmcp/parsers/s3scanner.py
ghostmcp/parsers/sqlmap.py
ghostmcp/parsers/subfinder.py
ghostmcp/parsers/trufflehog.py
ghostmcp/parsers/wpscan.py
ghostmcp/static/style.css
ghostmcp/templates/base.html
ghostmcp/templates/dashboard.html
ghostmcp/templates/engagements/detail.html
ghostmcp/templates/engagements/list.html
ghostmcp/templates/engagements/new.html
ghostmcp/templates/reports/view.html
ghostmcp/templates/scans/detail.html
ghostmcp/templates/schedule/list.html
ghostmcp/templates/schedule/new.html
ghostmcp/templates/schedule/row.html
ghostmcp_server.egg-info/PKG-INFO
ghostmcp_server.egg-info/SOURCES.txt
ghostmcp_server.egg-info/dependency_links.txt
ghostmcp_server.egg-info/entry_points.txt
ghostmcp_server.egg-info/requires.txt
ghostmcp_server.egg-info/top_level.txt
tests/test_audit.py
tests/test_credentials_hardening.py
tests/test_dashboard_security.py
tests/test_database.py
tests/test_e2e_mcp.py
tests/test_execution.py
tests/test_execution_policy.py
tests/test_integration_registration.py
tests/test_plugins_hardening.py
tests/test_rate_limit.py
tests/test_release_metadata.py
tests/test_scanners_runtime.py
tests/test_scheduling.py
tests/test_security.py
tests/test_security_hardening.py
tests/test_server_controls.py
tests/test_server_new_tools.py
tests/test_server_registration.py
tests/test_tool_signatures.py
tests/test_transport_security.py
tests/test_workflows.py