targ_host --> target_host for consistency with other modules
git-svn-id: file:///home/svn/framework3/trunk@8907 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
282c2fb2b2
commit
fd97c89959
|
@ -191,8 +191,8 @@ class Metasploit3 < Msf::Auxiliary
|
|||
:proto => 'telnet',
|
||||
:user => user,
|
||||
:pass => pass,
|
||||
:targ_host => rhost,
|
||||
:targ_port => datastore['RPORT'],
|
||||
:target_host => rhost,
|
||||
:target_port => datastore['RPORT'],
|
||||
:proof => proof
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue