Skip to content

Commit 2969611

Browse files
committed
use attck ref in systemd persistence module
1 parent f240fed commit 2969611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/persistence/init_systemd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def initialize(info = {})
5656
'References' => [
5757
['URL', 'https://www.digitalocean.com/community/tutorials/how-to-configure-a-linux-service-to-start-automatically-after-a-crash-or-reboot-part-1-practical-examples'],
5858
['URL', 'https://coreos.com/docs/launching-containers/launching/getting-started-with-systemd/'],
59-
['ATT&CK', Mitre::Attack::Technique::T1543_CREATE_OR_MODIFY_SYSTEM_PROCESS]
59+
['ATT&CK', Mitre::Attack::Technique::T1543_002_SYSTEMD_SERVICE]
6060
],
6161
'SessionTypes' => ['shell', 'meterpreter'],
6262
'Notes' => {

0 commit comments

Comments
 (0)