Add files via upload

This commit is contained in:
公明
2025-11-21 23:20:41 +08:00
committed by GitHub
parent c6fbd12447
commit 832dbb2cd4
79 changed files with 1396 additions and 1424 deletions
+5 -13
View File
@@ -1,24 +1,21 @@
name: "hashcat"
command: "hashcat"
enabled: true
short_description: "高级密码破解工具,支持GPU加速"
description: |
Hashcat是一个高级密码恢复工具,支持多种哈希算法和攻击模式。
**主要功能:**
- 支持多种哈希算法
- GPU加速
- 多种攻击模式(字典、组合、掩码等)
- 规则引擎
**使用场景:**
- 密码恢复
- 哈希破解
- 安全测试
- 取证分析
parameters:
- name: "hash_file"
type: "string"
@@ -26,14 +23,12 @@ parameters:
required: true
position: 0
format: "positional"
- name: "hash_type"
type: "string"
description: "哈希类型编号"
required: true
flag: "-m"
format: "flag"
- name: "attack_mode"
type: "string"
description: "攻击模式(0=字典, 1=组合, 3=掩码等)"
@@ -41,7 +36,6 @@ parameters:
default: "0"
flag: "-a"
format: "flag"
- name: "wordlist"
type: "string"
description: "字典文件"
@@ -49,16 +43,14 @@ parameters:
default: "/usr/share/wordlists/rockyou.txt"
position: 1
format: "positional"
- name: "mask"
type: "string"
description: "掩码(用于掩码攻击)"
required: false
flag: "-a"
format: "flag"
position: 2
format: "positional"
- name: "additional_args"
type: "string"
description: "额外的Hashcat参数"
required: false
format: "positional"