Host Configuration Assessment Tools


CIS-CAT

Windows

Remote to Windows Server
Remote Desktop Connection → IP address
Remote Desktop Connection → Options → local resources → more → select drive

Check domain controller/ member server
wmic.exe
computersystem get domainrole
0 - standalone workstation
1 - member workstation
2 - standalone server
3 - member server
4 - domain controller

Check JRE to use
1. cmd.exesysteminfo → system type
2. select which JRE to use according to system type (eg. x64, x32)
3. copy the jre to cis cat folder
4. edit ciscat.bat with notepad
5. modify set java=java, point it to java/bin/java (eg. SET JAVA=.\Java64\bin\java )
6. run ciscat.bat

Linux

Remote to  Server using WinSCP
Enter target IP address → Enter Credentials
Copy CIS-CAT to Desktop

Remote to  Server using Putty
Enter target IP address → Enter Credentials

Check OS version
uname -a

Execution  Navigate to CIS-CAT folder using Putty
chmod +x CIS-CAT.sh
./CIS-CAT.sh -a -s -find [Result folder] -rn IP_level1 -t -x -csv

Popular posts from this blog

Remote Desktop Protocol (RDP) Security

Penetration Testing - Network

Damn Vulnerable Web Services (DVWS) - Walkthrough

Server Message Block (SMB) Security

Offensive Security Testing Guide

Host Configuration Assessment - Windows

Web Server Hardening - Apache Tomcat

Content Page

Mobile Penetration Testing - Android

Penetration Testing with OWASP Top 10 - 2017 A7 Cross-Site Scripting (XSS)