Security Scanner

👤 dmx64 📦 v1.0.0 ⭐ 3.7 ⬇️ 11.8K 下载
🔒 IT运维与安全 免费

📖 技能介绍


name: security-scanner description: Automated security scanning and vulnerability detection for web applications, APIs, and infrastructure. Use when you need to scan targets for vulnerabilities, check SSL certificates, find open ports, detect misconfigurations, or perform security audits. Integrates with nmap, nuclei, and other security tools.


Security Scanner

Automated security scanning toolkit for penetration testing and vulnerability assessment.

Quick Start

7w4.net小葱技能站,你的AI助手技能库。

Port Scan

nmap -sV -sC -oN scan.txt TARGET

Vulnerability Scan

nuclei -u TARGET -o results.txt

SSL Check

sslscan TARGET

Scan Types

1. Quick Recon

Fast initial scan for live hosts and open ports:

nmap -sn -T4 SUBNET  # Host discovery
nmap -F TARGET       # Fast port scan (top 100)

2. Full Port Scan

Comprehensive port and service detection:

nmap -p- -sV -sC -A TARGET -oN full_scan.txt

3. Web Application Scan

nuclei -u https://TARGET -t cves/ -t vulnerabilities/ -o web_vulns.txt
nikto -h TARGET -o nikto_report.txt

4. SSL/TLS Analysis

sslscan TARGET
testssl.sh TARGET

Output

Save reports to reports/security-scan-YYYY-MM-DD.md with: - Target information - Open ports and services - Vulnerabilities found (severity rated) - Recommendations

Ethics

  • Only scan authorized targets
  • Get written permission before testing
  • Report vulnerabilities responsibly
  • Never exploit without authorization

🤖 AI 评测

这是一个实用的安全扫描工具包,涵盖端口扫描、漏洞检测等多种场景,命令示例清晰易懂。优点是分类合理、覆盖面广;不足是内容较浅,缺少进阶技巧和常见问题解答,适合作为入门参考但深度不够。

📊 多维度评分

适应性3.8
规范性3.6
有效性4
可靠性3.2
可信度4.3

📁 包含文件 (2 个)

📄 SKILL.md 1.5 KB
📄 _meta.json 135 B