See: Description
| Interface | Description |
|---|---|
| Authenticator |
This interface defines a simple authentication and group-authorization
module.
|
| Obfuscator |
This is the interface of all obfuscator implementations.
|
| RFICollectorService |
This interface defines all methods which are neccessary for creating a new collector,
exploring the list of available listeners and stopping existing ones.
|
| URLDecoder | Deprecated |
| Class | Description |
|---|---|
| Base64Codec |
This class is basically just a wrapper around a real codec implementation.
|
| Cache<V> | |
| ClientIPObfuscation |
This class implements a simple client IP address obfuscation.
|
| MacroExpander |
This class performs a simple macro-expansion based on a pattern string and
a ModSecurity audit-log event.
|
| MD5 |
This is a small helper-class that wraps around the java md5 message-digest
and computes the md5 hex-string of a given input string.
|
| ParserUtils |
This class provides a set of static methods that are useful for parsing strings,
messages et. al.
|
| PasswordFileAuthenticator |
This extension of the SimplePasswordAuthenticator class simply reads users and
groups from files which are given to the constructor at instantiation time.
|
| QuotedStringTokenizer |
This class implements a split-method which takes care of quoted strings, i.e. there will be no
split within a char sequence that is surrounded by quotes (single or double quotes).
|
| RFICollector |
This class scans audit-events for remote-file references in parameters and downloads
all references into a local repository.
|
| RFICollectorServer |
This is a simple server which provides a few features for controlling a set of
rfi-collector threads.
|
| RFIController |
This class is a simple controller which reads commands from standard input
and allows sending commands to running rfi-collectors as well as querying
statistics, stopping them and creating new ones.
|
| SimpleLineFormatter |
This simple formatter extends the simple formatter provided by the Java logging
framework and behaves pretty equally except that it does print all messages into
one line.
|
| SimplePasswordAuthenticator | |
| SimpleURLDecoder | Deprecated |
| TimeFormat |
This class provides some utility functions useful to format elapsed time (usually
given in milliseconds).
|
| Timestamp |
This simple processor adds a timestamp (current time in milliseconds) to all
processed data items.
|
| VariableContext | |
| WildcardPattern |
Copyright © 2013 jwall.org. All Rights Reserved.