
Commvault CVE-2025-34028 endpoint scanner using Nmap NSE. For ethical testing and configuration validation.
infra-monitor is a lightweight Nmap NSE script for silently testing response consistency across web infrastructure routes.
It helps detect anomalies in access control, configuration discrepancies, or potential inconsistencies in how different endpoints respond.
This tool is designed for ethical diagnostics and authorized infrastructure audits.
curl -O https://raw.githubusercontent.com/your-user/infra-monitor/main/infra-monitor.nse
nmap -p443 --script=./infra-monitor.nse www.example.com
Or for multiple hosts:
nmap -p443 --script=./infra-monitor.nse -iL targets.txt
| infra-monitor: Responses matched normally
|_No unusual behavior observed
| infra-monitor: Response mismatch: 200 vs 403
|_Observed activity at: /ccenter/setup.jsp (code: 500)
This script is intended for authorized security assessments and diagnostic audits only.
Do not use against targets you do not own or explicitly have permission to test.
Built by Eliran Loai Deeb, cybersecurity researcher & ethical hacker.