Hi,
I'm writing a php script to parse through syslog messages from my PIX firewalls to look for intrusion attempts etc.
Fortunately of the messages that I am interested in only a few have actually been logged (am I tempting fate there?!)but that means that I can't test my script on the unlogged messages.
Does anyone know of a way to force the PIX to produce specific messages or to get it to dump a load of dummy messages?
I'm writing a php script to parse through syslog messages from my PIX firewalls to look for intrusion attempts etc.
Fortunately of the messages that I am interested in only a few have actually been logged (am I tempting fate there?!)but that means that I can't test my script on the unlogged messages.
Does anyone know of a way to force the PIX to produce specific messages or to get it to dump a load of dummy messages?