Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 2.05 KB

README.md

File metadata and controls

60 lines (47 loc) · 2.05 KB

System Scrutinizer

System Scrutinizer logo

Logo created using bing ai.

System Scrutinizer is a Python-based tool designed to analyze and report on the security posture of Windows 10 and 11 systems. This tool leverages PowerShell commands to execute various system checks and generate a comprehensive HTML report, ensuring compliance with the CIS Windows Benchmark.

Features

  • Detailed Reporting: Generates an HTML report including:
    • Operating System details
    • Hardware security status (e.g., TPM and Secure Boot)
    • Installed and startup software lists
    • Installed OS security patch information
    • Virus protection details
  • Cross-Platform Compatibility: Works seamlessly on both Windows 10 and 11.

Requirements

  • Python 3.x

Installing From Sources

Clone the repository to your local machine using the following command:

https://github.com/Hrishikesh7665/System-Scrutinizer.git

Alternatively, You can Download and Extract the Zip

Direct Download Zip Click Here

Usage

cd System-Scrutinizer
python audit.py

Output

The generated HTML report will include:

  • System Information
  • Security Compliance
  • Software Inventory
  • Virus Protection Status
  • Hardware Security Features
  • USB history
  • More

Report Sample Click Here

Report Preview:

  • Sample 1 System-Scrutinizer_Report_Preview-1
  • Sample 2 System-Scrutinizer_Report_Preview-2
  • Sample 3 System-Scrutinizer_Report_Preview-3