Skip to content

Commit

Permalink
Adjust option name
Browse files Browse the repository at this point in the history
  • Loading branch information
EgeBalci committed Sep 4, 2023
1 parent c2fc371 commit 4088276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def initialize(info = {})

register_options(
[
OptPort.new('RPORT', [true, 'The remote port', 1777])
OptPort.new('RPORT', [true, 'The remote Avalanche Manager port', 1777])
]
)
end
Expand Down

0 comments on commit 4088276

Please sign in to comment.