vulnerability-scanner

Scan network targets for open ports, outdated services, and misconfigurations.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Paparusi/jarvis --skill vulnerability-scanner-paparusi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/Paparusi/jarvis/tree/main/workspace/skills/security/vulnerability-scanner
Command: npx skills add https://github.com/Paparusi/jarvis --skill vulnerability-scanner-paparusi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nmap, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps identify common security vulnerabilities on servers and websites, providing a report to improve defenses.

Core Features & Use Cases

  • Vulnerability Scanning: Detects open ports, outdated services, and common misconfigurations.
  • CVE Checking: Searches for known vulnerabilities associated with identified services.
  • Security Reporting: Compiles findings with severity levels and remediation suggestions.
  • Use Case: A user can ask the AI to check if a specific web server is secure by running a vulnerability scan.

Quick Start

Ask the AI to scan the security of example.com for vulnerabilities.

Frequently Asked Questions about vulnerability-scanner

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

FAQPage Schema
How do I scan a server for open ports and security vulnerabilities?

To scan a server for security vulnerabilities, this tool probes network targets using nmap and curl to detect open ports, outdated services, and misconfigurations. It compiles the findings into a categorized report with severity levels and remediation advice.

Can I check my network targets for known CVEs and outdated services?

Yes, you can check network targets for known CVEs and outdated services. The scanner identifies active services during the network probe and searches for associated known vulnerabilities, providing remediation suggestions in the final security report.

Do I need nmap and curl installed to run a vulnerability scan?

Yes, you need nmap and curl installed to run a vulnerability scan. The scanner requires nmap for network probing to detect open ports and curl to perform HTTP checks for common misconfigurations on web servers.

What is the best way to identify common misconfigurations on a web server?

The best way to identify common misconfigurations on a web server is to run a vulnerability scan. This process uses curl for HTTP checks and nmap for network probing, categorizing detected security weaknesses and providing actionable remediation advice.

Does the vulnerability scanner provide remediation advice for detected security weaknesses?

Yes, the vulnerability scanner provides remediation advice for detected security weaknesses. After probing for open ports and CVEs, it compiles findings into a categorized security report that includes severity levels and specific suggestions to improve defenses.