Swimm: remove hostname collector from swimm tutorials

This commit is contained in:
VakarisZ 2021-11-17 11:57:52 +02:00
parent 7443f6f2bc
commit df2cbbcd40
1 changed files with 0 additions and 3 deletions

View File

@ -23,7 +23,6 @@
"firstLineNumber": 1, "firstLineNumber": 1,
"lines": [ "lines": [
" AWS_COLLECTOR = \"AwsCollector\"", " AWS_COLLECTOR = \"AwsCollector\"",
"*HOSTNAME_COLLECTOR = \"HostnameCollector\"",
"+# SWIMMER: Collector name goes here.", "+# SWIMMER: Collector name goes here.",
" PROCESS_LIST_COLLECTOR = \"ProcessListCollector\"", " PROCESS_LIST_COLLECTOR = \"ProcessListCollector\"",
" MIMIKATZ_COLLECTOR = \"MimikatzCollector\"" " MIMIKATZ_COLLECTOR = \"MimikatzCollector\""
@ -59,7 +58,6 @@
"comments": [], "comments": [],
"firstLineNumber": 4, "firstLineNumber": 4,
"lines": [ "lines": [
"* HOSTNAME_COLLECTOR,",
" MIMIKATZ_COLLECTOR,", " MIMIKATZ_COLLECTOR,",
" PROCESS_LIST_COLLECTOR,", " PROCESS_LIST_COLLECTOR,",
" )" " )"
@ -95,7 +93,6 @@
"lines": [ "lines": [
" from common.common_consts.system_info_collectors_names import (", " from common.common_consts.system_info_collectors_names import (",
" AWS_COLLECTOR,", " AWS_COLLECTOR,",
"* HOSTNAME_COLLECTOR,",
" MIMIKATZ_COLLECTOR,", " MIMIKATZ_COLLECTOR,",
" PROCESS_LIST_COLLECTOR,", " PROCESS_LIST_COLLECTOR,",
" )" " )"