Adding Coneal & Tamper categories to template and Schema.

This commit is contained in:
xenoscr 2022-09-15 13:36:30 -04:00
parent dfb30f194f
commit e37d01107b
No known key found for this signature in database
GPG Key ID: 52C26F96860C0DAA
2 changed files with 12 additions and 1 deletions

View File

@ -12,6 +12,15 @@ mapping:
"Description":
type: str
required: true
"Aliases":
type: seq
required: false
sequence:
- type: map
mapping:
"Alias":
type: str
required: false
"Author":
type: str
required: true
@ -36,7 +45,7 @@ mapping:
"Category":
type: str
required: true
enum: [ADS, AWL Bypass, Compile, Copy, Credentials, Decode, Download, Dump, Encode, Execute, Reconnaissance, UAC Bypass, Upload]
enum: [ADS, AWL Bypass, Compile, Conceal, Copy, Credentials, Decode, Download, Dump, Encode, Execute, Reconnaissance, Tamper, UAC Bypass, Upload]
"Privileges":
type: str
required: true

View File

@ -6,6 +6,8 @@ Created: YYYY-MM-DD (date the person created this file)
Commands:
- Command: The command
Description: Description of the command
Aliases:
- An alias for the command (example: ProcDump.exe & ProcDump64.exe)
Usecase: A description of the usecase
Category: Execute
Privileges: Required privs