mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-07 13:07:57 +02:00
Add files via upload
This commit is contained in:
+3
-9
@@ -1,24 +1,21 @@
|
||||
name: "john"
|
||||
command: "john"
|
||||
enabled: true
|
||||
|
||||
short_description: "John the Ripper密码破解工具"
|
||||
|
||||
description: |
|
||||
John the Ripper是一个快速的密码破解工具,支持多种哈希算法。
|
||||
|
||||
|
||||
**主要功能:**
|
||||
- 多种哈希算法支持
|
||||
- 字典攻击
|
||||
- 暴力破解
|
||||
- 规则引擎
|
||||
|
||||
|
||||
**使用场景:**
|
||||
- 密码恢复
|
||||
- 哈希破解
|
||||
- 安全测试
|
||||
- 取证分析
|
||||
|
||||
parameters:
|
||||
- name: "hash_file"
|
||||
type: "string"
|
||||
@@ -26,7 +23,6 @@ parameters:
|
||||
required: true
|
||||
position: 0
|
||||
format: "positional"
|
||||
|
||||
- name: "wordlist"
|
||||
type: "string"
|
||||
description: "字典文件"
|
||||
@@ -34,16 +30,14 @@ parameters:
|
||||
default: "/usr/share/wordlists/rockyou.txt"
|
||||
flag: "--wordlist"
|
||||
format: "flag"
|
||||
|
||||
- name: "format_type"
|
||||
type: "string"
|
||||
description: "哈希格式类型"
|
||||
required: false
|
||||
flag: "--format"
|
||||
format: "flag"
|
||||
|
||||
- name: "additional_args"
|
||||
type: "string"
|
||||
description: "额外的John参数"
|
||||
required: false
|
||||
|
||||
format: "positional"
|
||||
|
||||
Reference in New Issue
Block a user