bencyc1129
commited on
Commit
•
ff010a2
1
Parent(s):
042c938
Upload tokenizer
Browse files- README.md +199 -0
- special_tokens_map.json +7 -0
- tokenizer.json +1083 -0
- tokenizer_config.json +57 -0
- vocab.txt +933 -0
README.md
ADDED
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags: []
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,1083 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
5 |
+
"added_tokens": [
|
6 |
+
{
|
7 |
+
"id": 0,
|
8 |
+
"content": "[PAD]",
|
9 |
+
"single_word": false,
|
10 |
+
"lstrip": false,
|
11 |
+
"rstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"special": true
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"id": 1,
|
17 |
+
"content": "[UNK]",
|
18 |
+
"single_word": false,
|
19 |
+
"lstrip": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"normalized": false,
|
22 |
+
"special": true
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"id": 2,
|
26 |
+
"content": "[CLS]",
|
27 |
+
"single_word": false,
|
28 |
+
"lstrip": false,
|
29 |
+
"rstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"special": true
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"id": 3,
|
35 |
+
"content": "[SEP]",
|
36 |
+
"single_word": false,
|
37 |
+
"lstrip": false,
|
38 |
+
"rstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"special": true
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"id": 4,
|
44 |
+
"content": "[MASK]",
|
45 |
+
"single_word": false,
|
46 |
+
"lstrip": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"special": true
|
50 |
+
}
|
51 |
+
],
|
52 |
+
"normalizer": {
|
53 |
+
"type": "BertNormalizer",
|
54 |
+
"clean_text": true,
|
55 |
+
"handle_chinese_chars": true,
|
56 |
+
"strip_accents": null,
|
57 |
+
"lowercase": true
|
58 |
+
},
|
59 |
+
"pre_tokenizer": {
|
60 |
+
"type": "BertPreTokenizer"
|
61 |
+
},
|
62 |
+
"post_processor": {
|
63 |
+
"type": "TemplateProcessing",
|
64 |
+
"single": [
|
65 |
+
{
|
66 |
+
"SpecialToken": {
|
67 |
+
"id": "[CLS]",
|
68 |
+
"type_id": 0
|
69 |
+
}
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"Sequence": {
|
73 |
+
"id": "A",
|
74 |
+
"type_id": 0
|
75 |
+
}
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"SpecialToken": {
|
79 |
+
"id": "[SEP]",
|
80 |
+
"type_id": 0
|
81 |
+
}
|
82 |
+
}
|
83 |
+
],
|
84 |
+
"pair": [
|
85 |
+
{
|
86 |
+
"SpecialToken": {
|
87 |
+
"id": "[CLS]",
|
88 |
+
"type_id": 0
|
89 |
+
}
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"Sequence": {
|
93 |
+
"id": "A",
|
94 |
+
"type_id": 0
|
95 |
+
}
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"SpecialToken": {
|
99 |
+
"id": "[SEP]",
|
100 |
+
"type_id": 0
|
101 |
+
}
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"Sequence": {
|
105 |
+
"id": "B",
|
106 |
+
"type_id": 1
|
107 |
+
}
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"SpecialToken": {
|
111 |
+
"id": "[SEP]",
|
112 |
+
"type_id": 1
|
113 |
+
}
|
114 |
+
}
|
115 |
+
],
|
116 |
+
"special_tokens": {
|
117 |
+
"[CLS]": {
|
118 |
+
"id": "[CLS]",
|
119 |
+
"ids": [
|
120 |
+
2
|
121 |
+
],
|
122 |
+
"tokens": [
|
123 |
+
"[CLS]"
|
124 |
+
]
|
125 |
+
},
|
126 |
+
"[SEP]": {
|
127 |
+
"id": "[SEP]",
|
128 |
+
"ids": [
|
129 |
+
3
|
130 |
+
],
|
131 |
+
"tokens": [
|
132 |
+
"[SEP]"
|
133 |
+
]
|
134 |
+
}
|
135 |
+
}
|
136 |
+
},
|
137 |
+
"decoder": {
|
138 |
+
"type": "WordPiece",
|
139 |
+
"prefix": "##",
|
140 |
+
"cleanup": true
|
141 |
+
},
|
142 |
+
"model": {
|
143 |
+
"type": "WordPiece",
|
144 |
+
"unk_token": "[UNK]",
|
145 |
+
"continuing_subword_prefix": "##",
|
146 |
+
"max_input_chars_per_word": 100,
|
147 |
+
"vocab": {
|
148 |
+
"[PAD]": 0,
|
149 |
+
"[UNK]": 1,
|
150 |
+
"[CLS]": 2,
|
151 |
+
"[SEP]": 3,
|
152 |
+
"[MASK]": 4,
|
153 |
+
"!": 5,
|
154 |
+
"\"": 6,
|
155 |
+
"#": 7,
|
156 |
+
"$": 8,
|
157 |
+
"%": 9,
|
158 |
+
"&": 10,
|
159 |
+
"'": 11,
|
160 |
+
"(": 12,
|
161 |
+
")": 13,
|
162 |
+
"*": 14,
|
163 |
+
"+": 15,
|
164 |
+
",": 16,
|
165 |
+
"-": 17,
|
166 |
+
".": 18,
|
167 |
+
"/": 19,
|
168 |
+
"0": 20,
|
169 |
+
"1": 21,
|
170 |
+
"2": 22,
|
171 |
+
"3": 23,
|
172 |
+
"4": 24,
|
173 |
+
"5": 25,
|
174 |
+
"6": 26,
|
175 |
+
"7": 27,
|
176 |
+
"8": 28,
|
177 |
+
"9": 29,
|
178 |
+
":": 30,
|
179 |
+
";": 31,
|
180 |
+
"<": 32,
|
181 |
+
"=": 33,
|
182 |
+
">": 34,
|
183 |
+
"?": 35,
|
184 |
+
"@": 36,
|
185 |
+
"[": 37,
|
186 |
+
"\\": 38,
|
187 |
+
"]": 39,
|
188 |
+
"^": 40,
|
189 |
+
"_": 41,
|
190 |
+
"a": 42,
|
191 |
+
"b": 43,
|
192 |
+
"c": 44,
|
193 |
+
"d": 45,
|
194 |
+
"e": 46,
|
195 |
+
"f": 47,
|
196 |
+
"g": 48,
|
197 |
+
"h": 49,
|
198 |
+
"i": 50,
|
199 |
+
"j": 51,
|
200 |
+
"k": 52,
|
201 |
+
"l": 53,
|
202 |
+
"m": 54,
|
203 |
+
"n": 55,
|
204 |
+
"o": 56,
|
205 |
+
"p": 57,
|
206 |
+
"q": 58,
|
207 |
+
"r": 59,
|
208 |
+
"s": 60,
|
209 |
+
"t": 61,
|
210 |
+
"u": 62,
|
211 |
+
"v": 63,
|
212 |
+
"w": 64,
|
213 |
+
"x": 65,
|
214 |
+
"y": 66,
|
215 |
+
"z": 67,
|
216 |
+
"{": 68,
|
217 |
+
"|": 69,
|
218 |
+
"}": 70,
|
219 |
+
"##e": 71,
|
220 |
+
"##s": 72,
|
221 |
+
"##p": 73,
|
222 |
+
"##o": 74,
|
223 |
+
"##n": 75,
|
224 |
+
"##i": 76,
|
225 |
+
"##m": 77,
|
226 |
+
"##k": 78,
|
227 |
+
"##a": 79,
|
228 |
+
"##t": 80,
|
229 |
+
"##z": 81,
|
230 |
+
"##u": 82,
|
231 |
+
"##l": 83,
|
232 |
+
"##r": 84,
|
233 |
+
"##c": 85,
|
234 |
+
"##d": 86,
|
235 |
+
"##w": 87,
|
236 |
+
"##x": 88,
|
237 |
+
"##g": 89,
|
238 |
+
"##y": 90,
|
239 |
+
"##3": 91,
|
240 |
+
"##2": 92,
|
241 |
+
"##h": 93,
|
242 |
+
"##f": 94,
|
243 |
+
"##v": 95,
|
244 |
+
"##1": 96,
|
245 |
+
"##6": 97,
|
246 |
+
"##7": 98,
|
247 |
+
"##8": 99,
|
248 |
+
"##5": 100,
|
249 |
+
"##b": 101,
|
250 |
+
"##9": 102,
|
251 |
+
"##4": 103,
|
252 |
+
"##0": 104,
|
253 |
+
"##j": 105,
|
254 |
+
"##at": 106,
|
255 |
+
"##em": 107,
|
256 |
+
"##er": 108,
|
257 |
+
"##st": 109,
|
258 |
+
"##ut": 110,
|
259 |
+
"##ro": 111,
|
260 |
+
"##in": 112,
|
261 |
+
"ex": 113,
|
262 |
+
"##et": 114,
|
263 |
+
"##le": 115,
|
264 |
+
"##ss": 116,
|
265 |
+
"##ath": 117,
|
266 |
+
"path": 118,
|
267 |
+
"##re": 119,
|
268 |
+
"##on": 120,
|
269 |
+
"sy": 121,
|
270 |
+
"##ow": 122,
|
271 |
+
"##id": 123,
|
272 |
+
"##stem": 124,
|
273 |
+
"system": 125,
|
274 |
+
"##ile": 126,
|
275 |
+
"exe": 127,
|
276 |
+
"##mp": 128,
|
277 |
+
"file": 129,
|
278 |
+
"out": 130,
|
279 |
+
"##ar": 131,
|
280 |
+
"##ad": 132,
|
281 |
+
"##ass": 133,
|
282 |
+
"##put": 134,
|
283 |
+
"##ce": 135,
|
284 |
+
"##pp": 136,
|
285 |
+
"##py": 137,
|
286 |
+
"output": 138,
|
287 |
+
"##or": 139,
|
288 |
+
"##it": 140,
|
289 |
+
"##me": 141,
|
290 |
+
"##ve": 142,
|
291 |
+
"##emp": 143,
|
292 |
+
"pro": 144,
|
293 |
+
"##ol": 145,
|
294 |
+
"##al": 146,
|
295 |
+
"##ump": 147,
|
296 |
+
"##ct": 148,
|
297 |
+
"mem": 149,
|
298 |
+
"##nv": 150,
|
299 |
+
"##32": 151,
|
300 |
+
"##nt": 152,
|
301 |
+
"##ch": 153,
|
302 |
+
"ls": 154,
|
303 |
+
"pid": 155,
|
304 |
+
"temp": 156,
|
305 |
+
"win": 157,
|
306 |
+
"##om": 158,
|
307 |
+
"##ive": 159,
|
308 |
+
"##ur": 160,
|
309 |
+
"env": 161,
|
310 |
+
"st": 162,
|
311 |
+
"##ame": 163,
|
312 |
+
"##ll": 164,
|
313 |
+
"system32": 165,
|
314 |
+
"##di": 166,
|
315 |
+
"sh": 167,
|
316 |
+
"##ot": 168,
|
317 |
+
"##ion": 169,
|
318 |
+
"##act": 170,
|
319 |
+
"##der": 171,
|
320 |
+
"##dow": 172,
|
321 |
+
"##adow": 173,
|
322 |
+
"window": 174,
|
323 |
+
"windows": 175,
|
324 |
+
"ne": 176,
|
325 |
+
"##tc": 177,
|
326 |
+
"##ls": 178,
|
327 |
+
"##ract": 179,
|
328 |
+
"##co": 180,
|
329 |
+
"##ate": 181,
|
330 |
+
"##cho": 182,
|
331 |
+
"lsass": 183,
|
332 |
+
"etc": 184,
|
333 |
+
"it": 185,
|
334 |
+
"net": 186,
|
335 |
+
"pass": 187,
|
336 |
+
"re": 188,
|
337 |
+
"##no": 189,
|
338 |
+
"##ic": 190,
|
339 |
+
"##kl": 191,
|
340 |
+
"##kdi": 192,
|
341 |
+
"##ter": 193,
|
342 |
+
"echo": 194,
|
343 |
+
"hkl": 195,
|
344 |
+
"npp": 196,
|
345 |
+
"te": 197,
|
346 |
+
"##spy": 198,
|
347 |
+
"##pt": 199,
|
348 |
+
"##ag": 200,
|
349 |
+
"##lo": 201,
|
350 |
+
"##dump": 202,
|
351 |
+
"##lea": 203,
|
352 |
+
"hklm": 204,
|
353 |
+
"nppspy": 205,
|
354 |
+
"app": 206,
|
355 |
+
"cat": 207,
|
356 |
+
"er": 208,
|
357 |
+
"in": 209,
|
358 |
+
"name": 210,
|
359 |
+
"rd": 211,
|
360 |
+
"tar": 212,
|
361 |
+
"##nd": 213,
|
362 |
+
"##ice": 214,
|
363 |
+
"##ty": 215,
|
364 |
+
"##th": 216,
|
365 |
+
"##rlea": 217,
|
366 |
+
"##con": 218,
|
367 |
+
"##get": 219,
|
368 |
+
"##vid": 220,
|
369 |
+
"##vice": 221,
|
370 |
+
"##roract": 222,
|
371 |
+
"##rep": 223,
|
372 |
+
"##cess": 224,
|
373 |
+
"shadow": 225,
|
374 |
+
"new": 226,
|
375 |
+
"##kdiag": 227,
|
376 |
+
"erroract": 228,
|
377 |
+
"rdrlea": 229,
|
378 |
+
"target": 230,
|
379 |
+
"##vider": 231,
|
380 |
+
"erroraction": 232,
|
381 |
+
"rdrleakdiag": 233,
|
382 |
+
"cre": 234,
|
383 |
+
"get": 235,
|
384 |
+
"hive": 236,
|
385 |
+
"ig": 237,
|
386 |
+
"ma": 238,
|
387 |
+
"py": 239,
|
388 |
+
"vss": 240,
|
389 |
+
"##pro": 241,
|
390 |
+
"##ue": 242,
|
391 |
+
"##root": 243,
|
392 |
+
"##art": 244,
|
393 |
+
"##older": 245,
|
394 |
+
"passw": 246,
|
395 |
+
"##nore": 247,
|
396 |
+
"##cont": 248,
|
397 |
+
"create": 249,
|
398 |
+
"ignore": 250,
|
399 |
+
"co": 251,
|
400 |
+
"id": 252,
|
401 |
+
"if": 253,
|
402 |
+
"lo": 254,
|
403 |
+
"li": 255,
|
404 |
+
"min": 256,
|
405 |
+
"ps": 257,
|
406 |
+
"se": 258,
|
407 |
+
"sa": 259,
|
408 |
+
"sc": 260,
|
409 |
+
"ser": 261,
|
410 |
+
"##ent": 262,
|
411 |
+
"##pa": 263,
|
412 |
+
"##ipt": 264,
|
413 |
+
"##to": 265,
|
414 |
+
"##ull": 266,
|
415 |
+
"##ript": 267,
|
416 |
+
"##cur": 268,
|
417 |
+
"##ds": 269,
|
418 |
+
"##ing": 270,
|
419 |
+
"##idump": 271,
|
420 |
+
"proc": 272,
|
421 |
+
"process": 273,
|
422 |
+
"##alue": 274,
|
423 |
+
"##omic": 275,
|
424 |
+
"start": 276,
|
425 |
+
"test": 277,
|
426 |
+
"##load": 278,
|
427 |
+
"passwd": 279,
|
428 |
+
"minidump": 280,
|
429 |
+
"script": 281,
|
430 |
+
"00": 282,
|
431 |
+
"con": 283,
|
432 |
+
"com": 284,
|
433 |
+
"cur": 285,
|
434 |
+
"de": 286,
|
435 |
+
"di": 287,
|
436 |
+
"for": 288,
|
437 |
+
"full": 289,
|
438 |
+
"he": 290,
|
439 |
+
"t1": 291,
|
440 |
+
"##sh": 292,
|
441 |
+
"##po": 293,
|
442 |
+
"##per": 294,
|
443 |
+
"##name": 295,
|
444 |
+
"##wor": 296,
|
445 |
+
"##03": 297,
|
446 |
+
"##003": 298,
|
447 |
+
"##str": 299,
|
448 |
+
"##rols": 300,
|
449 |
+
"##rent": 301,
|
450 |
+
"##ary": 302,
|
451 |
+
"##copy": 303,
|
452 |
+
"item": 304,
|
453 |
+
"##thon": 305,
|
454 |
+
"python": 306,
|
455 |
+
"##controls": 307,
|
456 |
+
"service": 308,
|
457 |
+
"##omics": 309,
|
458 |
+
"001": 310,
|
459 |
+
"current": 311,
|
460 |
+
"t1003": 312,
|
461 |
+
"##perty": 313,
|
462 |
+
"##controlset": 314,
|
463 |
+
"currentcontrolset": 315,
|
464 |
+
"0x": 316,
|
465 |
+
"13": 317,
|
466 |
+
"bin": 318,
|
467 |
+
"cut": 319,
|
468 |
+
"dr": 320,
|
469 |
+
"dmp": 321,
|
470 |
+
"grep": 322,
|
471 |
+
"ho": 323,
|
472 |
+
"let": 324,
|
473 |
+
"nt": 325,
|
474 |
+
"rv": 326,
|
475 |
+
"uname": 327,
|
476 |
+
"value": 328,
|
477 |
+
"##en": 329,
|
478 |
+
"##ex": 330,
|
479 |
+
"##ser": 331,
|
480 |
+
"##op": 332,
|
481 |
+
"##nal": 333,
|
482 |
+
"##il": 334,
|
483 |
+
"##mi": 335,
|
484 |
+
"##md": 336,
|
485 |
+
"##kat": 337,
|
486 |
+
"##kpro": 338,
|
487 |
+
"##ume": 339,
|
488 |
+
"##und": 340,
|
489 |
+
"##li": 341,
|
490 |
+
"##cat": 342,
|
491 |
+
"##yload": 343,
|
492 |
+
"##folder": 344,
|
493 |
+
"##atomics": 345,
|
494 |
+
"##roperty": 346,
|
495 |
+
"exit": 347,
|
496 |
+
"exter": 348,
|
497 |
+
"pathto": 349,
|
498 |
+
"systemroot": 350,
|
499 |
+
"##emproperty": 351,
|
500 |
+
"##olume": 352,
|
501 |
+
"stop": 353,
|
502 |
+
"itemproperty": 354,
|
503 |
+
"networ": 355,
|
504 |
+
"copy": 356,
|
505 |
+
"list": 357,
|
506 |
+
"##payload": 358,
|
507 |
+
"services": 359,
|
508 |
+
"binary": 360,
|
509 |
+
"drive": 361,
|
510 |
+
"host": 362,
|
511 |
+
"letter": 363,
|
512 |
+
"ntds": 364,
|
513 |
+
"##nalpayload": 365,
|
514 |
+
"##katz": 366,
|
515 |
+
"##kprovider": 367,
|
516 |
+
"##atomicsfolder": 368,
|
517 |
+
"externalpayload": 369,
|
518 |
+
"pathtoatomicsfolder": 370,
|
519 |
+
"networkprovider": 371,
|
520 |
+
"externalpayloads": 372,
|
521 |
+
"ac": 373,
|
522 |
+
"dll": 374,
|
523 |
+
"mi": 375,
|
524 |
+
"si": 376,
|
525 |
+
"wh": 377,
|
526 |
+
"##eb": 378,
|
527 |
+
"##sk": 379,
|
528 |
+
"##sr": 380,
|
529 |
+
"##pe": 381,
|
530 |
+
"##ps": 382,
|
531 |
+
"##path": 383,
|
532 |
+
"##ig": 384,
|
533 |
+
"##ap": 385,
|
534 |
+
"##ac": 386,
|
535 |
+
"##ze": 387,
|
536 |
+
"##unt": 388,
|
537 |
+
"##cs": 389,
|
538 |
+
"##cmd": 390,
|
539 |
+
"##de": 391,
|
540 |
+
"##fig": 392,
|
541 |
+
"##64": 393,
|
542 |
+
"##ster": 394,
|
543 |
+
"##etsr": 395,
|
544 |
+
"##ity": 396,
|
545 |
+
"provider": 397,
|
546 |
+
"reg": 398,
|
547 |
+
"apppo": 399,
|
548 |
+
"appcmd": 400,
|
549 |
+
"inetsr": 401,
|
550 |
+
"master": 402,
|
551 |
+
"log": 403,
|
552 |
+
"secur": 404,
|
553 |
+
"save": 405,
|
554 |
+
"testcat": 406,
|
555 |
+
"config": 407,
|
556 |
+
"heap": 408,
|
557 |
+
"##shadow": 409,
|
558 |
+
"mimi": 410,
|
559 |
+
"size": 411,
|
560 |
+
"apppool": 412,
|
561 |
+
"inetsrv": 413,
|
562 |
+
"security": 414,
|
563 |
+
"cal": 415,
|
564 |
+
"dom": 416,
|
565 |
+
"els": 417,
|
566 |
+
"fo": 418,
|
567 |
+
"folder": 419,
|
568 |
+
"git": 420,
|
569 |
+
"glo": 421,
|
570 |
+
"ht": 422,
|
571 |
+
"har": 423,
|
572 |
+
"iex": 424,
|
573 |
+
"lin": 425,
|
574 |
+
"na": 426,
|
575 |
+
"pg": 427,
|
576 |
+
"ra": 428,
|
577 |
+
"rund": 429,
|
578 |
+
"su": 430,
|
579 |
+
"s3": 431,
|
580 |
+
"tr": 432,
|
581 |
+
"th": 433,
|
582 |
+
"ter": 434,
|
583 |
+
"vs": 435,
|
584 |
+
"wm": 436,
|
585 |
+
"wr": 437,
|
586 |
+
"##ect": 438,
|
587 |
+
"##se": 439,
|
588 |
+
"##sv": 440,
|
589 |
+
"##ich": 441,
|
590 |
+
"##ke": 442,
|
591 |
+
"##an": 443,
|
592 |
+
"##ain": 444,
|
593 |
+
"##tract": 445,
|
594 |
+
"##tps": 446,
|
595 |
+
"##ul": 447,
|
596 |
+
"##ub": 448,
|
597 |
+
"##do": 449,
|
598 |
+
"##ddi": 450,
|
599 |
+
"##wn": 451,
|
600 |
+
"##xt": 452,
|
601 |
+
"##gr": 453,
|
602 |
+
"##3th": 454,
|
603 |
+
"##h1": 455,
|
604 |
+
"##hub": 456,
|
605 |
+
"##volume": 457,
|
606 |
+
"##1ss": 458,
|
607 |
+
"##bal": 459,
|
608 |
+
"extract": 460,
|
609 |
+
"##rect": 461,
|
610 |
+
"##cept": 462,
|
611 |
+
"##ory": 463,
|
612 |
+
"##order": 464,
|
613 |
+
"##ite": 465,
|
614 |
+
"##ll32": 466,
|
615 |
+
"##ated": 467,
|
616 |
+
"##nodump": 468,
|
617 |
+
"##type": 469,
|
618 |
+
"shadowcopy": 470,
|
619 |
+
"ps1": 471,
|
620 |
+
"sam": 472,
|
621 |
+
"##cur3th": 473,
|
622 |
+
"comsv": 474,
|
623 |
+
"device": 475,
|
624 |
+
"direct": 476,
|
625 |
+
"##string": 477,
|
626 |
+
"unamestr": 478,
|
627 |
+
"##lient": 479,
|
628 |
+
"which": 480,
|
629 |
+
"##skvolume": 481,
|
630 |
+
"providerorder": 482,
|
631 |
+
"##shadowcopy": 483,
|
632 |
+
"mimikatz": 484,
|
633 |
+
"call": 485,
|
634 |
+
"domain": 486,
|
635 |
+
"else": 487,
|
636 |
+
"github": 488,
|
637 |
+
"global": 489,
|
638 |
+
"https": 490,
|
639 |
+
"harddi": 491,
|
640 |
+
"nanodump": 492,
|
641 |
+
"pgrep": 493,
|
642 |
+
"raw": 494,
|
643 |
+
"rundll32": 495,
|
644 |
+
"sudo": 496,
|
645 |
+
"s3cur3th": 497,
|
646 |
+
"term": 498,
|
647 |
+
"vsc": 499,
|
648 |
+
"wmic": 500,
|
649 |
+
"write": 501,
|
650 |
+
"##h1t": 502,
|
651 |
+
"##1ssh1t": 503,
|
652 |
+
"comsvcs": 504,
|
653 |
+
"directory": 505,
|
654 |
+
"##skvolumeshadowcopy": 506,
|
655 |
+
"globalroot": 507,
|
656 |
+
"harddiskvolumeshadowcopy": 508,
|
657 |
+
"s3cur3th1ssh1t": 509,
|
658 |
+
"at": 510,
|
659 |
+
"and": 511,
|
660 |
+
"be": 512,
|
661 |
+
"do": 513,
|
662 |
+
"dd": 514,
|
663 |
+
"dow": 515,
|
664 |
+
"dit": 516,
|
665 |
+
"dump": 517,
|
666 |
+
"dot": 518,
|
667 |
+
"es": 519,
|
668 |
+
"ed": 520,
|
669 |
+
"f2": 521,
|
670 |
+
"f1": 522,
|
671 |
+
"fre": 523,
|
672 |
+
"ib": 524,
|
673 |
+
"inv": 525,
|
674 |
+
"live": 526,
|
675 |
+
"mkdi": 527,
|
676 |
+
"no": 528,
|
677 |
+
"not": 529,
|
678 |
+
"of": 530,
|
679 |
+
"ob": 531,
|
680 |
+
"pow": 532,
|
681 |
+
"sk": 533,
|
682 |
+
"sv": 534,
|
683 |
+
"set": 535,
|
684 |
+
"to": 536,
|
685 |
+
"ta": 537,
|
686 |
+
"up": 538,
|
687 |
+
"user": 539,
|
688 |
+
"ve": 540,
|
689 |
+
"volume": 541,
|
690 |
+
"wa": 542,
|
691 |
+
"web": 543,
|
692 |
+
"x64": 544,
|
693 |
+
"##eul": 545,
|
694 |
+
"##so": 546,
|
695 |
+
"##sd": 547,
|
696 |
+
"##sw": 548,
|
697 |
+
"##pass": 549,
|
698 |
+
"##pwn": 550,
|
699 |
+
"##out": 551,
|
700 |
+
"##oke": 552,
|
701 |
+
"##net": 553,
|
702 |
+
"##nload": 554,
|
703 |
+
"##ip": 555,
|
704 |
+
"##mem": 556,
|
705 |
+
"##min": 557,
|
706 |
+
"##mit": 558,
|
707 |
+
"##mgr": 559,
|
708 |
+
"##kur": 560,
|
709 |
+
"##am": 561,
|
710 |
+
"##ab": 562,
|
711 |
+
"##user": 563,
|
712 |
+
"##col": 564,
|
713 |
+
"##client": 565,
|
714 |
+
"##dmp": 566,
|
715 |
+
"##dated": 567,
|
716 |
+
"##ymgr": 568,
|
717 |
+
"##38": 569,
|
718 |
+
"##21": 570,
|
719 |
+
"##2b": 571,
|
720 |
+
"##file": 572,
|
721 |
+
"##ver": 573,
|
722 |
+
"##value": 574,
|
723 |
+
"##56": 575,
|
724 |
+
"##ject": 576,
|
725 |
+
"##ert": 577,
|
726 |
+
"##erdump": 578,
|
727 |
+
"##utl": 579,
|
728 |
+
"##util": 580,
|
729 |
+
"##ink": 581,
|
730 |
+
"expa": 582,
|
731 |
+
"sysw": 583,
|
732 |
+
"##ow64": 584,
|
733 |
+
"exepath": 585,
|
734 |
+
"##admin": 586,
|
735 |
+
"##pykatz": 587,
|
736 |
+
"##ort": 588,
|
737 |
+
"lsa": 589,
|
738 |
+
"winpwn": 590,
|
739 |
+
"##lsa": 591,
|
740 |
+
"##count": 592,
|
741 |
+
"##code": 593,
|
742 |
+
"##chost": 594,
|
743 |
+
"res": 595,
|
744 |
+
"red": 596,
|
745 |
+
"text": 597,
|
746 |
+
"catch": 598,
|
747 |
+
"map": 599,
|
748 |
+
"pypykatz": 600,
|
749 |
+
"vssadmin": 601,
|
750 |
+
"##proto": 602,
|
751 |
+
"##content": 603,
|
752 |
+
"count": 604,
|
753 |
+
"loc": 605,
|
754 |
+
"limit": 606,
|
755 |
+
"sekur": 607,
|
756 |
+
"##entutl": 608,
|
757 |
+
"procdump": 609,
|
758 |
+
"scripts": 610,
|
759 |
+
"dest": 611,
|
760 |
+
"force": 612,
|
761 |
+
"fullmem": 613,
|
762 |
+
"head": 614,
|
763 |
+
"accept": 615,
|
764 |
+
"##ebsd": 616,
|
765 |
+
"logon": 617,
|
766 |
+
"securityproto": 618,
|
767 |
+
"found": 619,
|
768 |
+
"line": 620,
|
769 |
+
"try": 621,
|
770 |
+
"then": 622,
|
771 |
+
"githubuser": 623,
|
772 |
+
"download": 624,
|
773 |
+
"dotnet": 625,
|
774 |
+
"esentutl": 626,
|
775 |
+
"freebsd": 627,
|
776 |
+
"ibs": 628,
|
777 |
+
"invoke": 629,
|
778 |
+
"mkdir": 630,
|
779 |
+
"node": 631,
|
780 |
+
"object": 632,
|
781 |
+
"powerdump": 633,
|
782 |
+
"skip": 634,
|
783 |
+
"svchost": 635,
|
784 |
+
"tail": 636,
|
785 |
+
"updated": 637,
|
786 |
+
"venv": 638,
|
787 |
+
"wait": 639,
|
788 |
+
"webclient": 640,
|
789 |
+
"##eula": 641,
|
790 |
+
"expand": 642,
|
791 |
+
"syswow64": 643,
|
792 |
+
"sekurlsa": 644,
|
793 |
+
"fullmemdmp": 645,
|
794 |
+
"accepteula": 646,
|
795 |
+
"securityprotocol": 647,
|
796 |
+
"githubusercontent": 648,
|
797 |
+
"downloadstring": 649,
|
798 |
+
"updatedvalue": 650,
|
799 |
+
"121": 651,
|
800 |
+
"338": 652,
|
801 |
+
"9a": 653,
|
802 |
+
"ad": 654,
|
803 |
+
"all": 655,
|
804 |
+
"by": 656,
|
805 |
+
"bac": 657,
|
806 |
+
"cl": 658,
|
807 |
+
"cle": 659,
|
808 |
+
"cmd": 660,
|
809 |
+
"can": 661,
|
810 |
+
"client": 662,
|
811 |
+
"cert": 663,
|
812 |
+
"don": 664,
|
813 |
+
"dcs": 665,
|
814 |
+
"en": 666,
|
815 |
+
"est": 667,
|
816 |
+
"eli": 668,
|
817 |
+
"fi": 669,
|
818 |
+
"go": 670,
|
819 |
+
"gw": 671,
|
820 |
+
"gre": 672,
|
821 |
+
"gse": 673,
|
822 |
+
"is": 674,
|
823 |
+
"io": 675,
|
824 |
+
"iw": 676,
|
825 |
+
"imp": 677,
|
826 |
+
"ke": 678,
|
827 |
+
"kr": 679,
|
828 |
+
"mo": 680,
|
829 |
+
"mm": 681,
|
830 |
+
"mon": 682,
|
831 |
+
"mic": 683,
|
832 |
+
"mkl": 684,
|
833 |
+
"non": 685,
|
834 |
+
"null": 686,
|
835 |
+
"nul": 687,
|
836 |
+
"or": 688,
|
837 |
+
"own": 689,
|
838 |
+
"plea": 690,
|
839 |
+
"rem": 691,
|
840 |
+
"so": 692,
|
841 |
+
"sr": 693,
|
842 |
+
"sile": 694,
|
843 |
+
"ty": 695,
|
844 |
+
"tls": 696,
|
845 |
+
"txt": 697,
|
846 |
+
"xor": 698,
|
847 |
+
"##ed": 699,
|
848 |
+
"##e2": 700,
|
849 |
+
"##e9": 701,
|
850 |
+
"##sid": 702,
|
851 |
+
"##sab": 703,
|
852 |
+
"##scode": 704,
|
853 |
+
"##pon": 705,
|
854 |
+
"##pcon": 706,
|
855 |
+
"##pen": 707,
|
856 |
+
"##port": 708,
|
857 |
+
"##nc": 709,
|
858 |
+
"##nect": 710,
|
859 |
+
"##is": 711,
|
860 |
+
"##if": 712,
|
861 |
+
"##ib": 713,
|
862 |
+
"##ime": 714,
|
863 |
+
"##ml": 715,
|
864 |
+
"##man": 716,
|
865 |
+
"##a3": 717,
|
866 |
+
"##a7": 718,
|
867 |
+
"##are": 719,
|
868 |
+
"##tro": 720,
|
869 |
+
"##time": 721,
|
870 |
+
"##tman": 722,
|
871 |
+
"##ux": 723,
|
872 |
+
"##uin": 724,
|
873 |
+
"##ule": 725,
|
874 |
+
"##uscode": 726,
|
875 |
+
"##lac": 727,
|
876 |
+
"##ring": 728,
|
877 |
+
"##c5": 729,
|
878 |
+
"##cb": 730,
|
879 |
+
"##cre": 731,
|
880 |
+
"##cdump": 732,
|
881 |
+
"##can": 733,
|
882 |
+
"##dce": 734,
|
883 |
+
"##dule": 735,
|
884 |
+
"##guin": 736,
|
885 |
+
"##ync": 737,
|
886 |
+
"##3cb": 738,
|
887 |
+
"##hex": 739,
|
888 |
+
"##ft": 740,
|
889 |
+
"##fen": 741,
|
890 |
+
"##fil": 742,
|
891 |
+
"##12": 743,
|
892 |
+
"##68": 744,
|
893 |
+
"##6a7": 745,
|
894 |
+
"##73": 746,
|
895 |
+
"##773": 747,
|
896 |
+
"##821": 748,
|
897 |
+
"##41": 749,
|
898 |
+
"##ation": 750,
|
899 |
+
"##atuscode": 751,
|
900 |
+
"##roso": 752,
|
901 |
+
"##inter": 753,
|
902 |
+
"##intman": 754,
|
903 |
+
"##ination": 755,
|
904 |
+
"except": 756,
|
905 |
+
"exfil": 757,
|
906 |
+
"##lect": 758,
|
907 |
+
"##leout": 759,
|
908 |
+
"syml": 760,
|
909 |
+
"##owke": 761,
|
910 |
+
"filename": 762,
|
911 |
+
"##adump": 763,
|
912 |
+
"##ord": 764,
|
913 |
+
"property": 765,
|
914 |
+
"progr": 766,
|
915 |
+
"##olve": 767,
|
916 |
+
"##alport": 768,
|
917 |
+
"##altime": 769,
|
918 |
+
"lsadump": 770,
|
919 |
+
"win32": 771,
|
920 |
+
"##urce": 772,
|
921 |
+
"state": 773,
|
922 |
+
"string": 774,
|
923 |
+
"statuscode": 775,
|
924 |
+
"share": 776,
|
925 |
+
"##ote": 777,
|
926 |
+
"##active": 778,
|
927 |
+
"##tcpcon": 779,
|
928 |
+
"##core": 780,
|
929 |
+
"nettcpcon": 781,
|
930 |
+
"netcore": 782,
|
931 |
+
"read": 783,
|
932 |
+
"repo": 784,
|
933 |
+
"realtime": 785,
|
934 |
+
"team": 786,
|
935 |
+
"##ager": 787,
|
936 |
+
"input": 788,
|
937 |
+
"insid": 789,
|
938 |
+
"##replac": 790,
|
939 |
+
"##cessib": 791,
|
940 |
+
"maps": 792,
|
941 |
+
"##process": 793,
|
942 |
+
"##artex": 794,
|
943 |
+
"password": 795,
|
944 |
+
"createdump": 796,
|
945 |
+
"ifm": 797,
|
946 |
+
"locat": 798,
|
947 |
+
"pspath": 799,
|
948 |
+
"select": 800,
|
949 |
+
"server": 801,
|
950 |
+
"##ingprocess": 802,
|
951 |
+
"starting": 803,
|
952 |
+
"conso": 804,
|
953 |
+
"contro": 805,
|
954 |
+
"defen": 806,
|
955 |
+
"dir": 807,
|
956 |
+
"disk": 808,
|
957 |
+
"disab": 809,
|
958 |
+
"##shed": 810,
|
959 |
+
"##showke": 811,
|
960 |
+
"##pointman": 812,
|
961 |
+
"##words": 813,
|
962 |
+
"##aryco": 814,
|
963 |
+
"itemtype": 815,
|
964 |
+
"python3": 816,
|
965 |
+
"python2": 817,
|
966 |
+
"servicepointman": 818,
|
967 |
+
"0x41": 819,
|
968 |
+
"##server": 820,
|
969 |
+
"##lished": 821,
|
970 |
+
"ntdsutil": 822,
|
971 |
+
"account": 823,
|
972 |
+
"while": 824,
|
973 |
+
"##aca3": 825,
|
974 |
+
"##accessib": 826,
|
975 |
+
"providerpath": 827,
|
976 |
+
"logout": 828,
|
977 |
+
"mimipen": 829,
|
978 |
+
"fore": 830,
|
979 |
+
"linux": 831,
|
980 |
+
"true": 832,
|
981 |
+
"this": 833,
|
982 |
+
"samfile": 834,
|
983 |
+
"elseif": 835,
|
984 |
+
"harddiskvolumeshadowcopy1": 836,
|
985 |
+
"atomic": 837,
|
986 |
+
"atomics": 838,
|
987 |
+
"dumpert": 839,
|
988 |
+
"dumpcre": 840,
|
989 |
+
"##passwords": 841,
|
990 |
+
"##amfile": 842,
|
991 |
+
"##ablished": 843,
|
992 |
+
"##38c5": 844,
|
993 |
+
"##2b2b": 845,
|
994 |
+
"##563cb": 846,
|
995 |
+
"##5638c5": 847,
|
996 |
+
"##codehex": 848,
|
997 |
+
"respon": 849,
|
998 |
+
"resolve": 850,
|
999 |
+
"redcan": 851,
|
1000 |
+
"located": 852,
|
1001 |
+
"localport": 853,
|
1002 |
+
"destination": 854,
|
1003 |
+
"logonserver": 855,
|
1004 |
+
"logonpasswords": 856,
|
1005 |
+
"expandstring": 857,
|
1006 |
+
"securityprotocoltype": 858,
|
1007 |
+
"121dce": 859,
|
1008 |
+
"3389": 860,
|
1009 |
+
"adreplac": 861,
|
1010 |
+
"bypass": 862,
|
1011 |
+
"back": 863,
|
1012 |
+
"class": 864,
|
1013 |
+
"cleartex": 865,
|
1014 |
+
"clientaccessib": 866,
|
1015 |
+
"certutil": 867,
|
1016 |
+
"done": 868,
|
1017 |
+
"dcsync": 869,
|
1018 |
+
"encodehex": 870,
|
1019 |
+
"established": 871,
|
1020 |
+
"elif": 872,
|
1021 |
+
"going": 873,
|
1022 |
+
"gwmi": 874,
|
1023 |
+
"green": 875,
|
1024 |
+
"gsecdump": 876,
|
1025 |
+
"iwr": 877,
|
1026 |
+
"import": 878,
|
1027 |
+
"keymgr": 879,
|
1028 |
+
"krshowke": 880,
|
1029 |
+
"module": 881,
|
1030 |
+
"microso": 882,
|
1031 |
+
"mklink": 883,
|
1032 |
+
"noninter": 884,
|
1033 |
+
"order": 885,
|
1034 |
+
"owningprocess": 886,
|
1035 |
+
"please": 887,
|
1036 |
+
"remote": 888,
|
1037 |
+
"source": 889,
|
1038 |
+
"src": 890,
|
1039 |
+
"silent": 891,
|
1040 |
+
"type": 892,
|
1041 |
+
"tls12": 893,
|
1042 |
+
"xordump": 894,
|
1043 |
+
"##e26a7": 895,
|
1044 |
+
"##e92b2b": 896,
|
1045 |
+
"##nection": 897,
|
1046 |
+
"##68821": 898,
|
1047 |
+
"exception": 899,
|
1048 |
+
"##leoutput": 900,
|
1049 |
+
"symlink": 901,
|
1050 |
+
"propertytype": 902,
|
1051 |
+
"programfile": 903,
|
1052 |
+
"strings": 904,
|
1053 |
+
"shared": 905,
|
1054 |
+
"nettcpconnection": 906,
|
1055 |
+
"inside": 907,
|
1056 |
+
"location": 908,
|
1057 |
+
"consoleoutput": 909,
|
1058 |
+
"control": 910,
|
1059 |
+
"defender": 911,
|
1060 |
+
"diskshadow": 912,
|
1061 |
+
"disable": 913,
|
1062 |
+
"servicepointmanager": 914,
|
1063 |
+
"##aca368821": 915,
|
1064 |
+
"mimipenguin": 916,
|
1065 |
+
"dumpcreds": 917,
|
1066 |
+
"##563cbe92b2b": 918,
|
1067 |
+
"##5638c5773": 919,
|
1068 |
+
"response": 920,
|
1069 |
+
"redcanaryco": 921,
|
1070 |
+
"121dcee26a7": 922,
|
1071 |
+
"adreplaccount": 923,
|
1072 |
+
"cleartext": 924,
|
1073 |
+
"clientaccessible": 925,
|
1074 |
+
"krshowkeymgr": 926,
|
1075 |
+
"microsoft": 927,
|
1076 |
+
"noninteractive": 928,
|
1077 |
+
"programfiles": 929,
|
1078 |
+
"##aca368821563cbe92b2b": 930,
|
1079 |
+
"121dcee26a7aca368821563cbe92b2b": 931,
|
1080 |
+
"121dcee26a7aca368821563cbe92b2b5638c5773": 932
|
1081 |
+
}
|
1082 |
+
}
|
1083 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"4": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": true,
|
48 |
+
"mask_token": "[MASK]",
|
49 |
+
"model_max_length": 1000000000000000019884624838656,
|
50 |
+
"never_split": null,
|
51 |
+
"pad_token": "[PAD]",
|
52 |
+
"sep_token": "[SEP]",
|
53 |
+
"strip_accents": null,
|
54 |
+
"tokenize_chinese_chars": true,
|
55 |
+
"tokenizer_class": "BertTokenizer",
|
56 |
+
"unk_token": "[UNK]"
|
57 |
+
}
|
vocab.txt
ADDED
@@ -0,0 +1,933 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[PAD]
|
2 |
+
[UNK]
|
3 |
+
[CLS]
|
4 |
+
[SEP]
|
5 |
+
[MASK]
|
6 |
+
!
|
7 |
+
"
|
8 |
+
#
|
9 |
+
$
|
10 |
+
%
|
11 |
+
&
|
12 |
+
'
|
13 |
+
(
|
14 |
+
)
|
15 |
+
*
|
16 |
+
+
|
17 |
+
,
|
18 |
+
-
|
19 |
+
.
|
20 |
+
/
|
21 |
+
0
|
22 |
+
1
|
23 |
+
2
|
24 |
+
3
|
25 |
+
4
|
26 |
+
5
|
27 |
+
6
|
28 |
+
7
|
29 |
+
8
|
30 |
+
9
|
31 |
+
:
|
32 |
+
;
|
33 |
+
<
|
34 |
+
=
|
35 |
+
>
|
36 |
+
?
|
37 |
+
@
|
38 |
+
[
|
39 |
+
\
|
40 |
+
]
|
41 |
+
^
|
42 |
+
_
|
43 |
+
a
|
44 |
+
b
|
45 |
+
c
|
46 |
+
d
|
47 |
+
e
|
48 |
+
f
|
49 |
+
g
|
50 |
+
h
|
51 |
+
i
|
52 |
+
j
|
53 |
+
k
|
54 |
+
l
|
55 |
+
m
|
56 |
+
n
|
57 |
+
o
|
58 |
+
p
|
59 |
+
q
|
60 |
+
r
|
61 |
+
s
|
62 |
+
t
|
63 |
+
u
|
64 |
+
v
|
65 |
+
w
|
66 |
+
x
|
67 |
+
y
|
68 |
+
z
|
69 |
+
{
|
70 |
+
|
|
71 |
+
}
|
72 |
+
##e
|
73 |
+
##s
|
74 |
+
##p
|
75 |
+
##o
|
76 |
+
##n
|
77 |
+
##i
|
78 |
+
##m
|
79 |
+
##k
|
80 |
+
##a
|
81 |
+
##t
|
82 |
+
##z
|
83 |
+
##u
|
84 |
+
##l
|
85 |
+
##r
|
86 |
+
##c
|
87 |
+
##d
|
88 |
+
##w
|
89 |
+
##x
|
90 |
+
##g
|
91 |
+
##y
|
92 |
+
##3
|
93 |
+
##2
|
94 |
+
##h
|
95 |
+
##f
|
96 |
+
##v
|
97 |
+
##1
|
98 |
+
##6
|
99 |
+
##7
|
100 |
+
##8
|
101 |
+
##5
|
102 |
+
##b
|
103 |
+
##9
|
104 |
+
##4
|
105 |
+
##0
|
106 |
+
##j
|
107 |
+
##at
|
108 |
+
##em
|
109 |
+
##er
|
110 |
+
##st
|
111 |
+
##ut
|
112 |
+
##ro
|
113 |
+
##in
|
114 |
+
ex
|
115 |
+
##et
|
116 |
+
##le
|
117 |
+
##ss
|
118 |
+
##ath
|
119 |
+
path
|
120 |
+
##re
|
121 |
+
##on
|
122 |
+
sy
|
123 |
+
##ow
|
124 |
+
##id
|
125 |
+
##stem
|
126 |
+
system
|
127 |
+
##ile
|
128 |
+
exe
|
129 |
+
##mp
|
130 |
+
file
|
131 |
+
out
|
132 |
+
##ar
|
133 |
+
##ad
|
134 |
+
##ass
|
135 |
+
##put
|
136 |
+
##ce
|
137 |
+
##pp
|
138 |
+
##py
|
139 |
+
output
|
140 |
+
##or
|
141 |
+
##it
|
142 |
+
##me
|
143 |
+
##ve
|
144 |
+
##emp
|
145 |
+
pro
|
146 |
+
##ol
|
147 |
+
##al
|
148 |
+
##ump
|
149 |
+
##ct
|
150 |
+
mem
|
151 |
+
##nv
|
152 |
+
##32
|
153 |
+
##nt
|
154 |
+
##ch
|
155 |
+
ls
|
156 |
+
pid
|
157 |
+
temp
|
158 |
+
win
|
159 |
+
##om
|
160 |
+
##ive
|
161 |
+
##ur
|
162 |
+
env
|
163 |
+
st
|
164 |
+
##ame
|
165 |
+
##ll
|
166 |
+
system32
|
167 |
+
##di
|
168 |
+
sh
|
169 |
+
##ot
|
170 |
+
##ion
|
171 |
+
##act
|
172 |
+
##der
|
173 |
+
##dow
|
174 |
+
##adow
|
175 |
+
window
|
176 |
+
windows
|
177 |
+
ne
|
178 |
+
##tc
|
179 |
+
##ls
|
180 |
+
##ract
|
181 |
+
##co
|
182 |
+
##ate
|
183 |
+
##cho
|
184 |
+
lsass
|
185 |
+
etc
|
186 |
+
it
|
187 |
+
net
|
188 |
+
pass
|
189 |
+
re
|
190 |
+
##no
|
191 |
+
##ic
|
192 |
+
##kl
|
193 |
+
##kdi
|
194 |
+
##ter
|
195 |
+
echo
|
196 |
+
hkl
|
197 |
+
npp
|
198 |
+
te
|
199 |
+
##spy
|
200 |
+
##pt
|
201 |
+
##ag
|
202 |
+
##lo
|
203 |
+
##dump
|
204 |
+
##lea
|
205 |
+
hklm
|
206 |
+
nppspy
|
207 |
+
app
|
208 |
+
cat
|
209 |
+
er
|
210 |
+
in
|
211 |
+
name
|
212 |
+
rd
|
213 |
+
tar
|
214 |
+
##nd
|
215 |
+
##ice
|
216 |
+
##ty
|
217 |
+
##th
|
218 |
+
##rlea
|
219 |
+
##con
|
220 |
+
##get
|
221 |
+
##vid
|
222 |
+
##vice
|
223 |
+
##roract
|
224 |
+
##rep
|
225 |
+
##cess
|
226 |
+
shadow
|
227 |
+
new
|
228 |
+
##kdiag
|
229 |
+
erroract
|
230 |
+
rdrlea
|
231 |
+
target
|
232 |
+
##vider
|
233 |
+
erroraction
|
234 |
+
rdrleakdiag
|
235 |
+
cre
|
236 |
+
get
|
237 |
+
hive
|
238 |
+
ig
|
239 |
+
ma
|
240 |
+
py
|
241 |
+
vss
|
242 |
+
##pro
|
243 |
+
##ue
|
244 |
+
##root
|
245 |
+
##art
|
246 |
+
##older
|
247 |
+
passw
|
248 |
+
##nore
|
249 |
+
##cont
|
250 |
+
create
|
251 |
+
ignore
|
252 |
+
co
|
253 |
+
id
|
254 |
+
if
|
255 |
+
lo
|
256 |
+
li
|
257 |
+
min
|
258 |
+
ps
|
259 |
+
se
|
260 |
+
sa
|
261 |
+
sc
|
262 |
+
ser
|
263 |
+
##ent
|
264 |
+
##pa
|
265 |
+
##ipt
|
266 |
+
##to
|
267 |
+
##ull
|
268 |
+
##ript
|
269 |
+
##cur
|
270 |
+
##ds
|
271 |
+
##ing
|
272 |
+
##idump
|
273 |
+
proc
|
274 |
+
process
|
275 |
+
##alue
|
276 |
+
##omic
|
277 |
+
start
|
278 |
+
test
|
279 |
+
##load
|
280 |
+
passwd
|
281 |
+
minidump
|
282 |
+
script
|
283 |
+
00
|
284 |
+
con
|
285 |
+
com
|
286 |
+
cur
|
287 |
+
de
|
288 |
+
di
|
289 |
+
for
|
290 |
+
full
|
291 |
+
he
|
292 |
+
t1
|
293 |
+
##sh
|
294 |
+
##po
|
295 |
+
##per
|
296 |
+
##name
|
297 |
+
##wor
|
298 |
+
##03
|
299 |
+
##003
|
300 |
+
##str
|
301 |
+
##rols
|
302 |
+
##rent
|
303 |
+
##ary
|
304 |
+
##copy
|
305 |
+
item
|
306 |
+
##thon
|
307 |
+
python
|
308 |
+
##controls
|
309 |
+
service
|
310 |
+
##omics
|
311 |
+
001
|
312 |
+
current
|
313 |
+
t1003
|
314 |
+
##perty
|
315 |
+
##controlset
|
316 |
+
currentcontrolset
|
317 |
+
0x
|
318 |
+
13
|
319 |
+
bin
|
320 |
+
cut
|
321 |
+
dr
|
322 |
+
dmp
|
323 |
+
grep
|
324 |
+
ho
|
325 |
+
let
|
326 |
+
nt
|
327 |
+
rv
|
328 |
+
uname
|
329 |
+
value
|
330 |
+
##en
|
331 |
+
##ex
|
332 |
+
##ser
|
333 |
+
##op
|
334 |
+
##nal
|
335 |
+
##il
|
336 |
+
##mi
|
337 |
+
##md
|
338 |
+
##kat
|
339 |
+
##kpro
|
340 |
+
##ume
|
341 |
+
##und
|
342 |
+
##li
|
343 |
+
##cat
|
344 |
+
##yload
|
345 |
+
##folder
|
346 |
+
##atomics
|
347 |
+
##roperty
|
348 |
+
exit
|
349 |
+
exter
|
350 |
+
pathto
|
351 |
+
systemroot
|
352 |
+
##emproperty
|
353 |
+
##olume
|
354 |
+
stop
|
355 |
+
itemproperty
|
356 |
+
networ
|
357 |
+
copy
|
358 |
+
list
|
359 |
+
##payload
|
360 |
+
services
|
361 |
+
binary
|
362 |
+
drive
|
363 |
+
host
|
364 |
+
letter
|
365 |
+
ntds
|
366 |
+
##nalpayload
|
367 |
+
##katz
|
368 |
+
##kprovider
|
369 |
+
##atomicsfolder
|
370 |
+
externalpayload
|
371 |
+
pathtoatomicsfolder
|
372 |
+
networkprovider
|
373 |
+
externalpayloads
|
374 |
+
ac
|
375 |
+
dll
|
376 |
+
mi
|
377 |
+
si
|
378 |
+
wh
|
379 |
+
##eb
|
380 |
+
##sk
|
381 |
+
##sr
|
382 |
+
##pe
|
383 |
+
##ps
|
384 |
+
##path
|
385 |
+
##ig
|
386 |
+
##ap
|
387 |
+
##ac
|
388 |
+
##ze
|
389 |
+
##unt
|
390 |
+
##cs
|
391 |
+
##cmd
|
392 |
+
##de
|
393 |
+
##fig
|
394 |
+
##64
|
395 |
+
##ster
|
396 |
+
##etsr
|
397 |
+
##ity
|
398 |
+
provider
|
399 |
+
reg
|
400 |
+
apppo
|
401 |
+
appcmd
|
402 |
+
inetsr
|
403 |
+
master
|
404 |
+
log
|
405 |
+
secur
|
406 |
+
save
|
407 |
+
testcat
|
408 |
+
config
|
409 |
+
heap
|
410 |
+
##shadow
|
411 |
+
mimi
|
412 |
+
size
|
413 |
+
apppool
|
414 |
+
inetsrv
|
415 |
+
security
|
416 |
+
cal
|
417 |
+
dom
|
418 |
+
els
|
419 |
+
fo
|
420 |
+
folder
|
421 |
+
git
|
422 |
+
glo
|
423 |
+
ht
|
424 |
+
har
|
425 |
+
iex
|
426 |
+
lin
|
427 |
+
na
|
428 |
+
pg
|
429 |
+
ra
|
430 |
+
rund
|
431 |
+
su
|
432 |
+
s3
|
433 |
+
tr
|
434 |
+
th
|
435 |
+
ter
|
436 |
+
vs
|
437 |
+
wm
|
438 |
+
wr
|
439 |
+
##ect
|
440 |
+
##se
|
441 |
+
##sv
|
442 |
+
##ich
|
443 |
+
##ke
|
444 |
+
##an
|
445 |
+
##ain
|
446 |
+
##tract
|
447 |
+
##tps
|
448 |
+
##ul
|
449 |
+
##ub
|
450 |
+
##do
|
451 |
+
##ddi
|
452 |
+
##wn
|
453 |
+
##xt
|
454 |
+
##gr
|
455 |
+
##3th
|
456 |
+
##h1
|
457 |
+
##hub
|
458 |
+
##volume
|
459 |
+
##1ss
|
460 |
+
##bal
|
461 |
+
extract
|
462 |
+
##rect
|
463 |
+
##cept
|
464 |
+
##ory
|
465 |
+
##order
|
466 |
+
##ite
|
467 |
+
##ll32
|
468 |
+
##ated
|
469 |
+
##nodump
|
470 |
+
##type
|
471 |
+
shadowcopy
|
472 |
+
ps1
|
473 |
+
sam
|
474 |
+
##cur3th
|
475 |
+
comsv
|
476 |
+
device
|
477 |
+
direct
|
478 |
+
##string
|
479 |
+
unamestr
|
480 |
+
##lient
|
481 |
+
which
|
482 |
+
##skvolume
|
483 |
+
providerorder
|
484 |
+
##shadowcopy
|
485 |
+
mimikatz
|
486 |
+
call
|
487 |
+
domain
|
488 |
+
else
|
489 |
+
github
|
490 |
+
global
|
491 |
+
https
|
492 |
+
harddi
|
493 |
+
nanodump
|
494 |
+
pgrep
|
495 |
+
raw
|
496 |
+
rundll32
|
497 |
+
sudo
|
498 |
+
s3cur3th
|
499 |
+
term
|
500 |
+
vsc
|
501 |
+
wmic
|
502 |
+
write
|
503 |
+
##h1t
|
504 |
+
##1ssh1t
|
505 |
+
comsvcs
|
506 |
+
directory
|
507 |
+
##skvolumeshadowcopy
|
508 |
+
globalroot
|
509 |
+
harddiskvolumeshadowcopy
|
510 |
+
s3cur3th1ssh1t
|
511 |
+
at
|
512 |
+
and
|
513 |
+
be
|
514 |
+
do
|
515 |
+
dd
|
516 |
+
dow
|
517 |
+
dit
|
518 |
+
dump
|
519 |
+
dot
|
520 |
+
es
|
521 |
+
ed
|
522 |
+
f2
|
523 |
+
f1
|
524 |
+
fre
|
525 |
+
ib
|
526 |
+
inv
|
527 |
+
live
|
528 |
+
mkdi
|
529 |
+
no
|
530 |
+
not
|
531 |
+
of
|
532 |
+
ob
|
533 |
+
pow
|
534 |
+
sk
|
535 |
+
sv
|
536 |
+
set
|
537 |
+
to
|
538 |
+
ta
|
539 |
+
up
|
540 |
+
user
|
541 |
+
ve
|
542 |
+
volume
|
543 |
+
wa
|
544 |
+
web
|
545 |
+
x64
|
546 |
+
##eul
|
547 |
+
##so
|
548 |
+
##sd
|
549 |
+
##sw
|
550 |
+
##pass
|
551 |
+
##pwn
|
552 |
+
##out
|
553 |
+
##oke
|
554 |
+
##net
|
555 |
+
##nload
|
556 |
+
##ip
|
557 |
+
##mem
|
558 |
+
##min
|
559 |
+
##mit
|
560 |
+
##mgr
|
561 |
+
##kur
|
562 |
+
##am
|
563 |
+
##ab
|
564 |
+
##user
|
565 |
+
##col
|
566 |
+
##client
|
567 |
+
##dmp
|
568 |
+
##dated
|
569 |
+
##ymgr
|
570 |
+
##38
|
571 |
+
##21
|
572 |
+
##2b
|
573 |
+
##file
|
574 |
+
##ver
|
575 |
+
##value
|
576 |
+
##56
|
577 |
+
##ject
|
578 |
+
##ert
|
579 |
+
##erdump
|
580 |
+
##utl
|
581 |
+
##util
|
582 |
+
##ink
|
583 |
+
expa
|
584 |
+
sysw
|
585 |
+
##ow64
|
586 |
+
exepath
|
587 |
+
##admin
|
588 |
+
##pykatz
|
589 |
+
##ort
|
590 |
+
lsa
|
591 |
+
winpwn
|
592 |
+
##lsa
|
593 |
+
##count
|
594 |
+
##code
|
595 |
+
##chost
|
596 |
+
res
|
597 |
+
red
|
598 |
+
text
|
599 |
+
catch
|
600 |
+
map
|
601 |
+
pypykatz
|
602 |
+
vssadmin
|
603 |
+
##proto
|
604 |
+
##content
|
605 |
+
count
|
606 |
+
loc
|
607 |
+
limit
|
608 |
+
sekur
|
609 |
+
##entutl
|
610 |
+
procdump
|
611 |
+
scripts
|
612 |
+
dest
|
613 |
+
force
|
614 |
+
fullmem
|
615 |
+
head
|
616 |
+
accept
|
617 |
+
##ebsd
|
618 |
+
logon
|
619 |
+
securityproto
|
620 |
+
found
|
621 |
+
line
|
622 |
+
try
|
623 |
+
then
|
624 |
+
githubuser
|
625 |
+
download
|
626 |
+
dotnet
|
627 |
+
esentutl
|
628 |
+
freebsd
|
629 |
+
ibs
|
630 |
+
invoke
|
631 |
+
mkdir
|
632 |
+
node
|
633 |
+
object
|
634 |
+
powerdump
|
635 |
+
skip
|
636 |
+
svchost
|
637 |
+
tail
|
638 |
+
updated
|
639 |
+
venv
|
640 |
+
wait
|
641 |
+
webclient
|
642 |
+
##eula
|
643 |
+
expand
|
644 |
+
syswow64
|
645 |
+
sekurlsa
|
646 |
+
fullmemdmp
|
647 |
+
accepteula
|
648 |
+
securityprotocol
|
649 |
+
githubusercontent
|
650 |
+
downloadstring
|
651 |
+
updatedvalue
|
652 |
+
121
|
653 |
+
338
|
654 |
+
9a
|
655 |
+
ad
|
656 |
+
all
|
657 |
+
by
|
658 |
+
bac
|
659 |
+
cl
|
660 |
+
cle
|
661 |
+
cmd
|
662 |
+
can
|
663 |
+
client
|
664 |
+
cert
|
665 |
+
don
|
666 |
+
dcs
|
667 |
+
en
|
668 |
+
est
|
669 |
+
eli
|
670 |
+
fi
|
671 |
+
go
|
672 |
+
gw
|
673 |
+
gre
|
674 |
+
gse
|
675 |
+
is
|
676 |
+
io
|
677 |
+
iw
|
678 |
+
imp
|
679 |
+
ke
|
680 |
+
kr
|
681 |
+
mo
|
682 |
+
mm
|
683 |
+
mon
|
684 |
+
mic
|
685 |
+
mkl
|
686 |
+
non
|
687 |
+
null
|
688 |
+
nul
|
689 |
+
or
|
690 |
+
own
|
691 |
+
plea
|
692 |
+
rem
|
693 |
+
so
|
694 |
+
sr
|
695 |
+
sile
|
696 |
+
ty
|
697 |
+
tls
|
698 |
+
txt
|
699 |
+
xor
|
700 |
+
##ed
|
701 |
+
##e2
|
702 |
+
##e9
|
703 |
+
##sid
|
704 |
+
##sab
|
705 |
+
##scode
|
706 |
+
##pon
|
707 |
+
##pcon
|
708 |
+
##pen
|
709 |
+
##port
|
710 |
+
##nc
|
711 |
+
##nect
|
712 |
+
##is
|
713 |
+
##if
|
714 |
+
##ib
|
715 |
+
##ime
|
716 |
+
##ml
|
717 |
+
##man
|
718 |
+
##a3
|
719 |
+
##a7
|
720 |
+
##are
|
721 |
+
##tro
|
722 |
+
##time
|
723 |
+
##tman
|
724 |
+
##ux
|
725 |
+
##uin
|
726 |
+
##ule
|
727 |
+
##uscode
|
728 |
+
##lac
|
729 |
+
##ring
|
730 |
+
##c5
|
731 |
+
##cb
|
732 |
+
##cre
|
733 |
+
##cdump
|
734 |
+
##can
|
735 |
+
##dce
|
736 |
+
##dule
|
737 |
+
##guin
|
738 |
+
##ync
|
739 |
+
##3cb
|
740 |
+
##hex
|
741 |
+
##ft
|
742 |
+
##fen
|
743 |
+
##fil
|
744 |
+
##12
|
745 |
+
##68
|
746 |
+
##6a7
|
747 |
+
##73
|
748 |
+
##773
|
749 |
+
##821
|
750 |
+
##41
|
751 |
+
##ation
|
752 |
+
##atuscode
|
753 |
+
##roso
|
754 |
+
##inter
|
755 |
+
##intman
|
756 |
+
##ination
|
757 |
+
except
|
758 |
+
exfil
|
759 |
+
##lect
|
760 |
+
##leout
|
761 |
+
syml
|
762 |
+
##owke
|
763 |
+
filename
|
764 |
+
##adump
|
765 |
+
##ord
|
766 |
+
property
|
767 |
+
progr
|
768 |
+
##olve
|
769 |
+
##alport
|
770 |
+
##altime
|
771 |
+
lsadump
|
772 |
+
win32
|
773 |
+
##urce
|
774 |
+
state
|
775 |
+
string
|
776 |
+
statuscode
|
777 |
+
share
|
778 |
+
##ote
|
779 |
+
##active
|
780 |
+
##tcpcon
|
781 |
+
##core
|
782 |
+
nettcpcon
|
783 |
+
netcore
|
784 |
+
read
|
785 |
+
repo
|
786 |
+
realtime
|
787 |
+
team
|
788 |
+
##ager
|
789 |
+
input
|
790 |
+
insid
|
791 |
+
##replac
|
792 |
+
##cessib
|
793 |
+
maps
|
794 |
+
##process
|
795 |
+
##artex
|
796 |
+
password
|
797 |
+
createdump
|
798 |
+
ifm
|
799 |
+
locat
|
800 |
+
pspath
|
801 |
+
select
|
802 |
+
server
|
803 |
+
##ingprocess
|
804 |
+
starting
|
805 |
+
conso
|
806 |
+
contro
|
807 |
+
defen
|
808 |
+
dir
|
809 |
+
disk
|
810 |
+
disab
|
811 |
+
##shed
|
812 |
+
##showke
|
813 |
+
##pointman
|
814 |
+
##words
|
815 |
+
##aryco
|
816 |
+
itemtype
|
817 |
+
python3
|
818 |
+
python2
|
819 |
+
servicepointman
|
820 |
+
0x41
|
821 |
+
##server
|
822 |
+
##lished
|
823 |
+
ntdsutil
|
824 |
+
account
|
825 |
+
while
|
826 |
+
##aca3
|
827 |
+
##accessib
|
828 |
+
providerpath
|
829 |
+
logout
|
830 |
+
mimipen
|
831 |
+
fore
|
832 |
+
linux
|
833 |
+
true
|
834 |
+
this
|
835 |
+
samfile
|
836 |
+
elseif
|
837 |
+
harddiskvolumeshadowcopy1
|
838 |
+
atomic
|
839 |
+
atomics
|
840 |
+
dumpert
|
841 |
+
dumpcre
|
842 |
+
##passwords
|
843 |
+
##amfile
|
844 |
+
##ablished
|
845 |
+
##38c5
|
846 |
+
##2b2b
|
847 |
+
##563cb
|
848 |
+
##5638c5
|
849 |
+
##codehex
|
850 |
+
respon
|
851 |
+
resolve
|
852 |
+
redcan
|
853 |
+
located
|
854 |
+
localport
|
855 |
+
destination
|
856 |
+
logonserver
|
857 |
+
logonpasswords
|
858 |
+
expandstring
|
859 |
+
securityprotocoltype
|
860 |
+
121dce
|
861 |
+
3389
|
862 |
+
adreplac
|
863 |
+
bypass
|
864 |
+
back
|
865 |
+
class
|
866 |
+
cleartex
|
867 |
+
clientaccessib
|
868 |
+
certutil
|
869 |
+
done
|
870 |
+
dcsync
|
871 |
+
encodehex
|
872 |
+
established
|
873 |
+
elif
|
874 |
+
going
|
875 |
+
gwmi
|
876 |
+
green
|
877 |
+
gsecdump
|
878 |
+
iwr
|
879 |
+
import
|
880 |
+
keymgr
|
881 |
+
krshowke
|
882 |
+
module
|
883 |
+
microso
|
884 |
+
mklink
|
885 |
+
noninter
|
886 |
+
order
|
887 |
+
owningprocess
|
888 |
+
please
|
889 |
+
remote
|
890 |
+
source
|
891 |
+
src
|
892 |
+
silent
|
893 |
+
type
|
894 |
+
tls12
|
895 |
+
xordump
|
896 |
+
##e26a7
|
897 |
+
##e92b2b
|
898 |
+
##nection
|
899 |
+
##68821
|
900 |
+
exception
|
901 |
+
##leoutput
|
902 |
+
symlink
|
903 |
+
propertytype
|
904 |
+
programfile
|
905 |
+
strings
|
906 |
+
shared
|
907 |
+
nettcpconnection
|
908 |
+
inside
|
909 |
+
location
|
910 |
+
consoleoutput
|
911 |
+
control
|
912 |
+
defender
|
913 |
+
diskshadow
|
914 |
+
disable
|
915 |
+
servicepointmanager
|
916 |
+
##aca368821
|
917 |
+
mimipenguin
|
918 |
+
dumpcreds
|
919 |
+
##563cbe92b2b
|
920 |
+
##5638c5773
|
921 |
+
response
|
922 |
+
redcanaryco
|
923 |
+
121dcee26a7
|
924 |
+
adreplaccount
|
925 |
+
cleartext
|
926 |
+
clientaccessible
|
927 |
+
krshowkeymgr
|
928 |
+
microsoft
|
929 |
+
noninteractive
|
930 |
+
programfiles
|
931 |
+
##aca368821563cbe92b2b
|
932 |
+
121dcee26a7aca368821563cbe92b2b
|
933 |
+
121dcee26a7aca368821563cbe92b2b5638c5773
|