A "simple to use" java program that can tell if a server supports TLS1.1 and TLS1.2 protocols or not.
It scans the versions of SSL/TLS protocol(s) supported by the server. It includes support for SSLv3, TLSv1, TLSv1.1 and TLSv1.2.
Since, only Java 7 supports TLS1.1 and TLS1.2 versions, it requires Java 7 to be able to scan these protocols.
The program cannot be used to scan SSLv2 protocol.
How to run the program:
java -jar SSLTLSVersionScanner.jar <host> <port> [proxy=<host>:<port>]
OR
java -cp "SSLTLSVersionScanner.jar" SSLTLSVersionScanner <host> <port> [proxy=<host>:<port>]
It only supports non-authenticated HTTP proxy.
It can be distributed and modified freely.
Follow SSL TLS Version Scanner
Other Useful Business Software
    
                    
                    MongoDB Atlas runs apps anywhere
                    
                    
                
            
                            MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
                        
                    Rate This Project
Login To Rate This Project
    User Reviews
            Be the first to post a review of SSL TLS Version Scanner!