Whitespace clean up

git-svn-id: file:///home/svn/framework3/trunk@14190 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Carlos Perez 2011-11-08 15:48:04 +00:00
parent 4490bb4683
commit 3ac11b7d44
1 changed files with 0 additions and 2 deletions

View File

@ -100,7 +100,6 @@ class Metasploit3 < Msf::Post
# Create a payload given a name, lhost and lport, additional options
def create_payload(name, lhost, lport, opts = "")
pay = client.framework.payloads.create(name)
pay.datastore['LHOST'] = lhost
pay.datastore['LPORT'] = lport
@ -113,7 +112,6 @@ class Metasploit3 < Msf::Post
# Validate the options for the module
pay.options.validate(pay.datastore)
return pay
end
# Starts a multi/handler session