hahwul / a2sv

Auto Scanning to SSL Vulnerability
MIT License
618 stars 167 forks source link

Run Error :: AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3' #4

Closed hahwul closed 8 years ago

hahwul commented 8 years ago

Traceback (most recent call last): File "a2sv.py", line 281, in runScan(checkVun) File "a2sv.py", line 148, in runScan poodle_result = m_poodle_run(targetIP,port) File "/root/a2sv/module/M_poodle.py", line 23, in m_poodle_run result = test_server(hostname, port, ssl.PROTOCOL_SSLv3, timeout) AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

hahwul commented 8 years ago

Debian lately compiles OpenSSL without SSLv3 Supprot.