| Language |
Title |
Description |
View |
| PHP |
IDS Report Generator |
Command-line PHP script takes data from several Snort IDS databases (as defined in a SnortSIDS table)
and generates aggregate information for a monthly overview report.
|
Code |
| Perl |
HIPS Log Parser |
This file takes a raw log file from the Cisco Security Agent (a Host-Based Intrusion Prevention program), parses
the files and inserts the information into a database.
|
Code |
| Java |
C-- Lexical Analyzer |
C-- is a limited subset of C++. This Java code is an exercise in understanding how a compiler's lexical analyzer
works. It generates the appropriate lookup tables ("trie" tables) for further compilation.
|
Code |