Skip to content

Commit 3b6567c

Browse files
committed
switch to attck ref
1 parent 9120d89 commit 3b6567c

File tree

1 file changed

+1
-1
lines changed
  • modules/exploits/multi/persistence

1 file changed

+1
-1
lines changed

modules/exploits/multi/persistence/cron.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def initialize(info = {})
5454
'BadChars' => "#%\x10\x13" # is for comments, % is for newline
5555
},
5656
'References' => [
57-
['URL', 'https://attack.mitre.org/techniques/T1053/003/']
57+
['ATT&CK', Mitre::Attack::Technique::T1053_003_CRON]
5858
],
5959
'Notes' => {
6060
'Stability' => [CRASH_SAFE],

0 commit comments

Comments
 (0)