diff --git a/modules/auxiliary/spoof/arp/arp_poisoning.rb b/modules/auxiliary/spoof/arp/arp_poisoning.rb index d1df8180e6..b7eb17e98d 100644 --- a/modules/auxiliary/spoof/arp/arp_poisoning.rb +++ b/modules/auxiliary/spoof/arp/arp_poisoning.rb @@ -43,8 +43,8 @@ class Metasploit3 < Msf::Auxiliary OptString.new('DHOSTS', [true, 'Target ip addresses']), 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, 'Display more output on screen',false]), - OptBool.new( 'VERBOSE', [true, 'Auto add new host when discovered by the listener',false]), + OptBool.new( 'AUTO_ADD', [true, 'Auto add new host when discovered by the listener',false]), + OptBool.new( 'VERBOSE', [true, 'Display more output on screen',false]), OptBool.new( 'LISTENER', [true, 'Use an additionnal thread that will listen to arp request and try to relply as fast as possible', true]) ], self.class)