mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 15:28:34 +01:00
Adding Coneal & Tamper categories to template and Schema.
This commit is contained in:
parent
dfb30f194f
commit
e37d01107b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user