You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,20 +142,10 @@ Metadata includes Ground Truth values and additional information for credential
142
142
| LineStart | Integer | Line start in file from 1, like in most editors. In common cases it equals LineEnd. |
143
143
| LineEnd | Integer | End line of credential MUST be great or equal like LineStart. Sort line_data_list with line_num for this. |
144
144
| GroundTruth | String | Ground Truth of this credential. True (T) / False (F) or Template |
145
-
| WithWords | Boolean | Flag to indicate word(https://github.com/first20hours/google-10000-english) is included on the credential |
146
145
| ValueStart | Integer | Index of value on the line like in CredSweeper report. This is start position on LineStart. Empty or -1 means the markup for whole line (for False only) |
147
146
| ValueEnd | Integer | Index of character right after value ends in the line. This is end position on LineEnd. May be -1 or empty. |
148
-
| InURL | Boolean | Flag to indicate if credential is a part of a URL, such as "http://user:pwd@site.com"|
149
-
| InRuntimeParameter | Boolean | Flag to indicate if credential is in runtime parameter |
150
-
| CharacterSet | String | Characters used in the credential (NumberOnly, CharOnly, Any) |
151
147
| CryptographyKey | String | Type of a key: Private or Public |
152
148
| PredefinedPattern | String | Credential with defined regex patterns (AWS token with `AKIA...` pattern) |
153
-
| VariableNameType | String | Categorize credentials by variable name into Secret, Key, Token, SeedSalt and Auth |
154
-
| Entropy | Float | Shanon entropy of a credential |
155
-
| Length | Integer | Value length, similar to ValueEnd - ValueStart |
156
-
| Base64Encode | Boolean | Is credential a base64 string? |
157
-
| HexEncode | Boolean | Is credential a hex encoded string? (like `\xFF` or `FF 02 33`) |
158
-
| URLEncode | Boolean | Is credential a url encoded string? (like `one%20two`) |
159
149
| Category | String | Labeled data according CredSweeper rules. see [Category](#category). |
160
150
161
151
### Category
@@ -171,8 +161,8 @@ A single metadata file contains rows including line location, value index and GT
171
161
Let's look at the [meta/02dfa7ec.csv](meta/02dfa7ec.csv). file as an example.
0 commit comments