Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Updated Readme with better usage and installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed May 19, 2011
1 parent e3c80ac commit eae9608
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
@@ -1,16 +1,18 @@
Garmr
=====
# Garmr

Garmr is a checking that a site meets the basic requirements from a security point of view.
It checks what the correct HTTP calls are allowed and others are blocked.
It checks what the correct HTTP calls are allowed and others are blocked. It is installable from PyPi.

Usage
=====
## Installation

garmr.py -u http://application.under.test/path
To install it is a simple case of
sudo pip install garmr

Tasks
=====
## Usage

garmr -u http://application.under.test/path

## Tasks

If you want to see what is currently being worked on you can see it on the
(Pivotal Tracker)[https://www.pivotaltracker.com/projects/285905 "Tasks"]

0 comments on commit eae9608

Please sign in to comment.