Skip to content

Commit 72d43ea

Browse files
committed
use attck ref in sysvinit persistence module
1 parent 290bfd8 commit 72d43ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/persistence/init_sysvinit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def initialize(info = {})
5757
],
5858
'References' => [
5959
['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'],
60-
['URL', 'https://attack.mitre.org/techniques/T1543/']
60+
['ATT&CK', Mitre::Attack::Technique::T1543_CREATE_OR_MODIFY_SYSTEM_PROCESS]
6161
],
6262
'SessionTypes' => ['shell', 'meterpreter'],
6363
'Privileged' => true,

0 commit comments

Comments
 (0)