Try 445 before 139 these days

git-svn-id: file:///home/svn/framework3/trunk@5554 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-07-14 05:37:07 +00:00
parent 798ea895b8
commit 45f8b5502f
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ class Exploits::Windows::Smb::SMBRelay < Msf::Exploit::Remote
rsock = nil
rport = nil
[139, 445].each do |rport|
[445, 139].each do |rport|
begin
rsock = Rex::Socket::Tcp.create(
'PeerHost' => target_host,