From 4e492a1b0c6048e970545a077c5b3875b4fc2f13 Mon Sep 17 00:00:00 2001 From: Spencer McIntyre Date: Sun, 13 Dec 2015 12:04:20 -0500 Subject: [PATCH] Add an additional grammar change to the listener option --- modules/auxiliary/spoof/arp/arp_poisoning.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/spoof/arp/arp_poisoning.rb b/modules/auxiliary/spoof/arp/arp_poisoning.rb index 5dab583df2..e60bac50ee 100644 --- a/modules/auxiliary/spoof/arp/arp_poisoning.rb +++ b/modules/auxiliary/spoof/arp/arp_poisoning.rb @@ -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([