Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Aug 14, 2013
1 parent eea164b commit 3783bec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,16 @@ SSLyze requires Python 2.7; the supported platforms are Windows 7 32/64 bits,
Linux 32/64 bits and OS X 64 bits.

SSLyze is statically linked with OpenSSL 1.0.1e. For this reason, the easiest
way to run SSLyze is to download one the following pre-compiled packages:

### Linux

* Package for Python 64 bits: XXX
* Package for Python 32 bits: XXX

### OS X

* Package for Python 64 bits: XXX

### Windows 7
* Package for Python 32 bits: XXX
* Package for Python 64 bits: XXX
way to run SSLyze is to download one the pre-compiled packages available at
http://nabla-c0d3.github.io/blog/2013/08/14/sslyze-v0-dot-7-released/.


Usage
-----

### User manual
### Command line options

The user manual is available at https://github.com/iSECPartners/sslyze/wiki or
by running the following command:
The following command will provide the list of available command line options:
$ python sslyze.py -h


Expand Down
2 changes: 1 addition & 1 deletion sslyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
sys.exit()


PROJECT_VERSION = 'SSLyze v0.7 beta'
PROJECT_VERSION = 'SSLyze v0.7'
PROJECT_URL = "https://github.com/isecPartners/sslyze"
PROJECT_EMAIL = 'sslyze@isecpartners.com'
PROJECT_DESC = 'Fast and full-featured SSL scanner'
Expand Down

0 comments on commit 3783bec

Please sign in to comment.