From cybersecurity-skills
Guides red teamers through scanning, exploiting, and post-exploitation of MS17-010 (EternalBlue) SMBv1 vulnerability. Useful for authorized penetration tests targeting legacy Windows systems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills:exploiting-ms17-010-eternalblue-vulnerabilityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
MS17-010 (EternalBlue) is a critical vulnerability in Microsoft's SMBv1 implementation that allows remote code execution. Originally discovered by the NSA and leaked by the Shadow Brokers in 2017, it was used in the WannaCry and NotPetya ransomware campaigns. Despite patches being available since March 2017, many organizations still have unpatched systems, making it a viable red team exploitati...
MS17-010 (EternalBlue) is a critical vulnerability in Microsoft's SMBv1 implementation that allows remote code execution. Originally discovered by the NSA and leaked by the Shadow Brokers in 2017, it was used in the WannaCry and NotPetya ransomware campaigns. Despite patches being available since March 2017, many organizations still have unpatched systems, making it a viable red team exploitation vector especially in legacy environments.
| Tool | Purpose |
|---|---|
| Nmap ms-17-010 NSE scripts | Vulnerability detection |
| Metasploit ms17_010_eternalblue | Exploitation module |
| Metasploit ms17_010_psexec | Alternative exploitation |
| AutoBlue-MS17-010 | Standalone Python exploit |
| CrackMapExec | Mass SMB vulnerability scanning |
npx claudepluginhub mukul975/anthropic-cybersecurity-skills --plugin cybersecurity-skillsGuides red teamers through scanning, exploiting, and post-exploitation of MS17-010 (EternalBlue) SMBv1 vulnerability. Useful for authorized penetration tests targeting legacy Windows systems.
Guides exploitation of MS17-010 (EternalBlue) SMBv1 vulnerability for authorized red team engagements, including scanning, exploitation, and post-exploitation phases.
Guides red team exploitation of MS17-010 EternalBlue SMBv1 vulnerability: scanning with Nmap, Metasploit execution, post-exploitation persistence and credential dumping. For authorized pentests.