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 c2fc371 commit 4088276Copy full SHA for 4088276
modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb
@@ -55,7 +55,7 @@ def initialize(info = {})
55
56
register_options(
57
[
58
- OptPort.new('RPORT', [true, 'The remote port', 1777])
+ OptPort.new('RPORT', [true, 'The remote Avalanche Manager port', 1777])
59
]
60
)
61
end
0 commit comments