forked from p15670423/monkey
Agent: Remove disused constants
This commit is contained in:
parent
e730695407
commit
d3a03d2653
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue