Remove unused EOFs

bug/bundler_fix
Meatballs 2014-04-23 02:37:07 +01:00
parent 01bfad3489
commit 1347649a47
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 1 additions and 2 deletions

View File

@ -77,10 +77,9 @@ module Exploit::Powershell
# Will invoke PSH modifiers as enabled
#
# @param script_in [String] Script contents
# @param eof [String] Marker to indicate the end of file appended to script
#
# @return [String] Encoded script
def encode_script(script_in, eof = nil)
def encode_script(script_in)
# Build script object
psh = PowershellScript.new(script_in)
# Invoke enabled modifiers