·buffer overflow exploitation
</>

buffer overflow exploitation

zebbern/secops-cli-guides

当用户要求“利用缓冲区溢出漏洞”、“开发基于堆栈的漏洞”、“查找 EIP 偏移量”、“识别坏字符”、“创建 shellcode 有效负载”、“对崩溃进行模糊测试”或“通过内存损坏获得远程代码执行”时,应该使用此技能。它提供了用于发现和利用 Windows 应用程序中的缓冲区溢出漏洞的全面技术。

4安装·0热度·@zebbern

安装

$npx skills add https://github.com/zebbern/secops-cli-guides --skill buffer overflow exploitation

SKILL.md

Execute systematic buffer overflow vulnerability discovery and exploitation against Windows applications to achieve remote code execution. This skill enables comprehensive fuzzing to identify crashes, determination of EIP offset, bad character identification, JMP ESP location discovery, shellcode generation, and final exploit construction for penetration testing and OSCP-style assessments.

Create Fuzzing Script Systematically send increasing buffer sizes to identify crash point:

Generate Unique Pattern Create a non-repeating pattern to identify exact offset:

当用户要求“利用缓冲区溢出漏洞”、“开发基于堆栈的漏洞”、“查找 EIP 偏移量”、“识别坏字符”、“创建 shellcode 有效负载”、“对崩溃进行模糊测试”或“通过内存损坏获得远程代码执行”时,应该使用此技能。它提供了用于发现和利用 Windows 应用程序中的缓冲区溢出漏洞的全面技术。 来源:zebbern/secops-cli-guides。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/zebbern/secops-cli-guides --skill buffer overflow exploitation
分类
</>开发工具
认证
收录时间
2026-02-05
更新时间
2026-02-18

快速解答

什么是 buffer overflow exploitation?

当用户要求“利用缓冲区溢出漏洞”、“开发基于堆栈的漏洞”、“查找 EIP 偏移量”、“识别坏字符”、“创建 shellcode 有效负载”、“对崩溃进行模糊测试”或“通过内存损坏获得远程代码执行”时,应该使用此技能。它提供了用于发现和利用 Windows 应用程序中的缓冲区溢出漏洞的全面技术。 来源:zebbern/secops-cli-guides。

如何安装 buffer overflow exploitation?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/zebbern/secops-cli-guides --skill buffer overflow exploitation 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/zebbern/secops-cli-guides