CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/msf/util/dot_net_deserialization/gadget_chains.rb
Views: 11623
1
module Msf
2
module Util
3
module DotNetDeserialization
4
module GadgetChains
5
6
7
NAMES = [
8
:ClaimsPrincipal,
9
:DataSet,
10
:DataSetTypeSpoof,
11
:ObjectDataProvider,
12
:TextFormattingRunProperties,
13
:TypeConfuseDelegate,
14
:WindowsIdentity
15
]
16
17
end
18
end
19
end
20
end
21
22