targ_host --> target_host for consistency with other modules

git-svn-id: file:///home/svn/framework3/trunk@8907 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-03-25 00:41:58 +00:00
parent 282c2fb2b2
commit fd97c89959
1 changed files with 2 additions and 2 deletions

View File

@ -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