Skip to content

Commit

Permalink
Remove SLEEP datastore option
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 committed Sep 4, 2024
1 parent 9ad5b41 commit 2da95eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/exploits/windows/local/cve_2024_30088_authz_basep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ def initialize(info = {})
}
)
)

register_options(
[
OptInt.new('SLEEP', [true, 'Sleep time to wait for race condition to be exploited', 10]),
]
)
end

def target_compatible?(version)
Expand Down

0 comments on commit 2da95eb

Please sign in to comment.