Skip to content

Commit 136d635

Browse files
committed
Land rapid7#2796, @Meatballs1's patch for [FixRM rapid7#8716]
2 parents 90ce761 + 075f48a commit 136d635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/shell/spawn_meterpreter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def progress(total, sent)
8585
end
8686
opts = {
8787
:linemax => linemax,
88-
:decoder => File.join(Msf::Config.data_directory, "data", "exploits", "cmdstager", "vbs_b64"),
88+
:decoder => File.join(Msf::Config.data_directory, "exploits", "cmdstager", "vbs_b64"),
8989
#:nodelete => true # keep temp files (for debugging)
9090
}
9191
exe = Msf::Util::EXE.to_executable(framework, larch, lplat, buf)

0 commit comments

Comments
 (0)