Skip to content

Commit f50ede1

Browse files
committed
Remove redundant methods
1 parent 4c4fe0b commit f50ede1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/msf/util/exe.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -892,10 +892,6 @@ def self.to_vba(framework,code,opts={})
892892
return read_replace_script_template("to_mem.vba.template", hash_sub)
893893
end
894894

895-
def self.to_win32pe_vba(framework, code, opts={})
896-
to_exe_vba(to_executable(framework, code, opts))
897-
end
898-
899895
def self.to_exe_vbs(exes = '', opts={})
900896
delay = opts[:delay] || 5
901897
persist = opts[:persist] || false
@@ -996,14 +992,6 @@ def self.to_win32pe_vbs(framework, code, opts={})
996992
to_exe_vbs(to_win32pe(framework, code, opts), opts)
997993
end
998994

999-
def self.to_win32pe_asp(framework, code, opts={})
1000-
to_exe_asp(to_win32pe(framework, code, opts), opts)
1001-
end
1002-
1003-
def self.to_win32pe_aspx(framework, code, opts={})
1004-
to_exe_aspx(to_win32pe(framework, code, opts), opts)
1005-
end
1006-
1007995
# Creates a jar file that drops the provided +exe+ into a random file name
1008996
# in the system's temp dir and executes it.
1009997
#

0 commit comments

Comments
 (0)