LICENSE
README.md
pyproject.toml
src/apotrope/__init__.py
src/apotrope/__main__.py
src/apotrope/cis_map.py
src/apotrope/cli.py
src/apotrope/compare.py
src/apotrope/exceptions.py
src/apotrope/models.py
src/apotrope/profile.py
src/apotrope/reporter.py
src/apotrope/scanner.py
src/apotrope/scoring.py
src/apotrope/utils.py
src/apotrope.egg-info/PKG-INFO
src/apotrope.egg-info/SOURCES.txt
src/apotrope.egg-info/dependency_links.txt
src/apotrope.egg-info/entry_points.txt
src/apotrope.egg-info/requires.txt
src/apotrope.egg-info/top_level.txt
src/apotrope/checks/__init__.py
src/apotrope/checks/accounts.py
src/apotrope/checks/antivirus.py
src/apotrope/checks/encryption.py
src/apotrope/checks/firewall.py
src/apotrope/checks/misc.py
src/apotrope/checks/network.py
src/apotrope/checks/os_info.py
src/apotrope/checks/powershell.py
src/apotrope/checks/rdp.py
src/apotrope/checks/services.py
src/apotrope/checks/smb.py
src/apotrope/checks/startup.py
src/apotrope/checks/uac.py
src/apotrope/checks/updates.py
src/apotrope/templates/report.html.j2
tests/test_cli.py
tests/test_compare.py
tests/test_profile.py
tests/test_reporter.py
tests/test_scanner.py
tests/test_scenarios.py
tests/test_scoring.py
tests/test_utils.py