Skip to content

Commit d2851ea

Browse files
committed
Update instructions with new entry_points logic
1 parent f9ba12f commit d2851ea

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,20 @@ Getting Started
3232
SSLyze can be installed directly via pip:
3333

3434
pip install sslyze
35+
sslyze --regular www.yahoo.com:443 www.google.com "[2607:f8b0:400a:807::2004]:443"
3536

3637
It is also easy to directly clone the repository and the fetch the requirements:
3738

3839
git clone https://github.com/nabla-c0d3/sslyze.git
3940
cd sslyze
4041
pip install -r requirements.txt --target ./lib
41-
42-
Then, the command line tool can be used to scan servers:
43-
44-
python sslyze_cli.py --regular www.yahoo.com:443 www.google.com "[2607:f8b0:400a:807::2004]:443"
42+
python -m sslyze --regular www.yahoo.com:443 www.google.com "[2607:f8b0:400a:807::2004]:443"
4543

4644
On Linux, the `python-dev` package needs to be installed first so that the nassl C extension can be compiled:
4745

4846
sudo apt-get install python-dev
4947

50-
SSLyze has been tested on the following platforms: Windows 7 (32 and 64 bits), Debian 7 (32 and 64 bits), OS X El
51-
Capitan.
48+
SSLyze has been tested on the following platforms: Windows 7 (32 and 64 bits), Debian 7 (32 and 64 bits), macOS Sierra
5249

5350
Usage as a library
5451
------------------

0 commit comments

Comments
 (0)