3
python sqlmap.py -u "https://bake-house.com/" --random-agent -v 3   

[15:38:18] [DEBUG] cleaning up configuration parameters
[15:38:18] [DEBUG] checking for WebSocket
[15:38:18] [DEBUG] setting the HTTP timeout
[15:38:18] [DEBUG] loading random HTTP User-Agent header(s) from file '/tmp/sqlmap/txt/user-agents.txt'
[15:38:18] [INFO] fetched random HTTP User-Agent header from file '/tmp/sqlmap/txt/user-agents.txt': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.42 Safari/530.5'
[15:38:18] [DEBUG] creating HTTP requests opener object
[15:38:18] [DEBUG] resolving hostname 'bake-house.com'
[15:38:19] [INFO] testing connection to the target URL
[15:38:20] [DEBUG] SSL connection error occurred ('[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:590)')
[15:38:20] [DEBUG] SSL connection error occurred ('[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:590)')
[15:38:21] [DEBUG] SSL connection error occurred ('[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:590)')
[15:38:21] [CRITICAL] can't establish SSL connection

例でホストを変更した場合: https://google.com、ここで接続結果 - OK

Ubuntu と Windows 7 では、この問題があります。

コード SQLMap、モジュール http 接続: https://github.com/sqlmapproject/sqlmap/blob/master/lib/request/httpshandler.py

Python 2.7.10、SQLMap の最終バージョン、OpenSSL 1.0.2a

この問題を解決する方法を教えてください。

4

0 に答える 0