-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflows.json
More file actions
36 lines (36 loc) · 770 Bytes
/
Copy pathflows.json
File metadata and controls
36 lines (36 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{
"id": "autoscan-inject",
"type": "inject",
"name": "Déclencheur toutes les 6h",
"props": [{"p": "payload"}],
"repeat": "21600",
"crontab": "",
"once": false,
"topic": "",
"payload": "192.168.1.0/24",
"payloadType": "str"
},
{
"id": "autoscan-exec",
"type": "exec",
"name": "Nmap AutoScan",
"command": "bash /opt/autoscan/autoscan.sh",
"addpay": true,
"append": "",
"useSpawn": false,
"timer": "120",
"winHide": false
},
{
"id": "autoscan-email",
"type": "e-mail",
"name": "Email Alert",
"server": "smtp.gmail.com",
"port": "465",
"authtype": "BASIC",
"tls": true,
"to": "admin@example.com",
"subject": "[AutoScan] Rapport de sécurité"
}
]