SSLScan queries SSL services, such as HTTPS, in order to determine the ciphers that are supported. SSLScan is designed to be easy, lean and fast. The output includes prefered ciphers of the SSL service, the certificate and is in Text and XML formats.

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow SSLScan - Fast SSL Scanner

SSLScan - Fast SSL Scanner Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
3
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 1 / 5

User Reviews

  • If you have trouble with ld, when making on Mac OS X : ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make: *** [all] Error 1 Try this post, it worked for me: aHR0cDovL3d3dy5xdWVzdGlvbi1kZWZlbnNlLmNvbS8yMDExLzA5LzAyL3NzbHNjYW4taW5zdGFsbC1lcnJvci1sZC1zeW1ib2xzLW5vdC1mb3VuZC1mb3ItYXJjaGl0ZWN0dXJlLXg4Nl82NC1pbnN0YWxsLXNzbHNjYW4tb24tb3N4LWxpb24= Please note, this site wraps text on words, so therefore you must copy both lines to get the FULL base64 url address. This is a Base64 Encoded URL, decode it to view the answer to your ld problems.
  • as redhat does not support elliptic curves in openssl, need to apply following patch to compile it on redhat systems: --- sslscan.c 2009-09-01 14:35:59.000000000 +0200 +++ sslscan-new.c 2013-09-13 10:15:51.311054350 +0200 @@ -985,6 +985,8 @@ fprintf(options->xmlOutput, " </pk>\n"); } break; +/* redhat does not support elliptic curves in openssl */ +#ifdef ENABLE_ELLIPTIC_CURVE case EVP_PKEY_EC: printf(" EC Public Key:\n"); if (options->xmlOutput != 0) @@ -996,6 +998,7 @@ fprintf(options->xmlOutput, " </pk>\n"); } break; +#endif default: printf(" Public Key: Unknown\n"); if (options->xmlOutput != 0)
    1 user found this review helpful.
  • on openSUSE 12.2 you have to modify the Makefile: gcc -g -Wall -lcrypto -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS) # gcc -g -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS)
  • I get ld: symbol(s) not found for architecture x86_64 for Mac OSX 10.7.5 with openssl 1.0.1c May 2012
Read more reviews >

Additional Project Details

Operating Systems

Linux, BSD

Intended Audience

Government, Information Technology, Telecommunications Industry, System Administrators, Developers, Quality Engineers

User Interface

Command-line

Programming Language

C

Related Categories

C Cryptography Software, C Software Testing Tool, C Systems Administration Software, C Networking Software, C Internet Software

Registered

2007-08-27