diff --git a/modules/auxiliary/spoof/arp/arp_poisoning.rb b/modules/auxiliary/spoof/arp/arp_poisoning.rb index cb02ebadbe..1c353aa82e 100644 --- a/modules/auxiliary/spoof/arp/arp_poisoning.rb +++ b/modules/auxiliary/spoof/arp/arp_poisoning.rb @@ -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. }, diff --git a/modules/auxiliary/spoof/replay/pcap_replay.rb b/modules/auxiliary/spoof/replay/pcap_replay.rb index e190b1f18e..cbffabaa27 100644 --- a/modules/auxiliary/spoof/replay/pcap_replay.rb +++ b/modules/auxiliary/spoof/replay/pcap_replay.rb @@ -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 },