2009-06-20 17:42:17 +00:00
|
|
|
###
|
|
|
|
#
|
|
|
|
# framework-util
|
|
|
|
# --------------
|
|
|
|
#
|
|
|
|
# The util library miscellaneous routines that involve the framework
|
|
|
|
# API, but are not directly related to the core/base/ui structure.
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
require 'msf/core'
|
|
|
|
require 'rex'
|
|
|
|
|
|
|
|
module Msf
|
|
|
|
module Util
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
# Executable generation and encoding
|
|
|
|
require 'msf/util/exe'
|
2009-11-09 01:50:44 +00:00
|
|
|
|
|
|
|
# Parse SVN entries
|
|
|
|
require 'msf/util/svn'
|