Try 445 then 139 - faster in most cases
git-svn-id: file:///home/svn/framework3/trunk@6675 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
58fb65d4ef
commit
2061f2e048
|
@ -44,7 +44,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
|
||||
# Fingerprint a single host
|
||||
def run_host(ip)
|
||||
[[139, false], [445, true]].each do |info|
|
||||
[[445, true], [139, false]].each do |info|
|
||||
|
||||
datastore['RPORT'] = info[0]
|
||||
datastore['SMBDirect'] = info[1]
|
||||
|
|
Loading…
Reference in New Issue