LICENSE
README.md
pyproject.toml
hydrasight/__init__.py
hydrasight/__main__.py
hydrasight/constants.py
hydrasight.egg-info/PKG-INFO
hydrasight.egg-info/SOURCES.txt
hydrasight.egg-info/dependency_links.txt
hydrasight.egg-info/entry_points.txt
hydrasight.egg-info/requires.txt
hydrasight.egg-info/top_level.txt
hydrasight/cli/__init__.py
hydrasight/cli/display.py
hydrasight/cli/shell.py
hydrasight/cli/shell_handlers.py
hydrasight/cli/shell_renderer.py
hydrasight/config/__init__.py
hydrasight/config/defaults.py
hydrasight/config/loader.py
hydrasight/core/__init__.py
hydrasight/core/builtin_actions.py
hydrasight/core/command_builder.py
hydrasight/core/engine.py
hydrasight/core/hash_crack.py
hydrasight/core/planner.py
hydrasight/core/profiles.py
hydrasight/core/registry.py
hydrasight/integrations/__init__.py
hydrasight/integrations/exploit_db.py
hydrasight/integrations/exploit_suggestion.py
hydrasight/integrations/kali_api.py
hydrasight/models/__init__.py
hydrasight/models/actions.py
hydrasight/models/commands.py
hydrasight/models/finding_confidence.py
hydrasight/models/finding_record.py
hydrasight/models/findings.py
hydrasight/models/planner_state.py
hydrasight/models/report_model.py
hydrasight/models/roe.py
hydrasight/models/timeline.py
hydrasight/parsers/__init__.py
hydrasight/parsers/base_parser.py
hydrasight/reporting/__init__.py
hydrasight/reporting/json_reporter.py
hydrasight/reporting/outcome.py
hydrasight/reporting/pdf_reporter.py
hydrasight/reporting/remediation.py
hydrasight/security/__init__.py
hydrasight/security/audit.py
hydrasight/security/authorization.py
hydrasight/security/command_sanitizer.py
hydrasight/services/__init__.py
hydrasight/services/action_planner.py
hydrasight/services/ai_client.py
hydrasight/services/chat_ai_client.py
hydrasight/services/chat_controller.py
hydrasight/services/command_router.py
hydrasight/services/confirmation_manager.py
hydrasight/services/context_builder.py
hydrasight/services/dispatcher.py
hydrasight/services/execution_policy.py
hydrasight/services/intent_classifier.py
hydrasight/services/intent_router.py
hydrasight/services/session_manager.py
hydrasight/services/verifier.py
hydrasight/services/post_access/__init__.py
hydrasight/services/post_access/base.py
hydrasight/services/post_access/factory.py
hydrasight/services/post_access/ftp_handler.py
hydrasight/services/post_access/msf_handlers.py
hydrasight/services/post_access/ssh_handler.py
hydrasight/services/post_access/types.py
hydrasight/services/post_access/web_handler.py
hydrasight/utils/__init__.py
hydrasight/utils/ip_utils.py
hydrasight/utils/time_utils.py
tests/test_ai_client_options.py
tests/test_audit.py
tests/test_authorization.py
tests/test_command_builder.py
tests/test_command_router.py
tests/test_command_sanitizer.py
tests/test_context_builder.py
tests/test_dispatcher.py
tests/test_dispatcher_accountability.py
tests/test_engine.py
tests/test_exploit_suggestion.py
tests/test_finding_record.py
tests/test_findings.py
tests/test_hash_crack.py
tests/test_ip_utils.py
tests/test_nl_pipeline.py
tests/test_outcome.py
tests/test_parser.py
tests/test_pass3_refactor.py
tests/test_pass4_reporting.py
tests/test_phase4.py
tests/test_planner_state.py
tests/test_post_access.py
tests/test_registry.py
tests/test_roe.py
tests/test_services_integration.py
tests/test_shell_authorization.py
tests/test_shell_refactor.py
tests/test_support_modules.py