We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290bfd8 commit 72d43eaCopy full SHA for 72d43ea
modules/exploits/linux/persistence/init_sysvinit.rb
@@ -57,7 +57,7 @@ def initialize(info = {})
57
],
58
'References' => [
59
['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/']
+ ['ATT&CK', Mitre::Attack::Technique::T1543_CREATE_OR_MODIFY_SYSTEM_PROCESS]
61
62
'SessionTypes' => ['shell', 'meterpreter'],
63
'Privileged' => true,
0 commit comments