Skip to content

Commit d9f9657

Browse files
committed
use new ATTCK ref
1 parent 4591de4 commit d9f9657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/persistence/bash_profile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def initialize(info = {})
5252
],
5353
'DefaultTarget' => 0,
5454
'References' => [
55-
['URL', 'https://attack.mitre.org/techniques/T1546/004/']
55+
['ATT&CK', Mitre::Attack::Technique::T1546_004_UNIX_SHELL_CONFIGURATION_MODIFICATION]
5656
],
5757
'Notes' => {
5858
'Reliability' => [ REPEATABLE_SESSION, EVENT_DEPENDENT ],

0 commit comments

Comments
 (0)