re-order includes a bit
git-svn-id: file:///home/svn/framework3/trunk@11641 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
56b112e03b
commit
a0a8ea8cbd
|
@ -10,13 +10,13 @@
|
|||
##
|
||||
|
||||
require 'msf/core'
|
||||
require 'rex/proto/smb/utils'
|
||||
|
||||
require 'rex/proto/smb/constants'
|
||||
|
||||
|
||||
UTILS = Rex::Proto::SMB::Utils
|
||||
CONST = Rex::Proto::SMB::Constants
|
||||
|
||||
require 'rex/proto/smb/utils'
|
||||
UTILS = Rex::Proto::SMB::Utils
|
||||
|
||||
class Metasploit3 < Msf::Auxiliary
|
||||
|
||||
include Msf::Exploit::Remote::HttpServer::HTML
|
||||
|
|
Loading…
Reference in New Issue