Default the scope ID to 0, explicitly

unstable
HD Moore 2011-12-10 13:46:16 -06:00
parent 1ae12e3a23
commit 2d3064c1ec
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module Metasploit3
)) ))
register_options([ register_options([
OptInt.new('SCOPEID', [false, "IPv6 scope ID, for link-local addresses"]) OptInt.new('SCOPEID', [false, "IPv6 scope ID, for link-local addresses", 0])
]) ])
end end