Remove unused options

bug/bundler_fix
Jon Hart 2014-11-10 12:04:09 -08:00
parent 134046975e
commit 895bdd9c6f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Metasploit3 < Msf::Auxiliary
OptBool.new('FULL_DUPLEX', [true, 'True iff full-duplex, false otherwise', true])
], self.class)
deregister_options('RHOST')
deregister_options('FILTER', 'PCAPFILE', 'RHOST', 'SNAPLEN', 'TIMEOUT')
end
def setup