30 lines
419 B
Ruby
30 lines
419 B
Ruby
# -*- coding: binary -*-
|
|
###
|
|
#
|
|
# framework-util
|
|
# --------------
|
|
#
|
|
# The util library miscellaneous routines that involve the framework
|
|
# API, but are not directly related to the core/base/ui structure.
|
|
#
|
|
###
|
|
|
|
|
|
require 'rex'
|
|
|
|
module Msf
|
|
module Util
|
|
|
|
end
|
|
end
|
|
|
|
# Executable generation and encoding
|
|
|
|
# Host helpers
|
|
|
|
# DBManager helpers
|
|
|
|
# Java deserialization payload generators
|
|
|
|
# .NET deserialization payload generators
|