Skip to content
Security
Command

/webscan

Web vulnerability scanning with multiple engines (nuclei, nikto, AI assessment)

From plugin
fsociety
2063 skills7 agents63 commands
Install
$ npx -y skills add ogrodev/fsociety --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/webscan

Context preview

What this command does when you run it.

Web vulnerability scanning with multiple engines (nuclei, nikto, AI assessment)

Command definition

webscan.md
description: Web vulnerability scanning with multiple engines (nuclei, nikto, AI assessment)
allowed-tools: ToolSearch, Bash, Read, Write
argument-hint: <target-url>

> **Storage Policy**: ALL output files MUST be saved in the project directory. NEVER write to `/tmp/` or any system temporary directory.

Web Vulnerability Scan

Target: `$ARGUMENTS`

Execute multi-engine web vulnerability scanning using Hexstrike MCP tools.

Step 1: Load Tools

Use ToolSearch to load:

  • `nuclei_scan` — template-based vulnerability scanning
  • `nikto_scan` — web server misconfiguration scanning
  • `ai_vulnerability_assessment` — AI-powered vulnerability assessment

Step 2: Nuclei Scan

Run `nuclei_scan` against the target with:

  • Severity filter: critical, high, medium
  • Rate limiting appropriate for the target (lower for WAF-protected targets)
  • Include technology-specific templates if tech stack is known

Step 3: Nikto Scan

Run `nikto_scan` for server misconfiguration, default files, and known vulnerable paths.

Step 4: AI Vulnerability Assessment

Run `ai_vulnerability_assessment` on the target for intelligent vulnerability detection that adapts to the target's technology stack and responses.

Step 5: Results

Consolidate findings from all three engines, deduplicate, and present sorted by severity:

  • **CRITICAL**: Immediate exploitation possible
  • **HIGH**: Significant impact, likely exploitable
  • **MEDIUM**: Moderate impact or requires specific conditions
  • **LOW/INFO**: Informational findings

Save consolidated report to `webscan-{target}.md` in the project directory. Flag any findings that warrant immediate manual investigation.

Read more
Ships withfsociety

Multi-plugin marketplace for Claude Code offensive security plugins

Get the whole plugin, auto-invoked
Stats
20
Stars
0
Views
2
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
4mo ago
Last commit
5mo ago
Created

Repo: ogrodev/fsociety