git-svn-id: file:///home/svn/framework3/trunk@12567 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-05-08 21:36:29 +00:00
parent af87e1def0
commit 244e251d7b
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
##
# $Id: arp_poisoning.rb 12564 2011-05-08 09:43:22Z amaloteaux $
# $Id$
##
##
@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary
def initialize
super(
'Name' => 'ARP Spoof',
'Version' => '$Revision: 12564 $',
'Version' => '$Revision$',
'Description' => %q{
Spoof ARP replies and poison remote ARP caches to conduct IP address spoofing or a denial of service.
},

View File

@ -1,5 +1,5 @@
##
# $Id: arp_sweep.rb 12316 2011-04-14 16:29:56Z amaloteaux $
# $Id$
##
##
@ -18,7 +18,7 @@ class Metasploit3 < Msf::Auxiliary
def initialize
super(
'Name' => 'Pcap replay utility',
'Version' => '$Revision: 12316 $',
'Version' => '$Revision$',
'Description' => %q{
replay a pcap capture file
},