Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计提醒

pentest-checklist渗透测试清单

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

12,746

周安装

364

GitHub Stars

4,093

下载量

3,447
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pentest-checklist(渗透测试清单)
来源仓库:https://github.com/zebbern/claude-code-guide
仓库路径:skills/pentest-checklist
安装命令:
npx skills add https://github.com/zebbern/claude-code-guide --skill 'Pentest Checklist'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/zebbern/claude-code-guide --skill 'Pentest Checklist'

简介

zebbern-claude-code-guide-pentest-checklist 用于辅助测试设计、自动化测试、用例整理和回归验证。

  • 它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。
  • 安装方式是通过 npx skills add 命令从指定 GitHub 仓库添加。
  • 使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Pentest Checklist

Purpose

Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities.

Inputs/Prerequisites

  • Clear business objectives for testing
  • Target environment information
  • Budget and timeline constraints
  • Stakeholder contacts and authorization
  • Legal agreements and scope documents

Outputs/Deliverables

  • Defined pentest scope and objectives
  • Prepared testing environment
  • Security monitoring data
  • Vulnerability findings report
  • Remediation plan and verification

Core Workflow

Phase 1: Scope Definition

Define Objectives

  • Clarify testing purpose - Determine goals (find vulnerabilities, compliance, customer assurance)
  • Validate pentest necessity - Ensure penetration test is the right solution
  • Align outcomes with objectives - Define success criteria

Reference Questions:

  • Why are you doing this pentest?
  • What specific outcomes do you expect?
  • What will you do with the findings?

Know Your Test Types

TypePurposeScope
External PentestAssess external attack surfacePublic-facing systems
Internal PentestAssess insider threat riskInternal network
Web ApplicationFind application vulnerabilitiesSpecific applications
Social EngineeringTest human securityEmployees, processes
Red TeamFull adversary simulationEntire organization

Enumerate Likely Threats

  • Identify high-risk areas - Where could damage occur?
  • Assess data sensitivity - What data could be compromised?
  • Review legacy systems - Old systems often have vulnerabilities
  • Map critical assets - Prioritize testing targets

Define Scope

  • List in-scope systems - IPs, domains, applications
  • Define out-of-scope items - Systems to avoid
  • Set testing boundaries - What techniques are allowed?
  • Document exclusions - Third-party systems, production data

Budget Planning

FactorConsideration
Asset ValueHigher value = higher investment
ComplexityMore systems = more time
Depth RequiredThorough testing costs more
Reputation ValueBrand-name firms cost more

Budget Reality Check:

  • Cheap pentests often produce poor results
  • Align budget with asset criticality
  • Consider ongoing vs. one-time testing

Phase 2: Environment Preparation

Prepare Test Environment

  • Production vs. staging decision - Determine where to test
  • Set testing limits - No DoS on production
  • Schedule testing window - Minimize business impact
  • Create test accounts - Provide appropriate access levels

Environment Options:

Production  - Realistic but risky
Staging     - Safer but may differ from production
Clone       - Ideal but resource-intensive

Run Preliminary Scans

  • Execute vulnerability scanners - Find known issues first
  • Fix obvious vulnerabilities - Don't waste pentest time
  • Document existing issues - Share with testers

Common Pre-Scan Tools:

# Network vulnerability scan
nmap -sV --script vuln TARGET

# Web vulnerability scan
nikto -h http://TARGET

Review Security Policy

  • Verify compliance requirements - GDPR, PCI-DSS, HIPAA
  • Document data handling rules - Sensitive data procedures
  • Confirm legal authorization - Get written permission

Notify Hosting Provider

  • Check provider policies - What testing is allowed?
  • Submit authorization requests - AWS, Azure, GCP requirements
  • Document approvals - Keep records

Cloud Provider Policies:

Freeze Developments

  • Stop deployments during testing - Maintain consistent environment
  • Document current versions - Record system states
  • Avoid critical patches - Unless security emergency

Phase 3: Expertise Selection

Find Qualified Pentesters

  • Seek recommendations - Ask trusted sources
  • Verify credentials - OSCP, GPEN, CEH, CREST
  • Check references - Talk to previous clients
  • Match expertise to scope - Web, network, mobile specialists

Evaluation Criteria:

FactorQuestions to Ask
ExperienceYears in field, similar projects
MethodologyOWASP, PTES, custom approach
ReportingSample reports, detail level
CommunicationAvailability, update frequency

Define Methodology

  • Select testing standard - PTES, OWASP, NIST
  • Determine access level - Black box, gray box, white box
  • Agree on techniques - Manual vs. automated testing
  • Set communication schedule - Updates and escalation

Testing Approaches:

TypeAccess LevelSimulates
Black BoxNo informationExternal attacker
Gray BoxPartial accessInsider with limited access
White BoxFull accessInsider/detailed audit

Define Report Format

  • Review sample reports - Ensure quality meets needs
  • Specify required sections - Executive summary, technical details
  • Request machine-readable output - CSV, XML for tracking
  • Agree on risk ratings - CVSS, custom scale

Report Should Include:

  • Executive summary for management
  • Technical findings with evidence
  • Risk ratings and prioritization
  • Remediation recommendations
  • Retesting guidance

Phase 4: Monitoring

Implement Security Monitoring

  • Deploy IDS/IPS - Intrusion detection systems
  • Enable logging - Comprehensive audit trails
  • Configure SIEM - Centralized log analysis
  • Set up alerting - Real-time notifications

Monitoring Tools:

# Check security logs
tail -f /var/log/auth.log
tail -f /var/log/apache2/access.log

# Monitor network
tcpdump -i eth0 -w capture.pcap

Configure Logging

  • Centralize logs - Aggregate from all systems
  • Set retention periods - Keep logs for analysis
  • Enable detailed logging - Application and system level
  • Test log collection - Verify all sources working

Key Logs to Monitor:

  • Authentication events
  • Application errors
  • Network connections
  • File access
  • System changes

Monitor Exception Tools

  • Track error rates - Unusual spikes indicate testing
  • Brief operations team - Distinguish testing from attacks
  • Document baseline - Normal vs. pentest activity

Watch Security Tools

  • Review IDS alerts - Separate pentest from real attacks
  • Monitor WAF logs - Track blocked attempts
  • Check endpoint protection - Antivirus detections

Phase 5: Remediation

Ensure Backups

  • Verify backup integrity - Test restoration
  • Document recovery procedures - Know how to restore
  • Separate backup access - Protect from testing

Reserve Remediation Time

  • Allocate team availability - Post-pentest analysis
  • Schedule fix implementation - Address findings
  • Plan verification testing - Confirm fixes work

Patch During Testing Policy

  • Generally avoid patching - Maintain consistent environment
  • Exception for critical issues - Security emergencies only
  • Communicate changes - Inform pentesters of any changes

Cleanup Procedure

  • Remove test artifacts - Backdoors, scripts, files
  • Delete test accounts - Remove pentester access
  • Restore configurations - Return to original state
  • Verify cleanup complete - Audit all changes

Schedule Next Pentest

  • Determine frequency - Annual, quarterly, after changes
  • Consider continuous testing - Bug bounty, ongoing assessments
  • Budget for future tests - Plan ahead

Testing Frequency Factors:

  • Release frequency
  • Regulatory requirements
  • Risk tolerance
  • Past findings severity

Quick Reference

Pre-Pentest Checklist

□ Scope defined and documented
□ Authorization obtained
□ Environment prepared
□ Hosting provider notified
□ Team briefed
□ Monitoring enabled
□ Backups verified

Post-Pentest Checklist

□ Report received and reviewed
□ Findings prioritized
□ Remediation assigned
□ Fixes implemented
□ Verification testing scheduled
□ Environment cleaned up
□ Next test scheduled

Constraints

  • Production testing carries inherent risks
  • Budget limitations affect thoroughness
  • Time constraints may limit coverage
  • Tester expertise varies significantly
  • Findings become stale quickly

Examples

Example 1: Quick Scope Definition

**Target:** Corporate web application (app.company.com)
**Type:** Gray box web application pentest
**Duration:** 5 business days
**Excluded:** DoS testing, production database access
**Access:** Standard user account provided

Example 2: Monitoring Setup

# Enable comprehensive logging
sudo systemctl restart rsyslog
sudo systemctl restart auditd

# Start packet capture
tcpdump -i eth0 -w /tmp/pentest_capture.pcap &

Troubleshooting

IssueSolution
Scope creepDocument and require change approval
Testing impacts productionSchedule off-hours, use staging
Findings disputedProvide detailed evidence, retest
Remediation delayedPrioritize by risk, set deadlines
Budget exceededDefine clear scope, fixed-price contracts

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Antigravity

25.68%
按下载量换算885

Claude Code

25.65%
按下载量换算884

Gemini CLI

18.49%
按下载量换算637

windsurf

14.23%
按下载量换算491

trae

8.45%
按下载量换算291

OpenCode

3.11%
按下载量换算107

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。来源字段存在多来源差异,先按来源优先级自动处理,无法消解时进入异常复核队列。

来源信息

继续浏览同类 Skills