Skip to content

Commit 42fd287

Browse files
author
Brent Cook
committed
remove debug
1 parent beea5e1 commit 42fd287

File tree

1 file changed

+1
-3
lines changed
  • lib/msf/core/modules/external

1 file changed

+1
-3
lines changed

lib/msf/core/modules/external/shim.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ def self.remote_exploit_cmd_stager(mod)
5454
meta = mod_meta_common(mod)
5555
meta = mod_meta_exploit(mod, meta)
5656
meta[:command_stager_flavor] = mod.meta['payload']['command_stager_flavor'].dump
57-
out = render_template('remote_exploit_cmd_stager.erb', meta)
58-
File.write("/tmp/blah.rb", out)
59-
out
57+
render_template('remote_exploit_cmd_stager.erb', meta)
6058
end
6159
end

0 commit comments

Comments
 (0)