Fix upexec handle_connection_stage arguments

git-svn-id: file:///home/svn/framework3/trunk@12511 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-05-02 18:54:02 +00:00
parent 602854c095
commit 7cb8e56cfe
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ module Metasploit3
#
# Uploads and executes the file
#
def handle_connection_stage(conn)
def handle_connection_stage(conn, opts={})
begin
# bug fix for: data = ::IO.read(datastore['PEXEC'])
# the above does not return the entire contents