Fix upexec handle_connection_stage arguments
git-svn-id: file:///home/svn/framework3/trunk@12511 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
602854c095
commit
7cb8e56cfe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue