Files
metasploit-gs/lib/msf/util.rb
T
2021-01-18 14:21:54 +00:00

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