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 9120d89 commit 3b6567cCopy full SHA for 3b6567c
modules/exploits/multi/persistence/cron.rb
@@ -54,7 +54,7 @@ def initialize(info = {})
54
'BadChars' => "#%\x10\x13" # is for comments, % is for newline
55
},
56
'References' => [
57
- ['URL', 'https://attack.mitre.org/techniques/T1053/003/']
+ ['ATT&CK', Mitre::Attack::Technique::T1053_003_CRON]
58
],
59
'Notes' => {
60
'Stability' => [CRASH_SAFE],
0 commit comments