OSSEC log file to html converter
OSSEC is an Open Source Host Based Intrusion Detection System (HIDS)
which runs on Unix-like Operating Systems.
See OSSEC for details about this great tool and the code.
I run a simple Snort IDS system, using
the wonderful Snortsnarf and the 'Lil' Web Server, (now long gone so try busybox-httpd or Lighttpd or similar) as an output medium.
One thing I found was that Ossec lacked a web type output and the client
I had implemented the Snort/OSSEC solution for would find it simpler to browse to the reports rather than SSH in to a Nix box to view alert logs. This would, I think, be the case with most M$ Windows based users.
The_Code
Sorry if its a bit dirty, its a work in progress ;-))
Basic RTF install guide