| name | wstg-conf-01 |
| description | Test Network Infrastructure Configuration |
| category | configuration |
| owasp_id | WSTG-CONF-01 |
| version | 1.0.0 |
| author | cyberstrike-official |
| tags | ["misconfiguration","hardening","server","wstg","conf"] |
| tech_stack | ["apache","nginx","iis","tomcat"] |
| cwe_ids | ["CWE-16"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
wstg-conf-01
Test ID
WSTG-CONF-01
Test Name
Test Network Infrastructure Configuration
High-Level Description
This test evaluates the security configuration of network infrastructure components that support the web application. It includes assessing web servers, application servers, database servers, load balancers, and administrative interfaces for misconfigurations, default credentials, and known vulnerabilities. Proper network infrastructure hardening is essential as vulnerabilities in these components can provide attackers with direct access to sensitive systems.
What to Check
Infrastructure Components
Administrative Interfaces
How to Test
Step 1: Infrastructure Discovery
nmap -sV -sC -p- target.com
nmap -sV -p 21,22,23,25,80,110,143,443,445,3306,3389,5432,8080,8443 target.com
nmap -sU -p 53,67,68,69,123,161,500 target.com