Skip to content

Commit 075f48a

Browse files
committed
Fix path
1 parent 2510580 commit 075f48a

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)