Skip to content

Commit

Permalink
Updated reliability comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 committed Sep 4, 2024
1 parent 2da95eb commit 05c3c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/exploits/windows/local/cve_2024_30088_authz_basep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def initialize(info = {})
'Notes' => {
'Stability' => [ CRASH_SAFE, ],
'SideEffects' => [ ARTIFACTS_ON_DISK, ],
'Reliability' => [UNRELIABLE_SESSION] # Should always return a session on the first run but after that a session is not guaranteed
},
'Reliability' => [UNRELIABLE_SESSION] # It should return a session on the first run although has the potential to fail.
}, # After the first run the original session will usually die if the module is rerun against the same session.
'Compat' => {
'Meterpreter' => {
'Commands' => %w[
Expand Down

0 comments on commit 05c3c9a

Please sign in to comment.