Skip to content

Commit 05c3c9a

Browse files
committed
Updated reliability comment
1 parent 2da95eb commit 05c3c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/local/cve_2024_30088_authz_basep.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def initialize(info = {})
5151
'Notes' => {
5252
'Stability' => [ CRASH_SAFE, ],
5353
'SideEffects' => [ ARTIFACTS_ON_DISK, ],
54-
'Reliability' => [UNRELIABLE_SESSION] # Should always return a session on the first run but after that a session is not guaranteed
55-
},
54+
'Reliability' => [UNRELIABLE_SESSION] # It should return a session on the first run although has the potential to fail.
55+
}, # After the first run the original session will usually die if the module is rerun against the same session.
5656
'Compat' => {
5757
'Meterpreter' => {
5858
'Commands' => %w[

0 commit comments

Comments
 (0)