Fixes #463. Missing a return value in exe.rb and missing a default format in msfencode
git-svn-id: file:///home/svn/framework3/trunk@7357 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
70b2d06c86
commit
8309599ca3
|
@ -423,7 +423,7 @@ require 'rex/pescan'
|
|||
vbs << "#{var_func}\r\n"
|
||||
vbs << "WScript.Sleep #{delay * 1000}\r\n" if persist
|
||||
vbs << "Loop\r\n" if persist
|
||||
|
||||
vbs
|
||||
end
|
||||
|
||||
def self.to_win32pe_vbs(framework, code, opts={})
|
||||
|
|
Loading…
Reference in New Issue