Fix windows Logoff (#2105)

This commit is contained in:
frack113
2022-08-31 01:19:43 +02:00
committed by GitHub
parent 380177a075
commit 0d262d6dfb
+1 -6
View File
@@ -129,13 +129,8 @@ atomic_tests:
This test performs a Windows system logoff as seen in [dcrat backdoor capabilities](https://www.mandiant.com/resources/analyzing-dark-crystal-rat-backdoor)
supported_platforms:
- windows
input_arguments:
timeout:
description: Timeout period before shutdown (seconds)
type: Integer
default: 1
executor:
command: |
shutdown /l /t #{timeout}
shutdown /l
name: command_prompt
elevation_required: true