vuln-scan

Scan web applications for vulnerabilities using nuclei and nikto.

1|1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dapperdivers/roundtable-arsenal --skill vuln-scan-dapperdivers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vuln-scan
Source: https://github.com/dapperdivers/roundtable-arsenal/tree/main/pentest/vuln-scan
Command: npx skills add https://github.com/dapperdivers/roundtable-arsenal --skill vuln-scan-dapperdivers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nuclei, nikto, curl, git, python3, and includes scripts (resource) components.

What problem does it solve?

This Skill helps security teams identify common web application vulnerabilities and misconfigurations by automating repetitive vulnerability scanning tasks.

Core Features & Use Cases

  • Automated Vulnerability Scanning: Runs nuclei template scans, nikto web server checks, and custom OWASP Top 10 misconfiguration checks.
  • Security Assessment Workflows: Produces structured findings for web targets, including vulnerability details, severity information, and scanner results.
  • Use Case: A penetration tester can quickly assess a staging web application for exposed files, missing security headers, known vulnerabilities, and risky configurations before deployment.

Quick Start

Use the vuln-scan skill to scan the provided web application URL for critical and high severity vulnerabilities.

Frequently Asked Questions about vuln-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan web applications for OWASP Top 10 vulnerabilities?

To scan web applications for OWASP Top 10 vulnerabilities, this tool automates nuclei template scans and nikto web server checks to identify exposed files, missing security headers, and risky configurations. It generates structured findings containing vulnerability details and severity information.

What's the best way to automate penetration testing for staging environments?

Automating penetration testing for staging environments is achieved by running automated vulnerability scanning tasks against the target web URL. This skill executes multiple security checks and produces structured findings to identify known vulnerabilities and misconfigurations before deployment.

Do I need nuclei and nikto installed to run vulnerability checks?

Yes, you need nuclei and nikto installed to run vulnerability checks, along with curl, git, and Python tooling. These dependencies are required to execute the template scans and server checks that generate structured security assessment findings.

Can I use this for security assessments of web targets with high severity risks?

You can use this for security assessments of web targets to quickly identify critical and high severity risks. It applies to vulnerability management and web application review scenarios by automating checks for misconfigurations and known vulnerabilities.

How does automated vulnerability scanning handle configuration analysis?

Automated vulnerability scanning handles configuration analysis by running custom OWASP Top 10 misconfiguration checks alongside nuclei and nikto scans. This identifies missing security headers and exposed files, outputting structured findings with severity information for remediation.

What are the limitations of using nuclei and nikto for web security reviews?

Limitations of using nuclei and nikto for web security reviews include relying on predefined templates and server checks, which may miss logic flaws requiring manual penetration testing. It primarily identifies known vulnerabilities and misconfigurations rather than zero-day exploits.