Added machine to t1222 telem. comment

This commit is contained in:
VakarisZ 2019-08-20 08:35:45 +03:00
parent 69de938a37
commit cae1b72d86
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ class T1222Telem(VictimHostTelem):
T1222 telemetry.
:param status: ScanStatus of technique
:param command: command used to change permissions
:param machine: VictimHost type object
"""
super(T1222Telem, self).__init__('T1222', status, machine)
self.command = command