Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan of multiple hosts fails #429

Closed
weddige opened this issue Apr 16, 2020 · 2 comments
Closed

Scan of multiple hosts fails #429

weddige opened this issue Apr 16, 2020 · 2 comments
Labels

Comments

@weddige
Copy link

weddige commented Apr 16, 2020

Describe the bug
Sslyze does not scan multiple hosts in any case.

To Reproduce
Steps to reproduce the behavior:

  1. Install SSLyze 3.0.1
  2. Run sslyze.exe --regular google.de google.com
  3. The results contain only scan results for one host:
> sslyze.exe --regular google.de google.com

 CHECKING HOST(S) AVAILABILITY
 -----------------------------

   google.de:443                       => 172.217.18.99
   google.com:443                       => 172.217.21.238




 SCAN RESULTS FOR GOOGLE.DE:443 - 172.217.18.99
 ----------------------------------------------

 * OpenSSL Heartbleed:
                                          OK - Not vulnerable to Heartbleed
...

(In this case SCAN RESULTS FOR GOOGLE.COM:443 was missing)

This does not always happen, but I could reproduce it with google.de and google.com. With other domains it worked fine.

Expected behavior
All hosts are scanned.

Python environment (please complete the following information):

  • OS: Windows 10
  • Python version: 3.8

Additional context
I didn't investigate the issue further yet. More information may follow in the next days if necessary.

@nabla-c0d3
Copy link
Owner

Thanks for the report

@nabla-c0d3
Copy link
Owner

Fix released in v3.0.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants