Snort_AIPreproc/pymodule/test.py

9 lines
122 B
Python

#!/usr/bin/python
import snortai
alerts = snortai.alerts()
for alert in alerts:
print alert.gid, alert.sid, alert.rev