nabla-c0d3 / sslyze

Fast and powerful SSL/TLS scanning library.
GNU Affero General Public License v3.0
3.25k stars 450 forks source link

Debian - No module named sslyze #546

Closed scriptzteam closed 2 years ago

scriptzteam commented 2 years ago
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 11 (bullseye)
Release:        11
Codename:       bullseye

In your readme it says to run python -m, which on debian failed see bellow, the sslyze cmd works

root@srvr:~# which python
/usr/bin/python
root@srvr:~# python -m sslyze www.yahoo.com www.google.com
/usr/bin/python: No module named sslyze
root@srvr:~# python -m sslyze
/usr/bin/python: No module named sslyze
root@srvr:~# sslyze
  Command line error: No targets to scan.
  Use -h for help.
nabla-c0d3 commented 2 years ago

Not sure how sslyze was installed. Looks like a problem with your environment.