mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-07 21:17:58 +02:00
Add files via upload
This commit is contained in:
+5
-13
@@ -1,24 +1,21 @@
|
||||
name: "ropper"
|
||||
command: "ropper"
|
||||
enabled: true
|
||||
|
||||
short_description: "高级ROP/JOP gadget搜索工具"
|
||||
|
||||
description: |
|
||||
Ropper是一个高级ROP/JOP gadget搜索工具,用于漏洞利用开发。
|
||||
|
||||
|
||||
**主要功能:**
|
||||
- ROP/JOP gadget搜索
|
||||
- Gadget质量评估
|
||||
- 多种架构支持
|
||||
- 利用链生成
|
||||
|
||||
|
||||
**使用场景:**
|
||||
- 漏洞利用开发
|
||||
- ROP链构建
|
||||
- 二进制分析
|
||||
- 安全研究
|
||||
|
||||
parameters:
|
||||
- name: "binary"
|
||||
type: "string"
|
||||
@@ -26,7 +23,6 @@ parameters:
|
||||
required: true
|
||||
flag: "--file"
|
||||
format: "flag"
|
||||
|
||||
- name: "gadget_type"
|
||||
type: "string"
|
||||
description: "Gadget类型(rop, jop, sys, all)"
|
||||
@@ -34,7 +30,6 @@ parameters:
|
||||
flag: "--type"
|
||||
format: "flag"
|
||||
default: "rop"
|
||||
|
||||
- name: "quality"
|
||||
type: "int"
|
||||
description: "Gadget质量级别(1-5)"
|
||||
@@ -42,32 +37,29 @@ parameters:
|
||||
flag: "--quality"
|
||||
format: "flag"
|
||||
default: 1
|
||||
|
||||
- name: "arch"
|
||||
type: "string"
|
||||
description: "目标架构(x86, x86_64, arm等)"
|
||||
required: false
|
||||
flag: "--arch"
|
||||
format: "flag"
|
||||
|
||||
- name: "search_string"
|
||||
type: "string"
|
||||
description: "要搜索的特定gadget模式"
|
||||
required: false
|
||||
flag: "--search"
|
||||
format: "flag"
|
||||
|
||||
- name: "additional_args"
|
||||
type: "string"
|
||||
description: |
|
||||
额外的ropper参数。用于传递未在参数列表中定义的ropper选项。
|
||||
|
||||
|
||||
**示例值:**
|
||||
- 根据工具特性添加常用参数示例
|
||||
|
||||
|
||||
**注意事项:**
|
||||
- 多个参数用空格分隔
|
||||
- 确保参数格式正确,避免命令注入
|
||||
- 此参数会直接追加到命令末尾
|
||||
required: false
|
||||
format: "positional"
|
||||
format: "positional"
|
||||
|
||||
Reference in New Issue
Block a user