Skip to content

Commit ccbf41d

Browse files
authored
Update enum_av.py : Minor fix ( HarfangLab PR )
correction de tipo pour cortex EDR Signed-off-by: P'tit Snake <hugo.giorgione.poubelle@gmail.com>
1 parent 1ef7e79 commit ccbf41d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/enum_av.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def LsarLookupNames(self, dce, policyHandle, service):
267267
"name": "Cortex",
268268
"services": [
269269
{"name": "xdrhealth", "description": "Cortex XDR Health Helper"},
270-
{"name": "cyserver", "description": " Cortex XDR"}
270+
{"name": "cyserver", "description": "Cortex XDR"}
271271
],
272272
"pipes": []
273273
},

0 commit comments

Comments
 (0)