Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
commvault-cve2025-34028-check — Commvault CVE-2025-34028 endpoint scanner using Nmap NSE. For ethical testing and configuration validation. | Kitploit
Tools/GitHubGitHub/tinkerlev/commvault-cve2025-34028-check
Vulnerability ScannersConfiguration AuditingInformation GatheringWeb SecurityNetwork SecurityPenetration Testing
GitHubtinkerlev/commvault-cve2025-34028-check

commvault-cve2025-34028-check

Commvault CVE-2025-34028 endpoint scanner using Nmap NSE. For ethical testing and configuration validation.

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

infra-monitor

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.


🔍 Features

  • Compares HTTP responses between normal and slightly varied access patterns
  • Supports multiple HTTP headers to simulate real client traffic
  • Detects potential filtering behavior or inconsistent behavior on protected routes
  • Fully silent and unobtrusive by design — does not trigger obvious vulnerability scans

📅 Installation

  1. Download the script:
root@kitploit:~
curl -O https://raw.githubusercontent.com/your-user/infra-monitor/main/infra-monitor.nse
  1. Run it using Nmap:
root@kitploit:~
nmap -p443 --script=./infra-monitor.nse www.example.com

Or for multiple hosts:

root@kitploit:~
nmap -p443 --script=./infra-monitor.nse -iL targets.txt

📄 Example Output

root@kitploit:~
| infra-monitor: Responses matched normally
|_No unusual behavior observed
root@kitploit:~
| infra-monitor: Response mismatch: 200 vs 403
|_Observed activity at: /ccenter/setup.jsp (code: 500)

⚠️ Legal & Ethical Use

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.


👤 Author

Built by Eliran Loai Deeb, cybersecurity researcher & ethical hacker.


Download Tool