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

17 lines
178 B
Ruby

module Msf
module Util
module DotNetDeserialization
module GadgetChains
NAMES = [
:TextFormattingRunProperties,
:TypeConfuseDelegate,
:WindowsIdentity
]
end
end
end
end