This commit is contained in:
Luftmensch
2026-08-26 14:11:37 +07:00
commit e528419f9a
135 changed files with 413970 additions and 0 deletions
+96
View File
@@ -0,0 +1,96 @@
{
"ubuntu": {
"icon": "🟠",
"display_name": "Ubuntu",
"versions": {
"ubuntu_2204": {
"name": "Ubuntu 22.04 Audit Check Script",
"file": "Hardenning_Ubuntu2204_2.0.2.zip",
"version": "v2.0.2",
"updated": "08/04/2026",
"os_version_label": "22.04",
"source_path": "tools/Hardenning_Ubuntu2204_2.0.2.zip"
},
"ubuntu_2004": {
"name": "Ubuntu 20.04 Audit Check Script",
"file": "Hardenning_Ubuntu2004_2.0.2.zip",
"version": "v2.0.2",
"updated": "08/04/2026",
"os_version_label": "20.04",
"source_path": "tools/Hardenning_Ubuntu2004_2.0.2.zip"
}
}
},
"centos": {
"icon": "🔵",
"display_name": "CentOS",
"versions": {
"centos_7": {
"name": "Centos 7 Audit Check Script",
"file": "hardening_centos_7_2.0.2.zip",
"version": "v2.0.2",
"updated": "15/04/2026",
"os_version_label": "7",
"source_path": "tools/hardening_centos_7_2.0.2.zip"
}
}
},
"rhel": {
"icon": "🎩",
"display_name": "RHEL",
"versions": {
"rhel_default": {
"name": "RHEL Audit Script",
"file": "audit_cis_rhel_v2.sh",
"version": "v2.1.0",
"updated": "03/02/2026",
"os_version_label": "",
"source_path": null
},
"rhel_8": {
"name": "RHEL 8 Audit Script",
"file": "Hardenning_RHEL8_2.0.2.zip",
"version": "v2.0.2",
"updated": "15/04/2026",
"os_version_label": "8",
"source_path": "tools/Hardenning_RHEL8_2.0.2.zip"
}
}
},
"oracle": {
"icon": "🔸",
"display_name": "Oracle Linux",
"versions": {
"oracle_default": {
"name": "Oracle Linux Audit Script",
"file": "oracle_linux_audit_v2.py",
"version": "v2.0.0",
"updated": "15/01/2026",
"os_version_label": "",
"source_path": null
}
}
},
"windows": {
"icon": "🪟",
"display_name": "Windows Server",
"versions": {
"windows_default": {
"name": "Windows Server Audit Script",
"file": "windows_audit.ps1",
"version": "v1.5.0",
"updated": "20/12/2025",
"os_version_label": "",
"source_path": null
},
"windows_windows_server": {
"name": "Windows Server Audit Script",
"file": "hardening_windows.zip",
"version": "v1",
"updated": "08/04/2026",
"os_version_label": "Windows Server",
"source_path": "tools/hardening_windows.zip"
}
}
}
}