File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -32,23 +32,20 @@ Getting Started
3232SSLyze 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
3637It 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
4644On 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
5350Usage as a library
5451------------------
You can’t perform that action at this time.
0 commit comments