re-order includes a bit

git-svn-id: file:///home/svn/framework3/trunk@11641 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2011-01-25 21:32:59 +00:00
parent 56b112e03b
commit a0a8ea8cbd
1 changed files with 4 additions and 4 deletions

View File

@ -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