From 305e3ca308f5c3a52c96e2ffdca1ccb6893faabc Mon Sep 17 00:00:00 2001 From: amaloteaux <> Date: Sun, 22 May 2011 11:54:51 +0000 Subject: [PATCH] typo git-svn-id: file:///home/svn/framework3/trunk@12681 4d416f70-5f16-0410-b530-b9f4589650da --- modules/auxiliary/spoof/arp/arp_poisoning.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)