git-svn-id: file:///home/svn/framework3/trunk@12681 4d416f70-5f16-0410-b530-b9f4589650da
unstable
amaloteaux 2011-05-22 11:54:51 +00:00
parent 097f954e7b
commit 305e3ca308
1 changed files with 2 additions and 2 deletions

View File

@ -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)