Skip to content

hsjafari/win_sys_mgmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

win_sys_mgmt

""" win_sys_mgmt.py — Unified Windows System‑Management Framework

A single‑file proof‑of‑concept that delivers process management, centralised logging, policy enforcement, live monitoring UI, and network‑load simulation using WMI (local) & WinRM (remote).

Screenshot 2025-08-23 160446 Screenshot 2025-08-23 160708 Screenshot 2025-08-23 160807 Screenshot 2025-08-23 161124 Screenshot 2025-08-23 161152

author  :  hsjafari


Requirements

 Python ≥ 3.9   pip install flask wmi pywinrm psutil rich pywin32


Quick Start

# PowerShell (Admin)
$Env:FLASK_APP = 'win_sys_mgmt.py'
python -m flask run --reload  # → http://127.0.0.1:5000/

"""

About

Unified Windows System‑Management Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages