parent
2e2d27d53a
commit
0182f394b4
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue