diff --git a/modules/payloads/stagers/java/bind_tcp.rb b/modules/payloads/stagers/java/bind_tcp.rb index fbb876473a..c75dab995d 100644 --- a/modules/payloads/stagers/java/bind_tcp.rb +++ b/modules/payloads/stagers/java/bind_tcp.rb @@ -1,5 +1,5 @@ ## -# $Id: reverse_tcp.rb 9927 2010-07-25 19:14:00Z jduck $ +# $Id$ ## ## @@ -22,7 +22,7 @@ module Metasploit3 def initialize(info = {}) super(merge_info(info, 'Name' => 'Java Bind TCP stager', - 'Version' => '$Revision: 9927 $', + 'Version' => '$Revision$', 'Description' => 'Listen for a connection', 'Author' => [ 'mihi', # all the hard work diff --git a/modules/payloads/stages/java/shell.rb b/modules/payloads/stages/java/shell.rb index 691edec4eb..9ff5ca0779 100644 --- a/modules/payloads/stages/java/shell.rb +++ b/modules/payloads/stages/java/shell.rb @@ -1,6 +1,6 @@ ## -# $Id: meterpreter.rb 9927 2010-07-25 19:14:00Z jduck $ +# $Id$ ## ## @@ -26,7 +26,7 @@ module Metasploit3 def initialize(info = {}) super(update_info(info, 'Name' => 'Command Shell', - 'Version' => '$Revision: 9927 $', + 'Version' => '$Revision$', 'Description' => 'Spawn a piped command shell (cmd.exe on Windows, /bin/sh everywhere else)', 'Author' => [ 'mihi', # all the hard work