Fix bad variable, reported by bill.e.ghote

git-svn-id: file:///home/svn/framework3/trunk@6563 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-05-18 18:02:21 +00:00
parent 79c7abba8e
commit 8f5dc1305e
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class Metasploit3 < Msf::Auxiliary
]
target_port = datastore['RPORT']
vhost = datastore['VHOST'] || datastore['RHOST'] || target_host
vhost = datastore['VHOST'] || wmap_target_host || ip
begin
# Check service exists