diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-11-18 23:28:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-18 23:28:31 +0700 |
commit | ed7a6a3d7d1fb206cb2df27b610d35b438d110a3 (patch) | |
tree | ea882a1bec3cc5a7178b826b50a0be5ee06b3b8a /python/halberd/README | |
parent | e1e61f6fffc725fdfeedfe6293fce26862279f1b (diff) | |
download | slackbuilds-ed7a6a3d7d1fb206cb2df27b610d35b438d110a3.tar.gz |
python/halberd: Added (HTTP load balancer detector).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/halberd/README')
-rw-r--r-- | python/halberd/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/halberd/README b/python/halberd/README new file mode 100644 index 0000000000..9a4d375f3f --- /dev/null +++ b/python/halberd/README @@ -0,0 +1,8 @@ +Halberd discovers HTTP load balancers. It is useful for web application +security auditing and for load balancer configuration testing. + +Default configuration file written to ~/.halberd/halberd.cfg during the +first execution of the program. See documentation describing further +usage of this application. + +PDF Documentation included in /usr/doc/halberd-$VERSION/manual.pdf. |