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 4591de4 commit d9f9657Copy full SHA for d9f9657
modules/exploits/linux/persistence/bash_profile.rb
@@ -52,7 +52,7 @@ def initialize(info = {})
52
],
53
'DefaultTarget' => 0,
54
'References' => [
55
- ['URL', 'https://attack.mitre.org/techniques/T1546/004/']
+ ['ATT&CK', Mitre::Attack::Technique::T1546_004_UNIX_SHELL_CONFIGURATION_MODIFICATION]
56
57
'Notes' => {
58
'Reliability' => [ REPEATABLE_SESSION, EVENT_DEPENDENT ],
0 commit comments