forked from p15670423/monkey
Swimm: remove hostname collector from swimm tutorials
This commit is contained in:
parent
7443f6f2bc
commit
df2cbbcd40
|
@ -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,",
|
||||||
" )"
|
" )"
|
||||||
|
|
Loading…
Reference in New Issue