- Kali Linux:An Ethical Hacker's Cookbook(Second Edition)
- Himanshu Sharma
- 113字
- 2021-06-24 15:59:24
How to do it...
Let's perform the following steps:
- We will look at the help manual to see the various options the tool has:
sslscan -h
The following screenshot shows the output of the preceding command:

- To run the tool against a host, we type the following:
sslscan host.com:port
The following screenshot shows the output of the preceding command and we can see various types of information on the SSL protocol implemented on google.com:

As we can see from the above screenshot the tool has shown the protocol being used and how it has been covered. If a vulnerability exists on a domain, the tool will list it in the output as well.
推薦閱讀
- pcDuino開發實戰
- Mastering ElasticSearch
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- 從零開始寫Linux內核:一書學透核心原理與實現
- Hands-On DevOps with Vagrant
- 開源安全運維平臺OSSIM疑難解析:入門篇
- Linux網絡內核分析與開發
- 嵌入式實時操作系統:RT-Thread設計與實現
- 計算機系統:基于x86+Linux平臺
- Django Project Blueprints
- Windows 7實戰從入門到精通(超值版)
- Mastering Windows 8 C++ App Development
- Linux 從入門到項目實踐(超值版)
- 統信UOS應用開發進階教程
- Android NDK Beginner's Guide