We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4fe0b commit f50ede1Copy full SHA for f50ede1
lib/msf/util/exe.rb
@@ -892,10 +892,6 @@ def self.to_vba(framework,code,opts={})
892
return read_replace_script_template("to_mem.vba.template", hash_sub)
893
end
894
895
- def self.to_win32pe_vba(framework, code, opts={})
896
- to_exe_vba(to_executable(framework, code, opts))
897
- end
898
-
899
def self.to_exe_vbs(exes = '', opts={})
900
delay = opts[:delay] || 5
901
persist = opts[:persist] || false
@@ -996,14 +992,6 @@ def self.to_win32pe_vbs(framework, code, opts={})
996
992
to_exe_vbs(to_win32pe(framework, code, opts), opts)
997
993
998
994
999
- def self.to_win32pe_asp(framework, code, opts={})
1000
- to_exe_asp(to_win32pe(framework, code, opts), opts)
1001
1002
1003
- def self.to_win32pe_aspx(framework, code, opts={})
1004
- to_exe_aspx(to_win32pe(framework, code, opts), opts)
1005
1006
1007
995
# Creates a jar file that drops the provided +exe+ into a random file name
1008
# in the system's temp dir and executes it.
1009
#
0 commit comments