Fix #5797, extraneous nil fix

bug/bundler_fix blog-20151007
William Vu 2015-10-07 01:11:51 -05:00
commit ddea0ea708
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Metasploit4 < Msf::Auxiliary
register_options([ register_options([
Opt::RPORT(53), Opt::RPORT(53),
OptAddress.new('SRC_ADDR', [false, 'Source address to spoof', nil]) OptAddress.new('SRC_ADDR', [false, 'Source address to spoof'])
]) ])
deregister_options('PCAPFILE', 'FILTER', 'SNAPLEN', 'TIMEOUT') deregister_options('PCAPFILE', 'FILTER', 'SNAPLEN', 'TIMEOUT')