MozDef/cron/correlateUserMacAddress.sh

11 строки
426 B
Bash
Исходник Обычный вид История

2017-06-15 22:56:47 +03:00
#!/usr/bin/env bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
2019-08-02 02:41:37 +03:00
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
2017-06-15 22:56:47 +03:00
# Copyright (c) 2014 Mozilla Corporation
source /opt/mozdef/envs/python/bin/activate
/opt/mozdef/envs/mozdef/cron/correlateUserMacAddress.py -c /opt/mozdef/envs/mozdef/cron/correlateUserMacAddress.conf
2017-06-15 22:56:47 +03:00