Snort_AIPreproc/pymodule/test.py
2011-02-04 00:43:59 +01:00

9 lines
122 B
Python

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