remove unused inputargs (#2366)
This commit is contained in:
@@ -320,15 +320,6 @@ atomic_tests:
|
||||
This is done remotely via wmic and captures the event code 4776 from the domain controller and stores the ouput in C:\temp. [Reference](https://www.reliaquest.com/blog/socgholish-fakeupdates/)
|
||||
supported_platforms:
|
||||
- windows
|
||||
input_arguments:
|
||||
Domain:
|
||||
description: Domain that is being tested against
|
||||
type: string
|
||||
default: $env:USERDOMAIN
|
||||
DomainController:
|
||||
description: Domain Controller that is being tested against
|
||||
type: string
|
||||
default: $env:UserDnsDomain
|
||||
executor:
|
||||
command: |-
|
||||
wmic /node:$env:UserDnsDomain process call create 'wevtutil epl Security C:\Temp\ntlmusers.evtx /q:Event[System[(EventID=4776)]]'
|
||||
|
||||
Reference in New Issue
Block a user