LICENSE
README.md
pyproject.toml
src/redsentinel/__init__.py
src/redsentinel/ai_summary.py
src/redsentinel/cli.py
src/redsentinel/doctor.py
src/redsentinel/menu.py
src/redsentinel.egg-info/PKG-INFO
src/redsentinel.egg-info/SOURCES.txt
src/redsentinel.egg-info/dependency_links.txt
src/redsentinel.egg-info/entry_points.txt
src/redsentinel.egg-info/requires.txt
src/redsentinel.egg-info/top_level.txt
src/redsentinel/assets/redsentinel-logo.png
src/redsentinel/core/__init__.py
src/redsentinel/core/advisor.py
src/redsentinel/core/ai_client.py
src/redsentinel/core/ai_interpreter.py
src/redsentinel/core/ai_summary.py
src/redsentinel/core/analyzer.py
src/redsentinel/core/compliance_map.py
src/redsentinel/core/cvss.py
src/redsentinel/core/exploit_engine.py
src/redsentinel/core/external_tools.py
src/redsentinel/core/html_reporter.py
src/redsentinel/core/json_exporter.py
src/redsentinel/core/normalizer.py
src/redsentinel/core/pdf_reporter.py
src/redsentinel/core/planner.py
src/redsentinel/core/reporter.py
src/redsentinel/core/risk.py
src/redsentinel/core/risk_heatmap.py
src/redsentinel/core/simulator.py
src/redsentinel/core/state.py
src/redsentinel/core/tools_runner.py
src/redsentinel/core/utils.py
src/redsentinel/reports/karl.com_report.json
src/redsentinel/reports/karlseyra.xyz_report.json
src/redsentinel/reports/report_karl_com.html
src/redsentinel/reports/report_karl_com.pdf
src/redsentinel/reports/report_karlseyra_xyz.html
src/redsentinel/reports/report_karlseyra_xyz.pdf
src/redsentinel/reports/risk_heatmap.png
src/redsentinel/samples/nikto.txt
src/redsentinel/scanners/nikto_scan.py
src/redsentinel/scanners/nmap_scan.py
src/redsentinel/scanners/runner.py
src/redsentinel/scanners/whatweb_scan.py
src/redsentinel/templates/report.html
src/redsentinel/utils/tools.py
tests/test_analyzer.py
tests/test_simulator.py