Whitespace clean up
git-svn-id: file:///home/svn/framework3/trunk@14190 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
4490bb4683
commit
3ac11b7d44
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue