1module Msf 2module Util 3module DotNetDeserialization 4module GadgetChains 5 6 7NAMES = [ 8 :ClaimsPrincipal, 9 :DataSet, 10 :DataSetTypeSpoof, 11 :ObjectDataProvider, 12 :TextFormattingRunProperties, 13 :TypeConfuseDelegate, 14 :WindowsIdentity 15] 16 17end 18end 19end 20end 21 22