COMPLETION_SUMMARY.md
LICENSE
MANIFEST.in
README.md
SECURITY_AUDIT_REPORT.md
pyproject.toml
requirements.txt
setup.py
configs/tools.yaml
examples/run_nmap.py
hats/__init__.py
hats/config_loader.py
hats/core.py
hats/dynamic_interface.py
hats/plugin_loader.py
hats/security.py
hats/tool_manager.py
hats/categories/__init__.py
hats/categories/exploitation.py
hats/categories/post_exploit.py
hats/categories/reporting.py
hats/categories/scanning.py
hats/utils/__init__.py
hats/utils/detector.py
hats/utils/logger.py
hats_framework.egg-info/PKG-INFO
hats_framework.egg-info/SOURCES.txt
hats_framework.egg-info/dependency_links.txt
hats_framework.egg-info/entry_points.txt
hats_framework.egg-info/not-zip-safe
hats_framework.egg-info/requires.txt
hats_framework.egg-info/top_level.txt
tests/test_core.py
tests/test_scanning.py
tests/test_tool_manager.py