Skip to content

Commit 4088276

Browse files
committed
Adjust option name
1 parent c2fc371 commit 4088276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def initialize(info = {})
5555

5656
register_options(
5757
[
58-
OptPort.new('RPORT', [true, 'The remote port', 1777])
58+
OptPort.new('RPORT', [true, 'The remote Avalanche Manager port', 1777])
5959
]
6060
)
6161
end

0 commit comments

Comments
 (0)