UT: Rename `credential_collector_classes` to `credential_collectors`

This commit is contained in:
Shreya Malviya 2022-06-09 15:19:07 -07:00
parent 3368153507
commit 0ad5554dfa
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
"other_behaviors": {"readme": true} "other_behaviors": {"readme": true}
} }
}, },
"credential_collector_classes": [ "credential_collectors": [
"MimikatzCollector", "MimikatzCollector",
"SSHCollector" "SSHCollector"
] ]