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.
2 parents 2cdc854 + 9087f86 commit 6b17905Copy full SHA for 6b17905
modules/exploits/multi/misc/nomad_exec.rb
@@ -52,8 +52,8 @@ def initialize(info = {})
52
'DisclosureDate' => '2021-05-17',
53
'Notes' => {
54
'Stability' => [CRASH_SAFE],
55
- 'Reliability' => [ARTIFACTS_ON_DISK, IOC_IN_LOGS],
56
- 'SideEffects' => [REPEATABLE_SESSION]
+ 'SideEffects' => [ARTIFACTS_ON_DISK, IOC_IN_LOGS],
+ 'Reliability' => [REPEATABLE_SESSION]
57
}
58
)
59
0 commit comments