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',
|
:proto => 'telnet',
|
||||||
:user => user,
|
:user => user,
|
||||||
:pass => pass,
|
:pass => pass,
|
||||||
:targ_host => rhost,
|
:target_host => rhost,
|
||||||
:targ_port => datastore['RPORT'],
|
:target_port => datastore['RPORT'],
|
||||||
:proof => proof
|
:proof => proof
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue