.env.example
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
casm
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/ci.yml
brain/__init__.py
brain/adapters/__init__.py
brain/adapters/dns_enum_gateway.py
brain/adapters/evidence_store_fs.py
brain/adapters/http_verify_gateway.py
brain/adapters/publisher_noop.py
brain/adapters/tool_gateway.py
brain/cli/__init__.py
brain/cli/casm.py
brain/core/__init__.py
brain/core/diff.py
brain/core/dns_enum.py
brain/core/evidence_view.py
brain/core/http_verify.py
brain/core/inventory.py
brain/core/migrate.py
brain/core/models.py
brain/core/orchestrator.py
brain/core/pdf_report.py
brain/core/pdf_styles.py
brain/core/redaction.py
brain/core/report.py
brain/core/sarif.py
brain/core/schema_version.py
brain/core/scope.py
brain/core/unified.py
brain/core/url_canonical.py
brain/core/version.py
brain/ports/__init__.py
brain/ports/evidence_store.py
brain/ports/publisher.py
brain/ports/tool_gateway.py
brain/tests/test_diff.py
brain/tests/test_dns_enum.py
brain/tests/test_evidence_view.py
brain/tests/test_inventory.py
brain/tests/test_migrate.py
brain/tests/test_orchestrator.py
brain/tests/test_pdf_report.py
brain/tests/test_redaction.py
brain/tests/test_schemas.py
brain/tests/test_scope_guard.py
brain/tests/test_unified.py
brain/tests/test_url_canonical.py
brain/tests/fixtures/crt-sh-response.json
brain/tests/fixtures/dns-evidence-expected.jsonl
brain/tests/fixtures/test-domain.txt
contracts/fixtures/dns_enum_request.json
contracts/fixtures/dns_enum_response.json
contracts/fixtures/http_verify_request.json
contracts/fixtures/http_verify_response.json
contracts/fixtures/probe_request.json
contracts/fixtures/probe_response.json
contracts/schemas/dns_enum_request.schema.json
contracts/schemas/dns_enum_response.schema.json
contracts/schemas/http_verify_request.schema.json
contracts/schemas/http_verify_response.schema.json
contracts/schemas/tool_request.schema.json
contracts/schemas/tool_response.schema.json
docs/index.fr.md
docs/index.md
docs/architecture/data-flow.fr.md
docs/architecture/data-flow.md
docs/architecture/overview.fr.md
docs/architecture/overview.md
docs/architecture/python-go-bridge.fr.md
docs/architecture/python-go-bridge.md
docs/assets/casm-dark-logo-with-parent-stacked.svg
docs/assets/casm-light-logo-with-parent-stacked.svg
docs/assets/casm-logo-with-parent.svg
docs/assets/screenshots/changes-since-last-scan.png
docs/assets/screenshots/dns-enum-results.png
docs/assets/screenshots/executive-summary.png
docs/explanation/design-decisions.fr.md
docs/explanation/design-decisions.md
docs/explanation/performance.fr.md
docs/explanation/performance.md
docs/explanation/security-model.fr.md
docs/explanation/security-model.md
docs/explanation/trade-offs.fr.md
docs/explanation/trade-offs.md
docs/how-to/add-go-package.fr.md
docs/how-to/add-go-package.md
docs/how-to/add-python-module.fr.md
docs/how-to/add-python-module.md
docs/how-to/contributing.fr.md
docs/how-to/contributing.md
docs/how-to/debug-cross-language.fr.md
docs/how-to/debug-cross-language.md
docs/how-to/extend-bridge.fr.md
docs/how-to/extend-bridge.md
docs/how-to/profile-performance.fr.md
docs/how-to/profile-performance.md
docs/how-to/testing.fr.md
docs/how-to/testing.md
docs/reference/cli.fr.md
docs/reference/cli.md
docs/reference/component-inventory.fr.md
docs/reference/component-inventory.md
docs/reference/configuration.fr.md
docs/reference/configuration.md
docs/reference/data-structures.fr.md
docs/reference/data-structures.md
docs/reference/function-catalog.fr.md
docs/reference/function-catalog.md
docs/reference/function-signature-matrix.fr.md
docs/reference/function-signature-matrix.md
docs/reference/glossary.fr.md
docs/reference/glossary.md
docs/reference/go-api.fr.md
docs/reference/go-api.md
docs/reference/python-api.fr.md
docs/reference/python-api.md
docs/tutorials/setup-for-beginners.fr.md
docs/tutorials/setup-for-beginners.md
docs/tutorials/tutorial-1-hello-world.fr.md
docs/tutorials/tutorial-1-hello-world.md
docs/tutorials/tutorial-2-real-use-case.fr.md
docs/tutorials/tutorial-2-real-use-case.md
docs/tutorials/tutorial-3-advanced-integration.fr.md
docs/tutorials/tutorial-3-advanced-integration.md
g2cv_casm.egg-info/PKG-INFO
g2cv_casm.egg-info/SOURCES.txt
g2cv_casm.egg-info/dependency_links.txt
g2cv_casm.egg-info/entry_points.txt
g2cv_casm.egg-info/requires.txt
g2cv_casm.egg-info/top_level.txt
hands/go.mod
hands/go.sum
hands/cmd/dns_enum/active.go
hands/cmd/dns_enum/main.go
hands/cmd/dns_enum/main_test.go
hands/cmd/dns_enum/passive.go
hands/cmd/dns_enum/resolver.go
hands/cmd/dns_enum/wordlist.go
hands/cmd/http_verify/main.go
hands/cmd/http_verify/main_test.go
hands/cmd/probe/main.go
hands/cmd/probe/main_test.go
scopes/scope.example.yaml
targets/target-harness.example.json
wordlists/README.md
wordlists/common-subdomains.txt
wordlists/extended-subdomains.txt