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 2da95eb commit 05c3c9aCopy full SHA for 05c3c9a
modules/exploits/windows/local/cve_2024_30088_authz_basep.rb
@@ -51,8 +51,8 @@ def initialize(info = {})
51
'Notes' => {
52
'Stability' => [ CRASH_SAFE, ],
53
'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
- },
+ '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.
56
'Compat' => {
57
'Meterpreter' => {
58
'Commands' => %w[
0 commit comments