You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sensors/nmap.py
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ def get_sensordef():
48
48
"tag": "mpnmapsensor",
49
49
"groups": [
50
50
{
51
-
"name": "portspecific",
51
+
"name": "portspecific",
52
52
"caption": "Port specific",
53
53
"fields": [
54
54
{
@@ -79,6 +79,19 @@ def get_sensordef():
79
79
"help": "Specify the ip-address or a range of addresses using one of the following notations:[br]Single: 192.168.1.1[br]CIDR: 192.168.1.0/24[br]- separated: 192.168.1.1-192.168.1.100"
80
80
}
81
81
]
82
+
},
83
+
{
84
+
"name": "mail",
85
+
"caption": "Mail Settings",
86
+
"fields": [
87
+
{
88
+
"type": "edit",
89
+
"name": "email",
90
+
"caption": "E-Mailaddress",
91
+
"required": "1",
92
+
"help": "Specify the e-mailaddress to which the NMAP report should be sent to when the scanning has been finished"
0 commit comments