Agent: Remove disused constants

This commit is contained in:
Mike Salvatore 2022-06-17 13:11:47 -04:00
parent e730695407
commit d3a03d2653
1 changed files with 0 additions and 8 deletions

View File

@ -1,11 +1,3 @@
import uuid
GUID = str(uuid.getnode())
SENSITIVE_FIELDS = [
"exploit_password_list",
"exploit_user_list",
"exploit_ssh_keys",
]
LOCAL_CONFIG_VARS = ["name", "id", "max_depth"]
HIDDEN_FIELD_REPLACEMENT_CONTENT = "hidden"