Tools
For daily work related to web application development I wrote some tools to make life more comfortable :-)- The SimpleDecodingTool which makes decoding url-encoded strings easy
- AuditLogger, monitoring an application without side-effects*
- org.jwall.web.audit, a Java library for reading mod_security audit-logs
- AuditViewer, a viewer application for handling audit-log data and re-injection of single audit-events
- TestClient, for re-injecting a whole audit-log file into a web-server (for evaluating/debugging modsecurity rulesets)
*Development of the last two tools is currently in progress so there is no public version available yet.