You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
username$ pysslscan scan --scan=protocol.http --tls10 --tls11 --tls12 https://example123.com Traceback (most recent call last): File "/Users/username/anaconda3/bin/pysslscan", line 10, in <module> sys.exit(run()) File "/Users/username/anaconda3/lib/python3.7/site-packages/sslscan/ui.py", line 560, in run sys.exit(func(args)) File "/Users/username/anaconda3/lib/python3.7/site-packages/sslscan/ui.py", line 248, in run_scan scanner.run() File "/Users/username/anaconda3/lib/python3.7/site-packages/sslscan/__init__.py", line 226, in run self.run_scans() File "/Users/username/anaconda3/lib/python3.7/site-packages/sslscan/__init__.py", line 247, in run_scans module.run() File "/Users/username/anaconda3/lib/python3.7/site-packages/sslscan/module/scan/protocol_http.py", line 16, in run if self._scanner.handler.name != "http": AttributeError: 'bool' object has no attribute 'name'
The text was updated successfully, but these errors were encountered:
Python 3.7.1, Mac OSX 10.13.6:
username$ pysslscan scan --scan=protocol.http --tls10 --tls11 --tls12 https://example123.com Traceback (most recent call last): File "/Users/username/anaconda3/bin/pysslscan", line 10, in <module> sys.exit(run()) File "/Users/username/anaconda3/lib/python3.7/site-packages/sslscan/ui.py", line 560, in run sys.exit(func(args)) File "/Users/username/anaconda3/lib/python3.7/site-packages/sslscan/ui.py", line 248, in run_scan scanner.run() File "/Users/username/anaconda3/lib/python3.7/site-packages/sslscan/__init__.py", line 226, in run self.run_scans() File "/Users/username/anaconda3/lib/python3.7/site-packages/sslscan/__init__.py", line 247, in run_scans module.run() File "/Users/username/anaconda3/lib/python3.7/site-packages/sslscan/module/scan/protocol_http.py", line 16, in run if self._scanner.handler.name != "http": AttributeError: 'bool' object has no attribute 'name'
The text was updated successfully, but these errors were encountered: