Land #2796, @Meatballs1's patch for [FixRM #8716]

bug/bundler_fix
jvazquez-r7 2013-12-24 07:20:38 -06:00
commit 136d635300
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ begin
end
opts = {
:linemax => linemax,
:decoder => File.join(Msf::Config.data_directory, "data", "exploits", "cmdstager", "vbs_b64"),
:decoder => File.join(Msf::Config.data_directory, "exploits", "cmdstager", "vbs_b64"),
#:nodelete => true # keep temp files (for debugging)
}
exe = Msf::Util::EXE.to_executable(framework, larch, lplat, buf)