Skip to content

Commit

Permalink
Update version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunny committed Feb 21, 2016
1 parent a6aaacd commit 84b231a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release History
===============

v0.2.0 (2016-02-21)
-------------------
* Add support for running AJAX Spider both on its own and as part of a
quick scan.
* Add documentation to clarify the difference between active-scan and
quick-scan, and add a few more examples of how they can work.
* Better active-scan error handling when a URL is not found in the site tree.
* Upgrade python-owasp-zap-v2.4 dependency to 0.0.7

v0.1.1 (2015-10-14)
-------------------
* Upgrade python-owasp-zap-v2.4 dependency to 0.0.5
Expand Down
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ executing quick, targeted attacks.
Installation
============

To install the latest release from PyPI, you can run the following command:

::

pip install --upgrade zapcli

To install the latest development version of ZAP CLI, you can run the
following:

Expand Down Expand Up @@ -34,7 +40,7 @@ ZAP CLI can then be used with the following commands:

Usage: zap-cli [OPTIONS] COMMAND [ARGS]...

ZAP CLI.
ZAP CLI - A simple commandline tool for OWASP ZAP.

Options:
--boring Remove color from console output.
Expand All @@ -51,6 +57,7 @@ ZAP CLI can then be used with the following commands:

Commands:
active-scan Run an Active Scan.
ajax-spider Run the AJAX Spider against a URL.
alerts Show alerts at the given alert level.
exclude Exclude a pattern from all scanners.
open-url Open a URL using the ZAP proxy.
Expand Down
2 changes: 1 addition & 1 deletion zapcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
.. moduleauthor:: Daniel Grunwell (grunny)
"""

__version__ = '0.1.1'
__version__ = '0.2.0'

0 comments on commit 84b231a

Please sign in to comment.