Add an additional grammar change to the listener option

bug/bundler_fix
Spencer McIntyre 2015-12-13 12:04:20 -05:00
parent 90a523fb0a
commit 4e492a1b0c
No known key found for this signature in database
GPG Key ID: C00D6B6AA5E15412
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Metasploit3 < Msf::Auxiliary
OptString.new('INTERFACE', [false, 'The name of the interface']),
OptBool.new( 'BIDIRECTIONAL', [true, 'Spoof also the source with the dest',false]),
OptBool.new( 'AUTO_ADD', [true, 'Auto add new host when discovered by the listener',false]),
OptBool.new( 'LISTENER', [true, 'Use an additional thread that will listen to arp request and try to reply as fast as possible', true])
OptBool.new( 'LISTENER', [true, 'Use an additional thread that will listen for arp requests to reply as fast as possible', true])
], self.class)
register_advanced_options([