forked from p15670423/monkey
Added machine to t1222 telem. comment
This commit is contained in:
parent
69de938a37
commit
cae1b72d86
|
@ -7,6 +7,7 @@ class T1222Telem(VictimHostTelem):
|
||||||
T1222 telemetry.
|
T1222 telemetry.
|
||||||
:param status: ScanStatus of technique
|
:param status: ScanStatus of technique
|
||||||
:param command: command used to change permissions
|
:param command: command used to change permissions
|
||||||
|
:param machine: VictimHost type object
|
||||||
"""
|
"""
|
||||||
super(T1222Telem, self).__init__('T1222', status, machine)
|
super(T1222Telem, self).__init__('T1222', status, machine)
|
||||||
self.command = command
|
self.command = command
|
||||||
|
|
Loading…
Reference in New Issue