changed module from exploit to auxiliary
git-svn-id: file:///home/svn/framework3/trunk@7595 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
91a7329810
commit
6e7de5b6d3
|
@ -13,7 +13,7 @@
|
|||
require 'msf/core'
|
||||
|
||||
|
||||
class Metasploit3 < Msf::Exploit::Remote
|
||||
class Metasploit3 < Msf::Auxiliary
|
||||
|
||||
|
||||
include Msf::Exploit::Remote::DCERPC
|
||||
|
@ -66,8 +66,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
def run
|
||||
|
||||
# Determine which pipe to use
|
||||
pipe = target['Pipe'] ? target['Pipe'] : datastore['SMBPIPE']
|
||||
|
||||
#pipe = target['Pipe'] ? target['Pipe'] : datastore['SMBPIPE']
|
||||
pipe = datastore['SMBPIPE']
|
||||
|
||||
print_status("Connecting to the SMB service...")
|
||||
connect()
|
||||
smb_login()
|
||||
|
|
Loading…
Reference in New Issue