forked from p15670423/monkey
UT: Remove `export_monkey_telems` from config in data for tests
This commit is contained in:
parent
2ff32545d3
commit
324413aee9
|
@ -47,7 +47,6 @@
|
||||||
"PowerShellExploiter",
|
"PowerShellExploiter",
|
||||||
"Log4ShellExploiter"
|
"Log4ShellExploiter"
|
||||||
],
|
],
|
||||||
"export_monkey_telems": false,
|
|
||||||
"finger_classes": [
|
"finger_classes": [
|
||||||
"SMBFinger",
|
"SMBFinger",
|
||||||
"SSHFinger",
|
"SSHFinger",
|
||||||
|
|
|
@ -92,9 +92,6 @@
|
||||||
"exploit_lm_hash_list": [],
|
"exploit_lm_hash_list": [],
|
||||||
"exploit_ntlm_hash_list": [],
|
"exploit_ntlm_hash_list": [],
|
||||||
"exploit_ssh_keys": []
|
"exploit_ssh_keys": []
|
||||||
},
|
|
||||||
"testing": {
|
|
||||||
"export_monkey_telems": false
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"monkey": {
|
"monkey": {
|
||||||
|
|
Loading…
Reference in New Issue